VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: alexanderflr on August 14, 2017, 17:16:37 PM

Title: Hide product price without tax & label on category view
Post by: alexanderflr on August 14, 2017, 17:16:37 PM
Hi,

VM 3.2.2 on Joomla! 3.7.4 Stable, PHP Version 7.0.18
It's there any way to hide price without tax & label on category view? I would like to have that only on the product details page.

Thank you,
Title: Re: Hide product price without tax & label on category view
Post by: K&K media production on August 14, 2017, 19:24:51 PM
Each price has his own css class. Please use firebug to inspect your code to find the right class and hide it with css. It should something like that:


.browse-view .PricepriceWithoutTax {
  display: none;
}
Title: Re: Hide product price without tax & label on category view
Post by: alexanderflr on August 15, 2017, 12:40:05 PM
Hi,

Thank you very much, I really looked for that almost the entire day  :'(
Have a great day!