hello i need to show the product price with red line and the sales price on category page is this possible?
i already done it at the product detail page but cant at category page
thx in advance
Cyberek wrote:Could You please post an url to your site?
Please post 2 links - to page where it already looks like you want, and to page where don't.
echo $this->currency->createPriceDiv('salesPrice','',$product->prices);
Cyberek wrote:You would need to edit this file:
templates/gk_bikestore/html/com_virtuemart/category/default.php
it overrides standard VM category view.
Now find line:
- Code: Select all
echo $this->currency->createPriceDiv('salesPrice','',$product->prices);
and add another that shows correct "discounted" price.
Finally add some CSS'ing to category view.