Magento – How to add Details field for Custom option in magento admin

admincustomfieldsetsmagento-1.9

enter image description hereFor the custom options of simple prodcusts i have to add one text field for value of color. How to add it.

Best Answer

I suggest that you use the SKU as the hex code and then sniff for it on the frontend, adding some template logic to the catalog/product/view/options.phtml instead of adding a new column and text option attribute.

This may not be considered the "correct" approach - there are certainly better ways to address this - but it may be the easiest in your case with the requirement of using options.

Related Topic