We are looking at using Magento for a project we are doing, sorry if this question seems obvious, but I think we'll need an extension or custom programming to do it.
The feature we are trying duplicate is found here (adding components to a base product)
https://www.daddiesboardshop.com/loaded-bhangra-longboard-skateboard-complete
We are assuming the best way to do this is using bundled products feature. We have a lot of products, and we want to base each bundled item on a category. If we have a category called truck1 then we create a new option and link it to "truck1" and all items in that category can now be shown (via a swatch) and added to the bundle. We would prefer to have a special type of category we can add products too that is not visible on the storefront.
Is there an extension that can do this?
Or can Magento do this out of the box?
Thanks for reading, I appreciate all replies, advance thank you.
Hi!
Here is an example of a bundle product in Magento 2 the way it looks out of the box (in our demo store )
http://m2-2.demo2.aitoc.com/sprite-yoga-companion-kit.html
Basically, you assign different simple products to a bundle, and these simples are displayed as options on the page.
There is an extension for Magento 1 that allows you to use configurable products inside a bundled product. As per this demo:
http://magento.wizdemo.nl/a-full-clothing-set.html
But we don't know if the developer has plans to create an M2 version.
Cheers!
The Aitoc team
Aitoc is a group of distinguished web developers that have been building for Magento since 2009.
See our extensions for Magento 2.
Hi @hopkin,
You can try to associate custom options with existing products in your store. This Magento 2 Dynamic Product Options extension will be of help. The plugin also allows to hide associated options on Frontend.
You can also read more about how to create a bundle offer in Magento 2 – https://www.itoris.com/blog/magento-2-extensions/how-to-create-a-bundle-offer-based-on-custom-option...
Regards,
Alex