Category Archives: Magento

Magento is an open-source e-commerce platform written in PHP, renowned for its flexibility, scalability, and robust feature set. It provides online merchants with a comprehensive suite of tools to manage their online stores effectively. Magento offers both a free Community Edition and a paid Enterprise Edition, catering to businesses of all sizes.

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