Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal Payment Problems


Guest

Recommended Posts

Posted

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

Posted

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?

Posted

I've changed the paypal_standard.php and it still not going to paypal.co.uk?

Posted

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';

Posted

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

Posted

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

Posted
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

  • 1 month later...
Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...