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]
