Can Odoo eCommerce handle product bundles where customers can select specific sizes and colors for each item within the package?
Cette question a été signalée
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
nov. 22
|
10075 | ||
|
|
2
oct. 25
|
2002 | ||
|
|
1
déc. 23
|
5106 | ||
|
|
0
juin 26
|
1 | ||
|
|
3
juin 26
|
701 |
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