I require an special attribute with three text fields validated, My idea is create a new option type called "Phone".
- I have modified table "products_option_types" to add this new option type, but when I use Attribute Controller my new option don`t show, that is because only Text & File will show without values.
Where do I find in attributes_controller.php that option?
I`m modifing attributes.php another case:
case ($products_options_names->fields['products_options_type'] == PRODUCTS_OPTIONS_TYPE_PHONE):
Where do I define "PRODUCTS_OPTIONS_TYPE_PHONE"?



