Reputation: 993
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?
Upvotes: 1
Views: 3067
Reputation: 302
1) Create a new attribute (yard)
2) Assign this new Attribute to the Default Attribute Set
3) Create a new Configurable Product using both size and yard attributes
Upvotes: 1