Line thru is just a style set by css - without a live url can't help further
Quote from: GJC Web Design on May 02, 2014, 18:49:10 PM
Line thru is just a style set by css - without a live url can't help further
Hi there
Thanks for your help
Solution:
Go to root/yourtemplate/html/com_virtuemart/category/default.php
Line 302
if($product->prices['basePriceWithTax'])
echo '<small>'.$this->currency->createPriceDiv( 'basePriceWithTax', 'COM_VIRTUEMART_PRODUCT_BASEPRICE_WITHTAX', $product->prices, true).'</small>';
TO:
if($product->prices['basePriceWithTax'])
echo '<normal>'.$this->currency->createPriceDiv( 'basePriceWithTax', 'COM_VIRTUEMART_PRODUCT_BASEPRICE_WITHTAX', $product->prices, true).'</normal>';
That´s it price appear like normal but with taxes included like this photo:
http://prntscr.com/3fhhnf
I´m not expert but i believe if i change from small to normal for VM is like change from discount to normal price, or not, but that did the trick
Have fun best regards
Not for normal (default) VM but maybe in the template overrides you use. Nobody can tell without a URL but OK if you have fixed it.