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

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked
User avatar

Topic author
OBeer-WAN-Kenobi
Active Member
Posts: 21
Joined: 18. June 2008 05:18

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

Post by OBeer-WAN-Kenobi »

Hi again,
Would someone please tell me how to change the paypal donations block from Euros to Dollars?
Thanks!
Score:
OBeer = 1
Murpheys Law = 1,987
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

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

Post 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
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
User avatar

Topic author
OBeer-WAN-Kenobi
Active Member
Posts: 21
Joined: 18. June 2008 05:18

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

Post 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?
Score:
OBeer = 1
Murpheys Law = 1,987
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

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

Post by Kevin »

OBeer-WAN-Kenobi wrote:May I suggest that it be put in the FAQ?
Yes, definitely! Thanks for the hint. ;)
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!
Locked

Return to “board3 Portal 1.0.x - English Support”