Looking for rollback woodmart update
-
Conclusion
This is not a crash or a cron job issue. Instead, it appears to be an architectural/theme-related problem. The way WoodMart (or a child theme customization) updates the cart quantity is simply inefficient. The current update mechanism submits the entire page source via a POST request, whereas it should be using WooCommerce’s lightweight update_cart AJAX endpoint instead.
This issue requires a code-level modification (JavaScript and/or PHP) within the theme or a child theme snippet. It is beyond what I can safely modify on a live production website.
Could you please investigate whether this is a known issue? If it has already been addressed in a previous WoodMart release, would it be possible to provide us with that older version so we can test it? Alternatively, if you have a recommended fix or patch for this behavior, we would greatly appreciate your guidance.
Try adding and removing products to the shopping cart. Especially also try to choose all attributes for this product, you will see it takes a long time before showing a price. see productlink in private content.