About sarg

Here at MageCorner I'm a software engineer - both frontend and backend. Experienced in Magento, CodeIgniter and PHP in general, well the whole LAMP stack. Have experience as a Project Manager and have also dabbled quite a bit in System Administration. Technology is my passion and I enjoy learning new technologies.

Magento cookies

Cookies in Magento are easy to work with. There may be a need to use cookies to pass data to or from Magento whether it is to identify users, track users or some other case. The Magento core has a … Continue reading

Bypass cart and go to checkout

Sometimes there is a need to bypass the Magento shopping cart and go straight to checkout. Maybe your products (or services) are such that most customers only buy one product so why not speed up checkout by bypassing the cart. … Continue reading

MCorner Full Cache

Give Magento a boost with MCorner Full Cache extension. With the MCorner Full Cache extension, benefits on a magento ecommerce store are between 25% – 40%. Our full cache extension minimizes server requests and memory usage to decrease server loads. Increased … Continue reading

Magento development and cache

Magento can be setup to use the various cache methods. These include sqlite, memcached, apc, eaccelerator, database and file types. The Magento cache can be found through the Mage_Core_Model_Cache model. Let’s access the cache. $cached = Mage::app()->getCache(); The methods available to … Continue reading

Magento Category and Product Order

Magento offers simple category and product ordering although this may not be obvious at first. I thought I might share this simple information. Category ordering To change the order of categories, from within the Admin, go to Catalog -> Manage … Continue reading