[DE] Andere Währung im Paypal-Block? So geht's:

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:

[DE] Andere Währung im Paypal-Block? So geht's:

Post by thomas.d »

FAQ Table Of Contents / Inhaltsverzeichnis

Im Beispiel soll die Währung "EURO" durch "US-Dollar" ersetzt werden:

Öffne

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

Finde

Code: Select all

	<input type="hidden" name="currency_code" value="EUR" />
Ersetze mit

Code: Select all

	<input type="hidden" name="currency_code" value="USD" />
Finde

Code: Select all

<input type="hidden" name="tax" value="0" />
EUR
Ersetze mit

Code: Select all

<input type="hidden" name="tax" value="0" />
USD
Nach dem Hochladen Cache leeren!

Mehr infos unter

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”