VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: watersparkles on January 06, 2018, 00:51:33 AM

Title: Remove Discount Column from cart
Post by: watersparkles on January 06, 2018, 00:51:33 AM
I am trying to remove the Discount Column from the shopping cart page. Any ideas how to do that?

I also want to show the total price on the shopping cart, but NOT on the product page. Is this possible?
Title: Re: Remove Discount Column from cart
Post by: AH on January 06, 2018, 12:19:15 PM
Adjust your pricelist and invoice items templates.

To remove in cart
  templates/YOUR TEMPLATE/html/com_virtuemart/cart/default_pricelist.php

To  remove in invoice
templates\YOUR TEMPLATE\html\com_virtuemart\invoice\invoice_items.php

Make sure you also reduce the table row spans by one to make it all fit
Title: Re: Remove Discount Column from cart
Post by: jjk on January 07, 2018, 21:23:44 PM
Quote from: watersparkles on January 06, 2018, 00:51:33 AM
I also want to show the total price on the shopping cart, but NOT on the product page. Is this possible?

Depends on how you enter/calculate your prices. Normally simply uncheck 'Total final salesprice' in the 'Configuration' > 'Pricing' tab.