dear manager team,
you are requested to add an option inventory label print in the inventory view tab. I think for this we need to design a label with a custom theme option.
dear manager team,
you are requested to add an option inventory label print in the inventory view tab. I think for this we need to design a label with a custom theme option.
This should be handled by custom fields.
If the symbol is part of unicode, you can use the symbol directly in custom field. If it’s not, then SVG markup should be used instead.
For example:
Would be:
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M 19.5 8.5 H 12 C 6 8.5 3 14.5 3 20.5 H 21 L 19 3.5 H 8" /><circle cx="8.5" cy="14.5" r="1.25" fill="currentColor" stroke="none" /><circle cx="12.5" cy="14.5" r="1.25" fill="currentColor" stroke="none" /><circle cx="16.5" cy="14.5" r="1.25" fill="currentColor" stroke="none" /></svg>