• Last night our WooCommerce automatically updated to 7.8.0 and now today when using the Fly Cart it just sits there with the spinner going and doesn’t stop. Refreshing the page shows that the request was sent as the cart then updates but adding a product or adjusting the product quantity results in a forever wait.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same problem here, and it’s definitely because on the newest version of WooCommerce, I downgraded it to 7.7.2 and the cart worked again

    yes! with 7.7.2 works

    Thread Starter jholes

    (@jholes)

    Downgrading to 7.7.2 did indeed work, hopefully WPC FlyCart is updated sooner than later so I can upgrade back to 7.8.

    Thread Starter jholes

    (@jholes)

    Got an update overnight however, FlyCart 5.4.9 has same issue with WooCommerce 7.8

    Hi!

    I added this code in functions.php, and it’s ok :

    function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fly Cart showing spinner forever’ is closed to new replies.