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:

  1. /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.

  2. (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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -