Change default currency in PayPal block

Last visit was: less than a minute ago

It is currently 6. September 2010 22:50


Open root/styles/prosilver/template/portal/block/donation.html

search:
Code: Select all
<option value="EUR" selected="selected">{L_EUR}</option> 

replace with:
Code: Select all
<option value="EUR">{L_EUR}</option> 


Now let's say you want to change the default currency to US Dollar.
Search for:
Code: Select all
<option value="USD">{L_USD}</option> 

Now add the selected="selected" code to your currency.
The USD example would look like this:
Code: Select all
<option value="USD" selected="selected">{L_USD}</option> 


The same have to be done in the donation_small.html block template. The changes to subsilver2 styles are similar.

That's all folks. Don't forget to purge the cache. ;)




Quicklink:
Code: Select all
[url=http://www.board3.de/knowledge/kb_show.php?id=42]Knowledge Base: Change default currency in PayPal block[/url]
Released on: 30. January 2009 18:08
from: Kevin
Changed at: 23. March 2009 17:47
from: Kevin
Article type: Customizing Board3 Portal
Viewed: 346

Return to English