Hi
Hi looking for a solution to create multiple options for one product with the different price. Example one product has Base Colour | Size | Storage. Inside Base Colour 23 options with different prices. Inside Size 10 options different prices. Inside Storage 5 options different prices.
How can I do this in Magento? Can someone guide me or give me hint how to do it? Because I can't figure out.
Thank you
You can simply create Grouped Product for your problem
Grouped product have multiple simple/virtual product with set different price for each child product. You need to create first simple product with different options and different price and assigned that product to Grouped.
Check link for creating grouped product,
https://docs.magento.com/m2/ce/user_guide/catalog/product-create-grouped.html
You can simply do it using grouped product concept.
Did you figure this out? I'm struggling with this as well and just created a new post for it: https://community.magento.com/t5/Magento-2-x-Admin-Configuration/Configurable-Product-Multiple-Attri...
We are using the Dependent Product Options (DPO) extension from Itoris. Works pretty well for us, but we're still in development mode.
Hi
Tried to do it with Magento but found a lot of issues.
Done everything in WordPress with product variations. Basically created one product exported to csv changed all info uploaded back and this way I created rest of my products.
You can refer below blog link for add configurable products,
How to import configurable product in magento 2 using CSV?