News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Remove display : block;" in Price

Started by impact, December 29, 2011, 18:13:54 PM

Previous topic - Next topic

impact


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 );

adham

looking for the same thing ..... Anyone?

abmafo

u can use
echo $this->currency->priceDisplay($this->product->prices['salesPrice']);

change 'salesPrice' with the price type u want