VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: impact on December 29, 2011, 18:13:54 PM

Title: Remove display : block;" in Price
Post by: impact on December 29, 2011, 18:13:54 PM

Hy i test virtuemart 2.0 but i don't find any solution for remove this : display block
<div style="display : block;" class="PricebasePriceWithTax"><span class="PricebasePriceWithTax">3,28 €</span></div>
, auto generate from php code
echo $this->currency->createPriceDiv ( 'basePriceWithTax', '', $this->product->prices );
Title: Re: Remove display : block;" in Price
Post by: adham on January 06, 2012, 09:19:29 AM
looking for the same thing ..... Anyone?
Title: Re: Remove display : block;" in Price
Post by: abmafo on January 16, 2012, 07:05:21 AM
u can use
echo $this->currency->priceDisplay($this->product->prices['salesPrice']);

change 'salesPrice' with the price type u want