Magento – Create ‘Catalog Input Type for Store Owner’

custom-optionsproduct-attributevalidation

I want to create new "Catalog Input Type for Store Owner" for attributes.

I can do this by reference link Edge ProductAttachments

But now my query is How can I add custom text boxes,radio buttons in "Manage Label / Options" part ? See attached image for referance.

enter image description here

Best Answer

We can change/add inputs by below files :

adminhtml/default/default/template/catalog/product/attribute/options.phtml

adminhtml/default/default/template/catalog/product/attribute/js.phtml

Related Topic