ajax=update_order_review
-
The problem is initially observed in the frontend when you add a product to the cart and want to proceed to checkout. The page keeps loading indefinitely before completing the order (see photo). When inspecting the developer tools -> Network -> XHR, it seems that a conflict occurs at https://breathclo.com/?wc-ajax=update_order_review with a response of -1 and an error status of 500.
Additionally, there is a problem in the backend where any attempt to make changes to a product and click update results in an HTTP ERROR 500.
I have followed closely (or so I believe) the instructions provided here: [link to https://woocommerce.com/document/how-to-test-for-conflicts/]. I have changed the theme to see if the problem originates from there, but unfortunately, that is not the case. I have also disabled all plugins to check if any of them are causing the issue, but I haven’t found a solution from that either. The problem still persists.
The page I need help with: [log in to see the link]
- The topic ‘ajax=update_order_review’ is closed to new replies.