Im using the PriceProvider to get the price of a product when the user opens a product page.
This woks fine, but at the same time I also whant to set a discount (if there is one) for the same product and also a price without discount.
I want to do it at the same time as I get set the price so I don't have to call the web servise twice to get the prices and discount.
Can I set a discount for a product in the PriceProvider and how?
The discounts are different on all products and customers so nothing can be saved on the product it selfe in e-com.