cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to override CatalogVersionSync Job to sync products from the master catalog to appropriate product catalogs based on product attribute?

Former Member
View Entire Topic
Former Member
0 Kudos

Hi Manas,

our issue is/was not totally the same, but probably it helps: We had the issue that during synchronization, the catalog version of some items (VariantProducts) switches to a wrong online catalog.

We solved this in this way, that we added a line in

 de.hybris.platform.variants.jalo.GenericVariantProductVariantProduct.createItem(SessionContext, ComposedType, ItemAttributeMap)

to fix the catalog version. Hint: Our change is not directly in GenericVariantProductVariantProduct but in one project specific subtype.

With this solution you probably only need one sync job.

Regards

Wolfgang