VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: geoele on February 03, 2016, 10:54:08 AM

Title: Remove columns from cart page
Post by: geoele on February 03, 2016, 10:54:08 AM
Hello. I want to remove sam columns from the cart page means the discount column and the base price column ho is displaying 2 times bat only from the cart page not from the rest store where i want to display the discount price with the base price. I use VM3 Joomla 3. url on my Xampp server here http://85.74.34.0/pharmaseenew

Any help on this?
Title: Re: Remove columns from cart page
Post by: jenkinhill on February 03, 2016, 12:19:20 PM
To remove columns you can make a copy of joomla_root/components/com_virtuemart/views/cart/tmpl/default_pricelist.php  and edit it to remove the relevant column(s) from the price table, then use the edited file as a template override.

http://docs.virtuemart.net/tutorials/templating-layouts.html

Title: Re: Remove columns from cart page
Post by: geoele on February 03, 2016, 14:09:00 PM
jenkinhill thank you so so so much for your help i am already inside to the code of this page and i am searching for hours to find the tables discount and base price bat nothing can you help a litle be more with the coding
Thanks again. 
Title: Re: Remove columns from cart page
Post by: geoele on February 03, 2016, 17:55:22 PM
Ok guys i found the way with coding and i solve the problem.

Thanks again for your help. Thanks.