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' );
Hi!
I had the same problem, it was due to two Woocommerce functions in my theme (functions.php). These functions were used to remove the short description and tags metaboxes in product admin. I deleted it and everything is working now !