Hi there,
I have a price provider which returns a value based upon the current page.
Either a monthly rental price is returned or a buy price is returned. (rental price is a custom field on the product, but price is the actual Price.Price value)
Since upgrading from 9.3.x to 9.4 the price provider doesnt get hit on each page load ...
So when I open a rental page the price provider gets hit for all my products and rental prices are shown.
When I switch to a buy page the same products are shown, but the cached prices are shown and the price provider doesn't even get hit ...
Is there a way to overrule this? I need the price provider to fire every time when a product.Price.Price or GetString("Ecom:Product.Price.Price") is called !