Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

IMPORTANT re: PayPal error


FWR Media

Recommended Posts

Fix from PayPal: -

 

Here is their message:-

 

We are receiving reports of customers encountering the error "There is a problem with the PayPal email address supplied by the seller..." when the merchant is using the “no_shipping” variable and setting the value to “1”. This issue is currently being treated as a high priority and we are working to resolve it as soon as possible.

 

Currently the work around for this error is to change a small piece of code that is being sent to PayPal.

 

If you edit the following line of code in your existing unencrypted buttons:

 

<input type="hidden" name="no_shipping" value="1">

 

to read

 

<input type="hidden" name="no_shipping" value="0">

 

 

then the error will no longer occur.

Link to comment
Share on other sites

Yes we've been getting that too. The only problem is that there are thousnads of lines of code in the Paypal module. Any idea where to put this temporary fix? (I'm using Paypal Shopping Cart IPN)

 

 

Whatever the module search for ..

 

no_shipping

 

in the module I use it's: -

 

$parameters['no_shipping'] = '1';

Edited by thunderace
Link to comment
Share on other sites

Thanks for the suggestion. I couldn't find the code but I think they may have fixed it as on person who had complained managed to get his order through yesterday.

 

 

Yup PayPal informed me today that it is fixed.

Link to comment
Share on other sites

Fix from PayPal: -

 

Here is their message:-

 

 

I made this change in my paypal module and I think I messed something up. Now I am being transferred to the paypal site on checkout I'm getting the google search engine with module_payment_paypal_mysitecom. I switched it back to 0 and am still having this problem.. Customers can not checkout. I need help quick.

Link to comment
Share on other sites

Fix from PayPal: -

 

Here is their message:-

 

 

I made this change in my paypal module and I think I messed something up. Now I am being transferred to the paypal site on checkout I'm getting the google search engine with module_payment_paypal_mysitecom. I switched it back to 0 and am still having this problem.. Customers can not checkout. I need help quick.

Link to comment
Share on other sites

I made this change in my paypal module and I think I messed something up. Now I am being transferred to the paypal site on checkout I'm getting the google search engine with module_payment_paypal_mysitecom. I switched it back to 0 and am still having this problem.. Customers can not checkout. I need help quick.

 

 

Upload your backup, if you don't have one (You should) upload a fresh file file from the PayPal package that you use.

Edited by thunderace
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...