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 →
Magento 1 get products per page for category product list
October 26, 2017
Here you just need bellow code for get list page product limit range get. $allowedValues = Mage::getStoreConfig(‘catalog/frontend/grid_per_page_values’); $grid_per_page_values = explode(“,”, $allowedValues); foreach($grid_per_page_values as $gridperpage){ echo… 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 →
Nexus 6 Review: A Big Phone With Big Potential (But Big Drawbacks Too)
December 24, 2014
Nexus 6: Revisiting Google’s Bold Phablet Experiment Released in late 2014, the Nexus 6 marked Google’s ambitious entry into the phablet market. Manufactured by Motorola,… Read More →
BlackBerry Classic: A Blast from the Past for Keyboard Devotees (But Not For Everyone)
November 24, 2014
Released in 2014, the BlackBerry Classic was designed as a nostalgic nod to the company’s heyday when physical keyboards dominated the smartphone landscape. While the… Read More →