Currently facing a persistent issue with the Woocommerce checkout page where the order review section is continuously buffering and not loading as intended. Despite extensive research and attempts to troubleshoot, no resolution has been found yet.
https://i.sstatic.net/qmwMM.png
Many support threads suggest that identifying the cause of the problem can be done through Chrome/Firefox logs or console. However, thorough examination of these sources has yielded no significant insights for me.
Interestingly, removing the blockUI
div resolves the buffering issue temporarily, allowing orders to be placed. Strangely, even though the order gets processed and notifications are sent out, various errors occur depending on the browser. Chrome shows
SyntaxError: Unexpected token <
, Firefox displays SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 167 of the JSON data
, and IE indicates SyntaxError: Invalid character
.
In an effort to isolate the problem, I have deactivated all other plugins except Woocommerce and switched to the default 2015 Wordpress theme. Some suggestions point towards AJAX causing issues - therefore, I am curious if there is a way to disable AJAX specifically for the Woocommerce checkout process without affecting its functionality (Unfortunately, I have not located a comprehensive guide on how to do this).