This topic has 9 replies, 4 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi,
i have a weird Facebook Login Woocommerce Problem. Whenever a user logs in with Facebook credentials from the checkout page, and they are redirected back to the checkout page i get the following error ?wc-ajax=update_order_review (403) which also causes the checkout area to get stuck and all you see is the spinner, you can’t select shipping or payment method.
If they login before going to the checkout it works fine, or if they login with normal credentials on the checkout page it also works fine.
Also if i go back to cart, then back to checkout it works.
Hello,
Provide us with WP Dashboard and FTP access to your site to check the issue in more detail.
Regards
Please see notes.
Note:
Hello,
Unfortunately, we have to remove logging with the FB on the checkout page from our theme because WooCommerce made some updates and it does not allow redirects on the checkout page.
Regards
Ok great, thanks
Feel free to ask if you have any other questions.
Regards
I also have the 403 error and I found a solution in the following url :
https://wordpress.org/support/topic/wc-ajaxupdate_order_review-403-error/
When I add this code in wp-config.php , the ?wc-ajax=update_order_review (403) error is gone and the spinner disappear in the checkout page.
define( ‘ADMIN_COOKIE_PATH’, ‘/’ );
define( ‘COOKIE_DOMAIN’, ” );
define( ‘COOKIEPATH’, ” );
define( ‘SITECOOKIEPATH’, ” );
I don’t understand how it works but it solved my problem.
Hello Raymond Brooks,
This topic will be closed. If you need any assistance, please open up a new one – https://www.8theme.com/forums/xstore-wordpress-support-forum/
Thanks in advance.
Regards
You must be logged in to reply to this topic.Log in/Sign up