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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: