Hello,
I'm trying to implement a simple custom price provider (users have a fixed discount percentage on top of the regular price, including other discounts). I tried the example here : http://doc.dynamicweb.com/training-certification/t3-platform-developer/t3-platform-developer/3-3-extending-ecommerce
However the example doesn't work. First of all, isLoggedIn doesn't exist anymore, and it just goes in an infinite loop. My guess is that it's because it calls product.Price, which calls the custom provider, which calls product.Price, and so on.
What is the correct way to implement a price provider in DW 9 ?
Thanks