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.
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.