To show price in price column of virtuemart cart page

Place following code in that in default_pricelist.php page
echo $this->currencyDisplay->createPriceDiv (‘priceWithoutTax’, ”, $this->cart->pricesUnformatted[$pkey], FALSE);