• Resolved luciaredondo

    (@luciaredondo)


    Good morning,

    When I try to update the plugin to the new versions ( 7.8.0 or 7.8.1) the mini-cart icon does not load. It stays like thinking all the time I attach photo.


    Therefore, I have to switch the plugin back to Woocommerce 7.7.2 so that it stops loading and everything appears fine.
    Can you tell me why this is happening and how to fix it?

    Thank you very much in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am facing this issue too, when update to 7.8.0 then i roll back to version 7.7.2 and it back to normal. Therefore, yet to update to latest version as still pending for woocommerce to resolve this issue. Question is when woocommerce will come up with patches to resolve this issue. Really appreciate woocommerce prompt action on this matter, Thank you in advance.

    Thread Starter luciaredondo

    (@luciaredondo)

    Good morning,

    Thank you very much for your help.
    I was able to solve it by adding this piece of code:
    add_action( ‘wp_enqueue_scripts’, ‘custom_enqueue_wc_cart_fragments’ );
    function custom_enqueue_wc_cart_fragments() {
    wp_enqueue_script( ‘wc-cart-fragments’ );
    }

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error in the mini-cart’ is closed to new replies.