[EN] How to ... change the currency in Paypal-Block

Locked
User avatar

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

[EN] How to ... change the currency in Paypal-Block

Post by thomas.d »

FAQ Table Of Contents / Inhaltsverzeichnis

If you want to change the currency in your Paypal-Donation-Block (i.e. "EURO" to "US-Dollars"), you'll go like this:

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" />
Find

Code: Select all

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

Code: Select all

<input type="hidden" name="tax" value="0" />
USD
Don't forget to purge the cache after uploading!

More infos at

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

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

FAQ Table Of Contents / Inhaltsverzeichnis
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 |
Locked

Return to “KB-Archiv”