Apple Watch Series 3 – Features, Price, Compatibility with iPhone
December 8, 2017
Apple Watch Series 3: Still a Smart Choice? Originally released in September 2017, the Apple Watch Series 3 was a game-changer that brought cellular… Read More →
December 8, 2017
Apple Watch Series 3: Still a Smart Choice? Originally released in September 2017, the Apple Watch Series 3 was a game-changer that brought cellular… Read More →
November 2, 2017
You can follow the code : <?php ob_start(); ini_set(‘max_execution_time’, 0); set_time_limit(0); ignore_user_abort(true); require_once ‘/chroot/home/powerme1/powermedicalsupplies.com/html/app/Mage.php’; Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID); $_write = Mage::getSingleton(‘core/resource’)->getConnection(‘core_write’); $_read = Mage::getSingleton(‘core/resource’)->getConnection(‘core_read’); $collection = Mage::getModel(‘catalog/product’)->getCollection()->addAttributeToFilter(‘attribute_set_id’,9)->addAttributeToFilter(‘brand’, array(‘eq’… Read More →
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 →
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 →
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 →