VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: pm4698 on August 13, 2014, 12:12:49 PM

Title: Cannot remove discount column
Post by: pm4698 on August 13, 2014, 12:12:49 PM
Hello there,

I have a joomla 2.5.x site with virtuemart 2.6.x. I also have a virtuemart template so i work with overrides.

At shopping cart, i see a column for Discount. I want this to be removed.

I went to my_template/html/com_virtuemart/cart/default_pricelist.php and i found the code, but when i remove this, nothing happens to the front page. I tried to do the same at the default file from component folder and again nothing happened.

Any ideas?

Thank you in advance
Title: Re: Cannot remove discount column
Post by: GJC Web Design on August 13, 2014, 12:16:17 PM
either caching or your in the wrong file

write something in the file and see if it shows up
Title: Re: Cannot remove discount column
Post by: pm4698 on August 13, 2014, 13:37:59 PM
I cleared cache and i tried to write something at th tag of sku for example and i cannot see what i wrote. Even if i delete a th tag (table heading of shopping cart) still i see the thing i deleted.

As i searched inside virtuemart, there isn't somewhere that i can select a template for shopping cart, correct? If there is, where on earth is it? If there isn't, then what on earth is happening?
Title: Re: Cannot remove discount column
Post by: GJC Web Design on August 13, 2014, 17:01:02 PM
your probably using some horrible one page checkout - then could be anywhere the developer dreamed up
Title: Re: Cannot remove discount column
Post by: pm4698 on August 13, 2014, 18:48:54 PM
You are perfect!

I didn't know that if i use a one-page-checkout plugin that this plugin overrides the template files. I went to this plugin and if i make changes to that file then i see the result!