VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: jpsosiego on April 19, 2013, 15:25:32 PM

Title: Currency Symbol display
Post by: jpsosiego on April 19, 2013, 15:25:32 PM
Hi,

In List Order, the currency symbol changes when I select a currency in the virtuemart currency selector:

Currency selected USD = $20.00
Currency selected Euro = 20.00€

I want to fix this value to $20.00 even when a different currency is selected, because this value is saved from the total of the order and the payment currency is USD, currency rates exchanges are ok.

Virtuemart 2.0.20b
Joomla 2.5.9

Title: Re: Currency Symbol display
Post by: jpsosiego on April 22, 2013, 03:54:17 AM
I found this line that display the order total

<?php echo $this->currency->priceDisplay($row->order_total ,$this->currency ); ?>

How can I fix the currency symbol to '$' in this code?.

thank you.