Elementor mini cart widget appear empty without any content

Hello everyone!

Thank you for submitting your issue, and for the feedback! 🙏

We are aware of this issue and our team is already working on a fix. We are planning on releasing this fix together with Elementor Pro v3.14.0 next week.

Meanwhile, a workaround is to either Rollback your WooCommerce version to 7.7.2, or to use the following code snippet that can be added to your functions.php child theme file, or use the Code Snippets plugin:

 

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

Posted by softclue.net

Leave a Reply