php - Magento product images new option -
Hey guys, how do I add another option to the product image list? Like remove & amp; Remove the check box
@vrnet You were almost there ... Additionally, you need to update You will need to add the code for JSON to handle your new area:
-
/js/mage/adminhtml/products.js (tons of change). I needed to add a second label on my end and the copy pasteing label code was over and the variables had to be changed to match the code variables. Should be very straight forward.
-
(line 66) Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Attribute_Backend_Media class, you will need to add your new column so that it will be reloaded with DB.
If you have any questions, please drop me an email
Comments
Post a Comment