Hi, I would love to have something like on this website:
It shows a single product, with a dropdown 'Sizes', which gives the possibility to change to another single product (connected to related products?)
I tried to realize that with the bundle product, but unfortunately the description and the attributes are not changing to the individual single product.
Any idea how to do that, or does somebody know an extension for that?
Thanks
Bernard
Hi Bernie,
Your example website doesn't seems to be a magento website. The expected feature is not available in default Magento setup.
However, this functionality can be implemented by customizing the default behavior. For that, you'll have to implement a new Magento Module or customize the theme. You may use a new attribute (like articleNumber) to have same value for all the similar products to group them and show in the same page using drop-down.
The closest out of the box feature to that behaviour is actually configurable product.