Closed nfourtythree closed 7 months ago
This PR introduces the ability to sync variant meta fields as well as settings around controlling what meta fields are sync'd into Craft.
The two new settings are:
syncProductMetafields
true
syncVariantMetafields
false
You can override these config settings in your project's shopify.php config file.
shopify.php
Made a couple of tweaks that collects all the Settings into a dedicated section! Otherwise, looks great! 💞
Description
This PR introduces the ability to sync variant meta fields as well as settings around controlling what meta fields are sync'd into Craft.
The two new settings are:
syncProductMetafields
this istrue
by defaultsyncVariantMetafields
, this isfalse
by default as it adds an extra API call for each variant in a product.You can override these config settings in your project's
shopify.php
config file.Related issues
99