You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the smart category indexer writes entries into the table catalog_category_product the indexer should run before the indexer of the catagory_product_index to include all changes generated by the smart category.
the ordering could be changed within the module by adding following snippet to the indexer.xml:
as the smart category indexer writes entries into the table catalog_category_product the indexer should run before the indexer of the catagory_product_index to include all changes generated by the smart category.
the ordering could be changed within the module by adding following snippet to the indexer.xml:
<indexer id="catalog_category_product"> <dependencies> <indexer id="smartcategory_product"/> </dependencies> </indexer>
additionally the according category-product index should be invalidated (i guess by using the indexerregistry?)
The text was updated successfully, but these errors were encountered: