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
There's a known issue in the theme that causes a conflict in the checkout.
Basically, both the theme and various gateways (including Stripe and Braintree) hook into the submit event in a non-deterministic way, allowing the payment step to be submitted by the theme before the payment gateway collected information. This can cause errors and payments to fail.
If you use such a gateway, you'll need to (for now) disable the javascript that ships with Red. You can do so by commenting out the following script tag in the ctred.footer chunk:
There's a known issue in the theme that causes a conflict in the checkout.
Basically, both the theme and various gateways (including Stripe and Braintree) hook into the submit event in a non-deterministic way, allowing the payment step to be submitted by the theme before the payment gateway collected information. This can cause errors and payments to fail.
If you use such a gateway, you'll need to (for now) disable the javascript that ships with Red. You can do so by commenting out the following script tag in the
ctred.footer
chunk:We'll update this issue when a fix is available.
The text was updated successfully, but these errors were encountered: