Monthly Archives: April 2017

How to create shipping modules in magento

Shipping method is one of first requirements of every magento website. It is very easy to make it for any shipping carrier providers. Shipping method calculate the rates based on customer address and total product weights. Lets start by explaining how Magento handles shipping, and what would be needed to achieve our goal. When anyone… Read More »

How we can add each type of attribute filters in magento

Sometimes we need to add custom condition on product listing or some custom pages to fetch data. Here you will how easily we can add conditions with addAttributeToFilter .  addAttributeToFilter is a method that can be called on EAV collections in Magento. This includes product collections, category collections, customer collections and many more. In short,… Read More »