Reputation: 1168
If I try to synchronize a product from the staged catalog
with the one on the online catalog
it won't synchronize the media container
field.
This is the product in the online catalog
And this is the product for the staged version of the catalog:
I tried to debug the CatalogVersionSyncJobModel
in order to see if there is any bug related to this field in the sync process, but with no result.
Upvotes: 1
Views: 1608
Reputation: 79075
You can also do it using the following ImpEx script:
UPDATE SyncAttributeDescriptorConfig;syncJob(code)[unique=true,path-delimiter=!];attributeDescriptor(enclosingType(code),qualifier)[unique=true];includedInSync;copyByValue
;"sync powertoolsProductCatalog:Staged->Online";Product:mediaContainer;true;true
Upvotes: 2