aligent / magento2-prerender-io

Provides automatic recaching of URLs within Prerender.io
GNU General Public License v3.0
5 stars 1 forks source link

Trigger recaching when child variant is edited #15

Closed mausham-shrestha-aligent closed 8 months ago

mausham-shrestha-aligent commented 8 months ago

Recently, we had an issue in Kathmandu Project where changing the price of a child variant wasn't triggering the re-caching. The reason behind that is a simple product that is not visible individually should not have any entries in the url_rewrite table, which means it shouldn't result in anything being sent. To address this issue we should add a feature where editing a child variant of a config would trigger the re-cache in PreRender.

mausham-shrestha-aligent commented 8 months ago

The issue has been addressed and related PR has been merged. Hence, closing this ticket.