質問

I have a clothing store that runs under magento. I have created several configurable items that allow the user to choose the size and color of the item they need.

How do i create a bundle of configurable items in magento in which the user can choose size and color for each item ?

For example say that i have 3 shirts in 4 sizes and 4 colors (16 options total * 3) How can i create a bundle out of these 3 configurable items ?

役に立ちましたか?

解決

You can't bundle configurable products in the current Magento CE. Each simple product in a bundle gets a bundle option value. What you want is a hierarchy of options, which is currently not possible with the core distribution. You would need a third party extension for this.

This extension can do that with grouped products. There was also an extension for that with bundled products from Classy Llama Studios called Configurable Bundle Module, but it's dead.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top