When it comes to showing the prices in the cart flow. You use order.Subtotal.Value. Value will have the price with discounts subtracted. If you need to show the before and after price - have a look at the Visual Studio documentation when you use e.g. the subTotal price object.
Discount codes - documentation
Hello,
where can I find a documentation for implementation of discount codes.
Hi Oleg,
You can find the documentation here: http://documentation.teacommerce.net. Depending on if you are using JavaScript, Razor and so on.
For the Razor try to see here: http://documentation.teacommerce.net/razor-api/discount-code/adddiscountcode/ and http://documentation.teacommerce.net/razor-api/discount-code/removediscountcode/
Hope this helps,
/Dennis
Thank You
When it comes to showing the prices in the cart flow. You use order.Subtotal.Value. Value will have the price with discounts subtracted. If you need to show the before and after price - have a look at the Visual Studio documentation when you use e.g. the subTotal price object.
Kind regards
Anders
is working on a reply...