cancel
Showing results for 
Search instead for 
Did you mean: 

Sync specific categories

Former Member
0 Kudos

We have a requirement to withhold few categories from publishing even if products in the categories are in approved status. I was planning to add a boolean in category, so that product authors can withhold the product from publishing.

The only way i found in wiki is extending CategoryCatalogVersionSyncJob item and extending the Jalo class as mentioned in forum post below.

https://wiki.hybris.com/display/forum/Automatically+sync+only+specific+categories?focusedCommentId=2...

Is extending the Jalo class is the only option? I am using Hybris 5.1.1.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member644430
Discoverer
0 Kudos

Have you an example that explain how extend jalo class please ? thinks in advance !

Former Member
0 Kudos

Catalog sync logic is still handled in Jalo (except for the persistence) so yes you will need to extend the Jalo class