Author Topic: Changing the currency?  (Read 7155 times)

ginajack

  • Newbie
  • *
  • Posts: 6
    • View Profile
Changing the currency?
« on: 23 May 2007, 20:17 »
Emir,

Great little component.  Thanks for your work, as always.

I've gone to the language file in the backend, but don't see where/how to augment the currency for USD vs EUR.

I am NJ US.

Please help with many thanks in advance.

PapalopulusK

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Changing the currency?
« Reply #1 on: 08 April 2008, 01:46 »
yes its posible.

you need change around the line 76 to 83 the simbol for euro ( €) to this for dollar ( $ )

example:
--------------------
<option value="50.00">50 &#8364; (500 <?php echo _VODE_VODES; ?>)</option>

to:
<option value="50.00">50 &#36; (500 <?php echo _VODE_VODES; ?>)</option>

--------------------

and you are ready to go :)

ryancathey

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Changing the currency?
« Reply #2 on: 12 November 2008, 19:58 »
You also need to change line #93 from this:
Code: [Select]
<input type="hidden" name="currency_code" value="EUR" />
To this:
Code: [Select]
<input type="hidden" name="currency_code" value="USD" />
or whatever currency code you want.

Hope this helps

neto4.0

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Changing the currency?
« Reply #3 on: 28 March 2011, 12:40 »
Hello advantage of this topic as I do in order to change or another currency'm here in Brazil Real BRL how do I able to have this coin which I have to edit files

I thank anyone who can help m