Hello,

I would like to add a "Size" attribute to one of my product categories, so that all products within that category have this attribute.

Basically I need users to be able to pick between Small, Medium, and Large sizes. This needs to appear as a dropdown menu in the product's page.

I added the option, the option values, and then used the controller to add this option to one of my products however it forces me to pick one option value (?) and then on the product page it just shows a radio button with that option selected. I need the user to pick the size from a dropdown instead! How would I go about doing this?

Thanks in advance for any help/insight you might be able to provide.