Hello,
I am importing SalesDiscounts using SQL provider in Data Integration.
I am facing a caching problem: imported values are not available in the end-user front-end (system caches old discount values) until I make a website restart in the IIS.
Is it possible to clear discount cache without website restart?
All my discounts have type "Product discount" and are available for exactly 1 product, Sales discount value is "Percentage".
Some observations: if I change SalesDiscount percentage directly in the EcomSalesDiscount table of the database - I still see the old value in the front-end UI. If I do it in the back-end (Management center -> Ecommerce -> Orders -> Sales discounts) - new percentage is applied immediatelly.
DynamicWeb version is 8.8.1.6