Hi

I am creating a clothing store. At the moment, I have a product attribute "size" - " L,M,S" that has been put together with the "Cloth" product type, but after I created a product with a whatever "size", the attributes are freeze which is not selectable by user ( please see attached image)

My question is how to make the product attributes are seletable by user , like "color" and "size" , user should be able to select the one they like to buy.

Thank you.

Comments

freelylw created an issue. See original summary.

drugan’s picture

Can you post here a screenshot of the product/{ID}/edit page with created variations. Like this one:

https://github.com/drugan/commerce_quick_purchase#how-to-1

freelylw’s picture

StatusFileSize
new10.59 KB

Hi Drugan

Please see attached screen image. Thank you.

drugan’s picture

That's what I've supposed. You have only one variation created (L + White) and the attribute fields are disabled on the Add to cart form just because there is no other choice. Create more variations (M + White, S + White, etc.) and try again.

neeraprajapati’s picture

StatusFileSize
new33.3 KB

Create more variations you have created only one with (L+white) that is why you are getting only the selected options.
Ex: If you have two color attributes(Red, Blue) and three size attributes(S,M,L) then it is required to add 6 variations (Red+S, Red+M,Red+L, Blue+S, Blue+M, Blue+L).
Screen shot attached:

bojanz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.