Configure Magento with 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...
Install Redis on Amazon Ec2 server

Install Redis on Amazon Ec2 server

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...

Add custom amount in order total in 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...