Home Forums Themes Support Gecko Update WooCommerce 7.8.0 Mini Cart

Viewing 5 reply threads
  • Author
    Posts
    • #43940

      When we are testing an update to WooCommerce Version 7.8.0 is the mini cart not working, it is always empty.

       

      Best, Maria

       

       

    • #43944

      Hi,

      We are sorry about inconvenience! We are working on this issue and will update soon.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #43967

      The new update does not work.

      Best Maria

    • #43968

      Hi,

      Are you using customize code and change the cart method or cloud cache (please remove cache)? It now i change setting show mini-cart when add item to cart but it now it redirect to cart page not show mini-cart.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #43980

      Hi,

      i found this solution in https://stackoverflow.com/questions/76495561/woocommerce-mini-cart-is-coming-blank-on-add-to-cart-from-product-page   :

      // FIX Mini Cart
      function enqueue_wc_cart_fragments() { wp_enqueue_script( ‘wc-cart-fragments’ ); }
      add_action( ‘wp_enqueue_scripts’, ‘enqueue_wc_cart_fragments’ );

      I put it last in function.php in  main theme and it works.  Is there any problems to use this code?  Will there be any issus whit other functions due to the change?

      Best Maria

    • #43984

      Hi Maria,

      You can add to file function on child theme (gecko-child > functions.php) and the code will keep when you update theme.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.