Please check the screenshot : https://nimb.ws/BiapQ3
]]>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.php
function 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!
]]>My idea is that I want to link specific products to an bundled product, from the attribute the user choose.
I will try to explain:
? I have product 1A, 1B and 1C
? I have product 2A, 2B and 2C
? I have product 3 (one product)
Together, those product combines a single product adapted to a different model: Product 4.
I want to publish products 1A, 1B, 1C, 2A, 2B, 2C, and product 3 seperately. This is where the stock is updated.
On the storefront I only want to display Product 4:
It will make it simple for the user to get the right combination, by selecting an attribute. So on Product 4, the user’s choice of attribute collects the different products from 1 and 2 and adds product 3.
The reason I want to make the attribute collect from other published products is so you won′t need to set aside stock to have an available bundle. If product 1A is sold out, the attribute can′t be chosen.
I can only seem to find plugins that let you bundle certain products, but you need to set aside stock to have this bundled product available. This seems very inaffective and not automated, when talking about many variations from 1 and 2.
It also seem to only have the opportunity to have multiple selections (attribute) if you want to add more products. So if I put on a product, the user would need to chose two times: Product 1, Product 2.
Basically, all I want is:
Product 4 display – one selection (attribute), that links Product 1 option, Product 2 option and Product 3.
Easy, and simple for the backend when you just fill up the stock in those products selected – and not set aside stock for a bundle.
Does anyone have a tips for a plugin? Or put me in the right direction of what I need to be searching for?
Or do I need a developer to help me out?
The main function here would be to link and collect several products in an attribute. In the storefront the user would only see one product that fits the model selected. In the backend we would see what kind of product 1, what kind of product 2 to pick, alongside product 3.
My bundle products are not getting added to cart and showing error like this ( https://prnt.sc/5JQUqKQQCQol )
Please help me what I can do here.
Thanks
]]>I would like to be able to have the following functionality: When purchasing a product, the customer must be able to select two other products from among all the products available in stock.
The idea is to make 2 drop-down lists on the relevant product sheet (choice N ° 1, choice n ° 2, with the same product list for each).
The price does not change, it is a concrete bundled product.
But in the basic functions, you can’t choose which product to add.
I found a plugin that comes close, but we can’t choose which product to associate, they are all displayed and I would like a drop-down list instead: https://woocommerce.com/fr-fr/products/product-bundles/?quid=d2872ab10eaee9ca42f8cf8847c91ed3
Do you have any ideas ?
Best regards !
]]>I Need to bundle Variation product with other simple products into one new product!!
I tried grouped product, i can add them together but it doesn’t work as i want
I also tried smart bundle plugin but it’s not allowing to add variation product
so is there other plugin that will help with that
]]>Best Regards
]]>