How to disable product tag in Magento zendnwar February 12, 2015 Magento 0 Comments Just follow below instruction. System > Configuration > Advanced > Advanced > Mage_Tag – Disable Related Posts How do I remove the word (saved) next to the Credit Card form during checkout? zendnwar December 9, 2014 It is very simple just below instruction: 1. Go to System > Configuration >Payment Me .. How to delete Image cache in Magento programatically ? zendnwar February 6, 2014 Just copy and paste use following code: Mage::getModel(‘catalog/product_image’)-> ..