-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product custom fields not syncing #52
Comments
@mattias78 I am unable to reproduce this. Were you able to figure out what was going wrong when deploying? |
I believe this is only an issue for metadata sync occurring in the queue job, not through a manual sync. shopify/src/jobs/UpdateProductMetadata.php Lines 25 to 27 in 1ab7279
The job is setting the metadata on the product; however, there's no mechanism in the product element to actually save the metadata to the custom table. Notice the |
Same issue for me. Craft CMS 4.4.8 Setup Craft Shopify integration locally and added custom fields to Shopify>Products. Just basic product description text fields, etc. When deploying to production the project-config applies successfully, but no fields appear in Shopify>Products. |
@mattias78 Were you ever able to resolve this issue? I'm not sure why this can't issue can't be replicated on the part of @lukeholder. I have a Shopify config file with the fields saved correctly. If I pulldown a DB that doesn't have them added yet, and run |
Thanks for reporting. This has been fixed for the next release. To get the fix early, change your "require": {
"craftcms/shopify": "dev-develop#9eaa4b57e65a4da5ded7b2a626fcd4d2014f2f78 as 3.1.1",
"...": "..."
} Then run |
This is now out in 3.2.0! See the notes in the upgrading section of the README |
Description
When deploying from local to other environments (production etc) custom fields applied to products are not syncing.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: