Home › Forums › Themes Support › Gecko › Update WooCommerce 7.8.0 Mini Cart
- This topic has 5 replies, 2 voices, and was last updated 2 months, 2 weeks ago by
Harry.
-
AuthorPosts
-
-
June 16, 2023 at 3:48 pm #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
-
June 17, 2023 at 7:07 pm #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 -
June 27, 2023 at 6:55 pm #43967
The new update does not work.
Best Maria
-
June 27, 2023 at 9:14 pm #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 -
July 7, 2023 at 6:15 pm #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
-
July 10, 2023 at 4:03 pm #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
-
-
AuthorPosts
You must be logged in to reply to this topic.