Site structure
Version 6.x > Site structure > Applying a discount on all the website View modes: 
User avatar
Member
Member
flavio.molendini-cognitic - 6/1/2012 2:41:30 AM
   
Applying a discount on all the website
Hi !

What i would want to do is apply a discount of 10% on all my products. Then, in the transformation of my product view, i would like to rule out the previous price and display the new price with the 10% reduction.

Is there any way to do that ? I searched on the official documentation, nothing helped me. I would have to apply a discount level on all my users... which is painful... And even if I do that, i don't know how to display the new price in my Transformation.

Thks for the help : )

Flavio

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 6/3/2012 1:42:55 AM
   
RE:Applying a discount on all the website
Hi,

the example How to apply a discount to the total item price you can find here:
file:///<project>\App_Code\CMSModules\Ecommerce\Samples\CustomShoppingCartInfoProvider.cs

It uses global events customization model.

I hope it helps.

Best regards,
Ivana Tomanickova

User avatar
Member
Member
flavio.molendini-cognitic - 6/3/2012 9:46:26 AM
   
RE:Applying a discount on all the website
Thanks a lot, it helped very much.