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" />Code: Select all
<input type="hidden" name="currency_code" value="USD" />Code: Select all
<input type="hidden" name="tax" value="0" />
EURCode: Select all
<input type="hidden" name="tax" value="0" />
USDMore 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
