Can Odoo eCommerce handle product bundles where customers can select specific sizes and colors for each item within the package?
This question has been flagged
Hi George,
Odoo eCommerce does not natively support configurable product bundles where customers independently select a size/color for each item within a single bundle on one product page. Here's a clear breakdown:
What Odoo supports natively:
- Product Variants — A single product can have size and color variants. Customers choose one variant per product (e.g., T-shirt: Blue, Large). Works out of the box.
- Optional Products — Go to Sales → Configuration → Settings, enable Optional Products. At checkout, customers are offered add-ons. These are separate products, not per-item variants within a bundle.
- Accessory Products — Shown on the product page as suggestions ("You might also like..."). Not a bundle selection.
What is NOT supported natively:
A bundle where customers independently select size/color for each item within the bundle on a single product page. This requires custom development:
- A custom website template for the product page
- Custom cart logic to track variant selections per bundle component
- Custom sales order line handling for each selected variant
Closest standard approach (no custom dev):
- Create each bundle item as a separate product with its variants
- Use the Optional Products feature to group them
- Customers add the main product and select options for each component separately at checkout
For a true configurable bundle, you would need Odoo Studio (Enterprise) + custom development, or a third-party module from the Odoo App Store specializing in product configurators.
Hope that gives you a clear picture!
Hello
Yes, this is partially possible in standard Odoo eCommerce.
Odoo supports product variants (like size and color) and also allows bundle-like setups using kits or optional products. However, selecting different variants for each item within a single bundle directly on the website is not available out-of-the-box.
To achieve this, you would typically need:
Custom development to allow variant selection per bundle item, or
A third-party module designed for advanced product bundling
Hope this works for you! If you need any help implementing this or want a more optimized approach, feel free to reach out for further discussion.
Regards,
Zehntech Technologies Inc.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
1
Nov 22
|
9974 | ||
|
|
2
Oct 25
|
1962 | ||
|
|
1
Dec 23
|
5012 | ||
|
|
1
Jun 26
|
1399 | ||
|
|
4
Apr 26
|
1938 |
Hello
Odoo eCommerce does not fully support configurable product bundles where customers can choose variants (like size/color) for each item inside a bundle.
Achievable, but It requires customization on the website (frontend + cart logic).
Hope this helps
Thanks