Page 1 of 1

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

Posted: 25. June 2008 02:25
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