Link to home
Start Free TrialLog in
Avatar of CEHJ
CEHJFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Change currency code in Paypal link

I have a link of this kind
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=FOO&amp;lc=GB&amp;item_name=BAR&amp;item_number=BAR%20Donations&amp;cy_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" target="_blank"><img src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png" alt="Donate with PayPal" /></a>

Open in new window

I want to change the currency code, but it seems it won't react if i merely change it in the html. Is that the 'fault' of Paypal itself maybe?

btw: i can't change the donate button to one of the <form> type as the WP installation won't allow plugins
btw 2: i can't seem to generate any other kind of donate button in my own Paypal account
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CEHJ

ASKER

My error