VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gatisv on September 26, 2012, 16:35:08 PM

Title: Remove currency symbol from product page
Post by: gatisv on September 26, 2012, 16:35:08 PM
Hi,

Is there a way to only remove currency symbol from product page and only keep the price number?

I only need this for product page, so need to have the number/symbol format in cart.

Product page display: "5.00"
Cart display: "5.00 $"

Editing currency doesn't help as it removes symbol for all pages.

The reason for this is - I already have an image with currency symbol on it and I need to add the correct price without the symbol.

Thanks.
Title: Re: Remove currency symbol from product page
Post by: K&K media production on October 02, 2012, 01:01:08 AM
You need a template override for product detail page.

Then you get the price with

echo round($this->product->prices[basePriceWithTax], 2);
Title: Re: Remove currency symbol from product page
Post by: bytelord on October 02, 2012, 01:07:07 AM
You could find more information here to print out prices
http://forum.virtuemart.net/index.php?topic=104194.0