Shopping Cart - Add Column

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 5 ans
Right now the Shopping Cart columns are: Remove, Image, Products, Price, QTY & TOTAL.

How can I display/add another COLUMN in the Shopping Cart?
I would like to display the OLD-PRICE so the Customers see how much they are saving!


We are using nopCommerce (no-source-code version) ver 4.0 so changes must be done within the cshtml pages.
Il y a 4 ans
Hello Yolanda,

if you apply a discount to some of your products from your admin panel -> Promotions -> Discounts, the amount of the discount is automatically shown in the Total column under the price like so:

$1,215.00
You save: $135.00

However, if you are not using discounts and just want to show the old price for your product, that would not be possible since this information is not in the ShoppingCart model.

Hope this was helpful and clarifies things a bit.

Best Regards,
Valentin.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.