One of the biggest changes that 1.5.x brought was the redesign of options to make them more global as well as include all different types. The new system is extremely powerful. But with power comes great confusion. This guide will explain how to add and use product options for 1.5.x
First it is important to understand the design structure.
Up until now, options have been added individually to products on the "Options" tab in the product edit page
Now, instead of adding them one-by-one, You can add them to the "Options Pool".
Once they are in the pool, you simply reference the options for each product, picking and choosing which options you want to add, and the finer details like price, weight, etc for each individual option value.
It is also important to understand the terminology:
How to Create OptionsMen's Shoes <-- Product
-- Size <-- Option
---- 8 <-- Option Value
---- 9 <-- Option Value
- Goto Admin->Catalog->Options
- Click Insert
- Enter
- Name: Color
- Type: Select
- Sort Order: 1
- Click "Add Option Value"
- Enter
- Option Value Name: Red
- Sort Order: 1
- Repeat steps 4 & 5 for each option value you want to add (Blue, Green, etc)
- Save
- Goto Admin->Catalog->Products
- Edit a Product
- Goto the "Options" tab
- In the box with the green + icon, type the name of the option you just created above: "Color"
- As you type, the autosuggest will give you the option to choose the Color option. You can also just type "%" to see all.
- Now click the green + icon
- Depending on the option type, you will see different fields. They should be self-explanatory
- Choose the Option Value, stock, price, weight, etc that you want for that product.
That's it!