Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > List Price in shopping cart View modes: 
User avatar
Member
Member
merete-grape - 8/8/2013 2:12:05 AM
   
List Price in shopping cart
I have some products, some customers will get for free.

I have set list price to normal price, and price to 0,-

It will be nice to show the customers list price and savings per product and in total in the shopping cart.

Where, and how do I do this both in shopping cart and invoice.

Best regards
Merete

User avatar
Member
Member
kentico_davidb2 - 8/12/2013 3:46:40 AM
   
RE:List Price in shopping cart
Hi,

to display this information within the shopping cart, you can modify the following controls and show your "savings":
\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartPreview.ascx
\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartContent.ascx

for the invoice and email notifications please edit templates in:
CMS Site Manager -> Administration -> E-mail templates -> your E-commerce notifications
CMS Desk -> E-commerce -> Configuration -> Invoice

You will probably need to create a custom macro for your logic.

If you also want to display some more information in the list of products within these templates, you can edit the transformations in:
CMS Site Manager -> Development -> Document types ->  E-commerce - Transformations


Dave