All things Shopify and commerce
For our store we define 'vendors' are different from 'manufacturers'. A vendor is the entity that distributed the product, while a manufacturer is the entity that made the product.
Sometimes, the manufacturer distributes products directly. Therefore, we'd like to add a manufacturer to a product alongside a vendor to distinguish the two. However, we don't see a way to do so. Is there a way on the Shopify admin?
There is. Go to the Settings >> Custom data >> Products in admin. Create a new metafield definition. Set the namespace to "custom" and key to "manufacturer". Select "Single line text" as type. Save it.
Later, an input for that metafield will appear at the very bottom of product's admin page.
To display that metafield on the product page, you will need to add this to the place in code where you want that to be rendered:
{{ product.metafields.custom.manufacturer }}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024