Basti
Basti
https://github.com/bootscore/bootscore/pull/375 solves this issue.
This seems to be fixed in both browsers.
Check here https://github.com/bootscore/bootscore/discussions/224
Thank you for reporting. Checked last 3 releases and AJAX request gets twice on WooCommerce 7.8 and bootScore 5.3.0. As described in https://developer.woocommerce.com/2023/05/24/woocommerce-7-8-beta-1-released/, WooCommerce removed the global ```php wp_enqueue_script('wc-cart-fragments'); ```...
Do you have removed the entire click event?
Ok, got it. Of course, the alerts have an AJAX request as well. Why this is now twice since WooCommerce dropped the `wc-cart-fragments` is mystic, but I think we have...