Linking up a donation centre with paypal

Driving myself mad trying to find the solution to this.

I have set up a donation centre to take donations and show progress of the target and goal etc
1 - The donations going through are in USD so how can I change it to GBP?
2 - How do I change the amount of the goal to £5000?

here is my actual page: http://www.littleqari.com/donation-centre and the code I’m using can be seen here: http://tutorialzine.com/2010/05/donation-center-php-mysql-paypal-api/

did you register the donation account under paypal.co.uk or .com?
Did you follow Paypal’s instructions for the creation of donate buttons?

I’m gonna go ahead and guess that these two lines of code in your page are incorrect…

<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">

Good guess!! Something simple but I was looking in the wrong place. Thank you.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.