.catProductPrice .PricetaxAmount {
diaplay: none !important;
}
teitbite wrote:Hi
If You mean to hide tax value in category page You need to use this code in css:
- Code: Select all
.catProductPrice .PricetaxAmount {
diaplay: none !important;
}
teitbite wrote:Hi
Just add this code to CSS. Best places are override.css file or Custom CSS field in template configuration.
echo $this->currency->createPriceDiv ('salesPrice', 'COM_VIRTUEMART_PRODUCT_SALESPRICE', $product->prices);