Minicart in Bundle products
-
Hi,
I have a woocommerce site, in which bundle products are used. For this i have activated “Smart Product Bundle For WooCommerce” plugin. and theme is “Mipro”.
The initial issue was the minicart is not updated while add/remove products in cart. So I used following code in my functions.phpfunction enqueue_wc_cart_fragments() {
wp_enqueue_script( ‘wc-cart-fragments’ );
}
add_action( ‘wp_enqueue_scripts’, ‘enqueue_wc_cart_fragments’ );
But after this fix, the bundle product name is not shown in minicart.
How can I show bundle product name with variation in minicart?
Kindly share a solution for both issues.Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Minicart in Bundle products’ is closed to new replies.