Hi,
I am looking for a way to handle product discounts based on custom functionality. I want the discount to be rendered in the productlist, product details and in the cart.
When I use standard salesdiscounts and choose product discount, the price gets rendered for each product in the productlist without having products ni the cart. But when I create my own SalesDiscountProvider, this is not the case - It only hits this custom provider, when I have products in the cart.
How can I achieve this functionality? - Any recommendation regarding extenders or providers?
The SalesDiscountProvider only have ProcessOrder(Order order) - probably because it is an order discount, but the standard feature seems to support product discounts. Can I somehow use this for handling product discounts?
I have tried this with no success - the "ProccessOrder" does not get hit without products in the cart:
http://doc.dynamicweb.com/forum/development/custom-productdiscount?PID=1605
I am using DW 8.9
Kind regards
Mikkel Ulstrup