Loveleen Kaur
Loveleen Kaur

Reputation: 993

Magento Configurable Product Attribute

I would like to add a parameter to each option of a configurable product For example- I want to create pillows in 3 sizes - S, M, L but each size of pillow uses some z yards of fabric which varies for each size.

The following image displays it better. Any ideas on how I should proceed? *I am fairly new to Magento development. Is this something that can be achieved out of the box or needs to be coded?

So each size has a textbox for entering yards associated with each size

Upvotes: 1

Views: 3067

Answers (1)

and_rest
and_rest

Reputation: 302

1) Create a new attribute (yard)

  • Scope: Global
  • Input Type: Dropdown
  • Use To Create Configurable Product: Yes
  • Insert some labels / options

2) Assign this new Attribute to the Default Attribute Set

3) Create a new Configurable Product using both size and yard attributes

Upvotes: 1

Related Questions