SetEnv fails with Apache 2.4

If Apache error logs show below error message Invalid command ‘SetEnv’, perhaps misspelled or defined by a module not included in the server configuration The control of internal environment variables that are used by various Apache HTTP Server modules are controlled by the module mod_env. By default module ‘mod_env’ will not be enabled in apache2.4.… Read More »

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 »

Magento Freight Shipping Carriers

Magento successfully integrates digital and physical shopping experiences, delighting customers. In addition to its flagship open source commerce platform, Magento boasts a strong portfolio of cloud-based omni channel solutions including in-store, retail associate, and order management technologies. Magento is most famous open source eCommerce available in the market.  Most of sellers using it. Shipping is… Read More »