Where is the product admin image tab located in magento? I want to use grid of images.Or give me the path where the tabs (prices,General,images etc) are added to product tab list.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your speaking of code (am i right?)
Take a look at the class
Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs. The tabs are created in the_prepareLayout()method.The image Tab is handled separately with the
Mage_Adminhtml_Block_Catalog_Product_Helper_Form_Gallery_Contentand is added to the product edit page via theMage_Adminhtml_Block_Catalog_Product_Edit_Tab_Attributes::_getAdditionalElementTypes()function