cancel
Showing results for 
Search instead for 
Did you mean: 

No combination in configurable product

SOLVED

No combination in configurable product

Hi,

I don't know to make what my customer want. I don't know if it's possible.

I would like to make a configurable with multiple attributes and no combination.

Example :
I have 2 attributes product
Attribute 1
Option 1
Option 2
Option 3
...

Attribute 2
Option A
Option B
Option C

When I would like to create product configuration, I select Attribute 1 and Attribute 2
Then I check values of attribute I want
for example :
I check Option 1, Option 2 for Attribute 1
I checkOption A, Option B, Option C for Attribute 2

Then I generate product, I have 6 products which are:
-Product 1 : Option 1 - Option A
-Product 2 : Option 1 - Option B
-Product 3 : Option 1 - Option C
-Product 4 : Option 2 - Option A
-Product 5 : Option 2 - Option B
-Product 6 : Option 2 - Option C

But I would like
-Product 1 : Option A
-Product 2 : Option B
-Product 3 : Option C
-Product 4 : Option 1
-Product 5 : Option 2

I don't know if it's possible ?
To resume, I would like to generate product but no combination between attributes...

Thanks you very much

1 ACCEPTED SOLUTION

Accepted Solutions

Re: No combination in configurable product

Finally, I'm using only one attribute with all possible values.

I'm just naming my values:

Type fabric 1 # Value 1

Type fabric 1 # Value 2

Type fabric 2 # Value A

Type fabric 2 # Value B

...

In my configurable product, when I create variation, I select my attribute, and in page with all values, I developped a JS script to have display which I want.

 

Type fabric 1 

o Value 1    o Value 2

 

Type fabric 2

o Value A    o Value B

 

Thanks you for your time

View solution in original post

4 REPLIES 4

Re: No combination in configurable product

Hello @VincentAZ 

 

Based on your requirement you do not need to create a configurable product. 

 

Solution 1
Create a simple product based on the attribute value selection and display all the products.
Solution 2
If you want to give a selection to the customer then create the custom options for the product and make the selection required.

 

If you have any confusion then you can ask me.

 

If my answer is helpful full then please set the accept solution flag and kudos flag so other members can take the same reference.

Re: No combination in configurable product

Hello @dipmegpro 

 

Thanks for your answer.

Solution 1 cannot be applied in my case. I would like to use configurable product, because we have lot of variations ( certain products, about 300 variations).

Solution 2 : I thank it's good, but I need to manage stock of all products (variation too).

 

I think I'll create only one attribute (and no more) with all my options values available (about 1800), and overload js script to display my attribute by type.

 

You can find an example in attachment what I would like to do in Magento to understand what I want.

We have multiple type of fabric (TISSU NEO and MICROFIBRE) and differents values (variation with own quantity) on each type.

Customers can select ONLY ONE of variation.

I wanted to have an attribute by type of fabric.

Attribute 1 : TISSU NEO (with all 4 values)

Attribute 2 : MICROFIBRE (with all 6 values)

But Magento create TISSU NEO with values "2020 (M3) - NATUREL" which is in MICROFIBRE attribute.

But in Magento, I don't know to do a sort like the screenshot in attachment.

 

I don't know if you understand Smiley Happy

 

Thanks you,

 

Re: No combination in configurable product

Hello @VincentAZ 

 

If my answer is helpful full then please set the accept solution flag and kudos flag so other members can take the same reference.

Re: No combination in configurable product

Finally, I'm using only one attribute with all possible values.

I'm just naming my values:

Type fabric 1 # Value 1

Type fabric 1 # Value 2

Type fabric 2 # Value A

Type fabric 2 # Value B

...

In my configurable product, when I create variation, I select my attribute, and in page with all values, I developped a JS script to have display which I want.

 

Type fabric 1 

o Value 1    o Value 2

 

Type fabric 2

o Value A    o Value B

 

Thanks you for your time