Hi,
I’m experiencing a critical issue with variable products since the recent WooCommerce updates (10.5.3 security patch / 10.6.x).
Environment:
– XStore 9.7
– WooCommerce 10.6.1
– WordPress 6.9.2
Issue:
Cart behavior is erratic for variable products only. Items added to cart are not consistently shown — they appear, disappear, or fail to persist across page navigation. Simple products are unaffected.
Troubleshooting already done:
– Deactivated Caching — issue persists
– Tested across multiple browsers and devices — issue persists
– Checked WooCommerce logs (fatal errors, woocommerce, wc-api) — no relevant entries
– Installed latest XStore patches — issue persists
Background:
WooCommerce 10.5 intentionally changed the add-to-cart behavior for variable products: the button is now disabled by default in PHP and re-enabled via JavaScript. This is known to cause conflicts when themes provide custom AJAX cart logic. I believe XStore’s cart implementation is conflicting with this change.
Request:
Please advise on a fix or provide a patch that restores compatibility between XStore’s AJAX cart and WooCommerce 10.5+ variable product handling.
Thank you.