I would like to have a field to enter UPC number for all existing and future products, like we have SKU field by default in Magento 2 store. What is the best way to do it?
Thanks in advance.
Solved! Go to Solution.
Go to the Magento Admin -> Stores -> Attributes, and here you have two important sections:
- Product
- Attribute Set
In Product section, you have to create attribute called UPC.
In Attribute Set, you have to edit each single attribute set, and to move UPC attribute from "Unassigned Attributes" group to the group where you want to display it.
Go to the Magento Admin -> Stores -> Attributes, and here you have two important sections:
- Product
- Attribute Set
In Product section, you have to create attribute called UPC.
In Attribute Set, you have to edit each single attribute set, and to move UPC attribute from "Unassigned Attributes" group to the group where you want to display it.