Compatibility update_order_review AJAX Call
-
Firstly, we are using WooCommerce Subscription in our website. We used this plugin in the checkout page where it is required for a user to be logged in to be able to add the subscription products to cart (we have done a functionality already for the adding of the products and we only let the user login in the checkout page).
Now, we trigger the update_order_review so that the order details will be updated but it isn’t happening cause of the user being “logged in” through this plugin and the AJAX only returns 403. We already tested executing the update_order_review in two scenarios which are:
1.) the user is not logged in
2.) the user is logged in beforehandBoth of these scenarios are working fine and it does trigger the update_order_review. We have also tried clearing the user cache, cookies, etc. in the login-with-ajax.php in the login function. Maybe you have an idea on how to deal with this.
Hoping for your fast reply.
Thanks!
- The topic ‘Compatibility update_order_review AJAX Call’ is closed to new replies.