Changing the currency?
- ginajack
- Topic Author
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
17 years 6 months ago #810
by ginajack
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.
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.
Please Log in or Create an account to join the conversation.
- PapalopulusK
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
16 years 7 months ago #2525
by PapalopulusK
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 € (500 <?php echo _VODE_VODES; ?>)</option>
to:
<option value="50.00">50 $ (500 <?php echo _VODE_VODES; ?>)</option>
and you are ready to go
you need change around the line 76 to 83 the simbol for euro ( €) to this for dollar ( $ )
example:
<option value="50.00">50 € (500 <?php echo _VODE_VODES; ?>)</option>
to:
<option value="50.00">50 $ (500 <?php echo _VODE_VODES; ?>)</option>
and you are ready to go
Please Log in or Create an account to join the conversation.
- ryancathey
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
16 years 1 week ago #3476
by ryancathey
You also need to change line #93 from this:
To this:
or whatever currency code you want.
Hope this helps
<input type="hidden" name="currency_code" value="EUR" />
To this:
<input type="hidden" name="currency_code" value="USD" />
or whatever currency code you want.
Hope this helps
Please Log in or Create an account to join the conversation.
- neto4.0
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 7 months ago #6071
by neto4.0
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
I thank anyone who can help m
Please Log in or Create an account to join the conversation.