Page 1 of 1

How to change donations block from euro's to dollars?

Posted: 22. June 2008 23:26
by OBeer-WAN-Kenobi
Hi again,
Would someone please tell me how to change the paypal donations block from Euros to Dollars?
Thanks!

Re: How to change donations block from euro's to dollars?

Posted: 23. June 2008 10:10
by thomas.d
Hi OBeer,

Open

/root/styles/*your_style*/template/portal/block/donation/paypal.html

Find

Code: Select all

	<input type="hidden" name="currency_code" value="EUR" />
Replace with

Code: Select all

	<input type="hidden" name="currency_code" value="USD" />
Purge Cache!

More infos at

https://www.paypal.com/cgi-bin/webscr?c ... ut-outside

https://www.paypal.com/cgi-bin/webscr?c ... wa-outside

Re: How to change donations block from euro's to dollars?

Posted: 24. June 2008 00:53
by OBeer-WAN-Kenobi
Thanks for your reply! Worked like a charm except one more thing:

Replace:

Code: Select all

<input type="hidden" name="tax" value="0" />
EUR
With:

Code: Select all

<input type="hidden" name="tax" value="0" />
USD

I didn't see this in the FAQ. This is pretty simple (I can even do it :D ) May I suggest that it be put in the FAQ?

Re: How to change donations block from euro's to dollars?

Posted: 24. June 2008 08:49
by Kevin
OBeer-WAN-Kenobi wrote:May I suggest that it be put in the FAQ?
Yes, definitely! Thanks for the hint. ;)