Adds an Event Handler When Product is Changed - Wix Stores

Hello developers,

I’ve been building apps for Wix Stores, like a Wishlist and a review section, but pretty much anything you build on the product will never work as it suppose to because their’s no event handler for the case of changing the product displayed on the product page - onItemChanged() - and since wix sites handles the changes internally, other apps on the page will not be aware of the change unless you refreshed the page.

For example, when clicking on the related products gallery on the product page, the clicked product will be displayed on the page, so if you entered the product page, its reviews will be shown, but if you clicked on another product, the reviews will remain the same because the app doesn’t knew that the product was changed.

In normal situations, the product page’s onItemChanged event handler will run, we can update the reviews and wishlist stats or make any necessary changes accordingly, but without this event handler, you need to refresh the page to see its relevant data.

Do you realize the importance of that event handler? Who else need or want this feature to be implemented soon?