Can Shopify product objects be extended? #23
-
|
This is actually a big one for me and I'm currently looking for a solution. In normal Shopify builds we usually rely on metafield apps to append extra data to Shopify objects (product, variant, collection, etc). Is it a current feature to append additional types of information to a product object within Statamic, eliminating the need for Shopify metafields? Info types such as: text, textarea, image, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Yes, they can be extended. They use collections under the hood. This lets you append any additional fields to either the product or variants. Therefore, you can append any field in Statamic to it by editing the blueprint. You wouldn't need to use meta fields and it's one of the key reasons I built this to be extendable and easier to control :) |
Beta Was this translation helpful? Give feedback.
Yes, they can be extended. They use collections under the hood. This lets you append any additional fields to either the product or variants. Therefore, you can append any field in Statamic to it by editing the blueprint.
You wouldn't need to use meta fields and it's one of the key reasons I built this to be extendable and easier to control :)