Skip to content
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

Fixed problem with category product position reindex #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snowcore
Copy link

@snowcore snowcore commented Jan 4, 2016

We have found an issue with saving category product position reindex process.
You use end_process_event_catalog_category_save event for reindexCategoryAfterSave method.
But at that moment, the position has the old value. It gets new value only after native Magento reindex (it updates catalog_category_product_index table).
So, to fix this you need to use end_process_event_catalog_category_save event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant