You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PayPal Express Checkout button (when you reach PayPal.com) is broken in some scenarios. Customers have reported that upon reaching PayPal.com and clicking the "Continue" button to complete checkout, nothing happens. The page simply reloads and there is no response.
Several other customers have reported similar issues recently, and in each case it was attributed to a new bug on the PayPal.com side, which causes the "Continue" button to do nothing in some scenarios.
Two Possible Solutions
Here are the solutions that we are aware of at this time...
Call PayPal to complain. Ask them to revert your account back to the older interface. Many customers have said that this resolves the problem; i.e., it removes the newer interface which seems to suffer from a bug which leads to the behavior reported in this issue.
@raamdev and @jaswsinc have also confirmed that changing the ns="1" attribute in your s2Member Pro-Form or Button shortcodes to ns="0" will resolve this issue.
[s2Member-Pro-PayPal-Form ns="0" ... /]`
The default value (if not provided) is ns="1". Forcing ns="0" seems to resolve this.
0 – prompt for an address, but do not require one 1 – do not prompt for a shipping address 2 – prompt for an address, and require one
The text was updated successfully, but these errors were encountered:
(s2Member/s2Member Pro) PayPal Compat. This release resolves a conflict between s2Member and a nasty bug at PayPal.com that came to light recently. In some cases, customers reported that clicking the "Continue" button at PayPal.com simply reloaded the page and gave no response. We found that this was attributed to a bug on the PayPal side (see 792). To work around this bug, we are using a new default value for the ns="1" shortcode attribute in PayPal Pro-Forms and PayPal Buttons. The new default value is ns="0", which seems to work around this bug for the time being. Props @patdumond@raamdev for reporting and testing this fix. See also full report here.
ns="0" (new default) = prompt for a shipping address, but do not require one
ns="1" (old default) = do not prompt for a shipping address whatsoever
Future comments on this issue will now be blocked. If you have any trouble please open a new issue and report it. A big thanks to all of our great supporters. Happy Holidays :-) ❄️
Overview
The PayPal Express Checkout button (when you reach PayPal.com) is broken in some scenarios. Customers have reported that upon reaching PayPal.com and clicking the "Continue" button to complete checkout, nothing happens. The page simply reloads and there is no response.
Other Reports...
A customer reported... (see private ticket: https://websharks.zendesk.com/agent/tickets/9666)
My browser console shows...
Several other customers have reported similar issues recently, and in each case it was attributed to a new bug on the PayPal.com side, which causes the "Continue" button to do nothing in some scenarios.
Two Possible Solutions
Here are the solutions that we are aware of at this time...
Call PayPal to complain. Ask them to revert your account back to the older interface. Many customers have said that this resolves the problem; i.e., it removes the newer interface which seems to suffer from a bug which leads to the behavior reported in this issue.
@raamdev and @jaswsinc have also confirmed that changing the
ns="1"
attribute in your s2Member Pro-Form or Button shortcodes tons="0"
will resolve this issue.The default value (if not provided) is
ns="1"
. Forcingns="0"
seems to resolve this.0
– prompt for an address, but do not require one1
– do not prompt for a shipping address2
– prompt for an address, and require oneThe text was updated successfully, but these errors were encountered: