Display bug? Can’t edit bundled orders in the cart
-
I have a product at https://consentbands.com/product/consentbands/ that bundles three simple products (green, red, yellow), each of which has a base price of €1. Customers can specify how many of each on the Single Product page — that works fine.

But on the Cart page, the “Quantity” column — where I’d expect to be able to edit the number of each product ordered with “quantity pickers” — is empty. (Yes, “Edit in Cart” is checked at Product Bundle -> Bundled Products.) Instead there are two “Edit” links, both of which send the customer back to the Product page to update the cart.

(Theme is Twenty Twenty-Three; I’ve also had the same problem with Storefront. Quantity discounts are also at play, but I tested without them as well.)
Inspecting the source code, we see that a CSS class named “quantity-hidden” has been applied.

If I delete the “parent” product, then of course everything disappears from the cart. But here’s the weird part: If I delete just one member product of the bundle, the quantity pickers appear as they should and work just fine!

Any ideas?
The blog I need help with is: (visible only to logged in users)
-
Hi! I had a quick look at your site and it looks like this is being caused by a setting within your Min/Max extension. I used the Troubleshooting Mode (described in our customer guide for solving problems) with plugins to identify which might be the problem plugin – it turns out it’s the Min/Max extension.
The extension itself is working, but it sounds like there’s a setting from it which is causing trouble for your products. It might be worth testing out the minimum and maximum rules you’ve set on your products in order to check what effect that has!
-
Thank you! Removing the “Max Bundle Size” did indeed fix the problem — but introduced a different problem. Namely, the customer is now asked how many *bundles* they want, which acts as a multiplier on the whole order. This is confusing, and is true both on the product page and the cart page (see below). I had earlier stopped this behaviour by adding the Max Bundle Size.
Ideally, I don’t want the bundle’s quantity selector to show up at all. I could probably hide it with some funky CSS but that’s really a kludge. (I could do the same with the bundle’s appearance on the cart page, which is likewise confusing. But I guess that’s another matter.) Do you have a better idea?
Thanks!


-
I believe I’ve found a solution: Offer it as an unassembled bundle. Playing with it now and will report back with any further difficult problems. Thanks again!
-
- The topic ‘Display bug? Can’t edit bundled orders in the cart’ is closed to new replies.