by treewalkerlabs | Jul 1, 2017 | Apache, Magento, Magento 2, ModPagespeed, Performance Optimization
PageSpeed is a module developed by Google which helps to optimize the page speed of the website. You can install this module in Apache and NGINX server. Below I will detail you about the complete installation and options which can improved the performance of the...
by treewalkerlabs | Jun 17, 2017 | Magento, Redis
In the previous post “Install Redis on Amazon EC2 Server” we had seen the process to install Redis on the server. In this article we will see how to integarte the Redis with Magento1.x There are few php extension we need to install before we do integration...
by treewalkerlabs | Jun 17, 2017 | Magento, Redis
Few days back we have installed Redis in Amazon cloud server and integrating it with Magento. So I thought of sharing the process if it could help anyone. Before we move on installation we need to understand what is Redis. What is Redis ? Redis in-memory data...
by treewalkerlabs | May 29, 2017 | Magento, Magento Portfolio
In this blog we are trying to override the product grid in magento admin to display the category name. To achieve that we have override the Mage_Adminhtml_Block_Catalog_Product_Grid class. We have created a module by name TW_Salesproduct. You can give name whatever...
by treewalkerlabs | May 27, 2017 | Magento
Recently we were asked by the client to display the products name and payment method in order grid in magento. To achieve that we have override the Mage_Adminhtml_Block_Widget_Grid class. We have created a module by name TW_Salesproduct. You can give name whatever you...
by treewalkerlabs | May 13, 2017 | Magento
In one of the project I was supposed to use the custom tax instead of magento tax and it was used for the display purpose. In our case Tax percent was associated with each product through custom attribute field .. To achieve this I have analyzed magento default tax...