Hi All
We have a magento 2 store selling furniture. When people go into a category page such as dining chairs we have multiple configurable and bundle products showing. For some products we have the same bundle/conifg product showing but in multiple colours. The customer then clicks into the product and makes the purchase. However, the issue we have is that on the category page we dont want to show all the same chairs in different colours. We want to show one chair and when the customer clicks this chair it goes to another sub category category page showing all the config/bundle chairs in the different colours and then they click one, go onto the product page and make the purchase.
I guess we need a grand parent product that holds the parent config/bundle products. Does anyone know how this is done? any help would be much appreciated. or maybe there is a module to help us do this?
Many thanks
What you could do is in the main category where you have all these different chaird right now, switch the category's Display Settings -> Display Mode to Static Block Only to hide all the products.
Then create subcategories for each of those collections under that main category (a subcategory that will hold all the chairs in your example).
Then in the Content section of the parent category create blocks with image of just one of those products and link them to the newly created subcategories.
This is how it's usually done, but it does require some regular manual maintenance.
Hi
Thank you for the quick reply. The issue we have is that all the chairs being displayed on the category page do not have multiple colours. Only the most popular products. So we only need to do it for around 5 of 20 products within the category page.
If you go to this page https://www.swiveluk.com/uk/chairs/dining-chairs.html?p=3 here you will many wishbone chairs in each wood option. What we want is to show just one and then when they click this they see the next category page showing all the wood options and then they select the product to go into and then buy the product.
The reason why we want a confi/bundle for each of the popular chairs is because it allows us to rank on google for the different combination rather than just the one chair.
Ideally it would be great. Is there was a Grand Parent, then parent product. Do you know a way to achieve this?
Many Thanks
You will not be able to do exactly what you described without some custom development.
You can achieve this in Magento 2 by organizing your products using a configurable product as the parent and associating simple products with different colors as its children. Follow these steps:
Create a Configurable Product:
Create Associated Simple Products:
Associate Simple Products with Configurable Product:
Manage Category Display: