Guest Posted May 10, 2008 Posted May 10, 2008 My website is in the UK and as soon as I change payment mod to UK pounds as payment it go's through to paypal without the order total and states to the user Please provide an amount and click Update Totals. The user then has to add what amount to pay? Before updating the website ect UK pounds worked fine? Anyone know what could be wrong
usernamenone Posted May 10, 2008 Posted May 10, 2008 Are you hooking up to the UK paypal or the USA site? http://www.paypal.co.uk/uk
Guest Posted May 10, 2008 Posted May 10, 2008 Thanks for your help https://www.paypal.com/us/cgi-bin/ This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his payment receiving preferences to accept this currency. So it's going to .com Do you change this in the Payments mod?
Guest Posted May 10, 2008 Posted May 10, 2008 I've changed the paypal_standard.php and it still not going to paypal.co.uk?
usernamenone Posted May 10, 2008 Posted May 10, 2008 open your includes>modules>payment and then your paypal.php and find this line $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; and change to this $this->form_action_url = 'https://secure.paypal.co.uk/uk/cgi-bin/webscr';
Guest Posted May 10, 2008 Posted May 10, 2008 Changed to this and still have the same problem $this->form_action_url = 'https://secure.paypal.co.uk/uk/cgi-bin/webscr'; This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his Payment Receiving Preferences to accept this currency. And still trys to goto https://www.paypal.com/uk/cgi-bin/webscr?cmd= God knows whats happening
usernamenone Posted May 11, 2008 Posted May 11, 2008 And you have GBP as your default currency in admin paypal payment module?
Guest Posted May 11, 2008 Posted May 11, 2008 Got GBP as thats the only payment option I want on the site as soon as I add US Doller the payments work for dollers but not UK pound? Why this is I dont know
Guest Posted May 11, 2008 Posted May 11, 2008 open your includes>modules>payment and then your paypal.php and find this line $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; and change to this $this->form_action_url = 'https://secure.paypal.co.uk/uk/cgi-bin/webscr'; I would like to thank :thumbsup: usernamenone :thumbsup: for the help with this matter as I've worked it out and works fine now and this is how it was done should anyone get the same problem and if it was'nt for the support I would never have worked it out so to usernamenone if you are into Radio Control Helicopters email me [email protected] and will give you a nice little discount for all your help open your includes>modules>payment and then your paypal.php and find this line $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; and change to this $this->form_action_url = 'https://secure.paypal.com/uk/cgi-bin/webscr'; This should work as it did for both my own websites
Guest Posted June 27, 2008 Posted June 27, 2008 I would like to thank :thumbsup: usernamenone :thumbsup: for the help with this matter as I've worked it out and works fine now and this is how it was done should anyone get the same problem and if it was'nt for the support I would never have worked it out so to usernamenone if you are into Radio Control Helicopters email me [email protected] and will give you a nice little discount for all your help open your includes>modules>payment and then your paypal.php and find this line $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; and change to this $this->form_action_url = 'https://secure.paypal.com/uk/cgi-bin/webscr'; This should work as it did for both my own websites Hello. If you replace $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; with $this->form_action_url = 'https://www.paypal.com/cgi-bin/webscr'; Does it work? PayPal is not using https://secure.paypal.com for a couple of year and I believe this url is not properly redirected anymore. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.