On Magento 1x You can easily edit this area by going path app/design/adminhtml/default/default/template/sales/order/view/ and all of the admin order details content you get from here…. Read More →
Create a event observer after order submit Magento 1x
October 24, 2017
Create a event observer after order submit. Bellow code is need to add in your module path/etc/config.xml if you have already adminhtml tag then just… Read More →
If you have a custom table which has model Mage::getModel(‘mynews/mynews’); then you can easily insert , select , update & delete data from your table… Read More →