Reply 272140 to: Unable to checkout after logging in with Facebook

Avatar: chihao.weng
howard
Participant
February 3, 2021 at 18:03

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.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.