What notification can I use, if I want to prepare the prices on products that exist in the current cart, before my custom PriceProvider FindPrice is called?
I have tried with Dynamicweb.Notifications.eCommerce.Order.BeforePriceCalculation, but this is activated after the FindPrice.
This has been tested on a clean wrap solution with only a custom FindPrice and a BeforePriceCalculation notification