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,
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;
}
Hi,
Thank you very much, I really looked for that almost the entire day :'(
Have a great day!