VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: servlet on December 20, 2013, 20:16:17 PM

Title: How to display basePriceWithTax and salesPrice without createPriceDiv
Post by: servlet on December 20, 2013, 20:16:17 PM
I dont need to create divs....
How to display simple prices?


echo $this->currency->createPriceDiv('salesPrice','COM_VIRTUEMART_PRODUCT_SALESPRICE',$product->prices);

Something like this:
$this->currency->salesPrice
Title: Re: How to display basePriceWithTax and salesPrice without createPriceDiv
Post by: servlet on December 20, 2013, 20:53:44 PM
I forgot. I am talking about category view...