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 );
looking for the same thing ..... Anyone?
u can use
echo $this->currency->priceDisplay($this->product->prices['salesPrice']);
change 'salesPrice' with the price type u want