Home > Blog > Magento > Tricks

Category: Tricks

Last week I was reviewing and playing a bit with Magento CE 1.4.2 and noticed a lot of interesting improvements and changes that they included in it. Some of the most interesting ones you can find in this article:

  • TheFind

Custom configuration files in Magento

Ivan Chepurnyi - August 2nd 2010 - 1 Comment
 

If you want to create a configuration file that can be easily extended by other module, you have found the right article. I will explain you how to create custom configuration files, the files called with the custom name that …

Custom Column in Orders Grid

I think everyone has noticed that since 1.4.1 Magento uses separate table for displaying of the order grid in the backend.

I have created a small example with trivial client request, that displays the main aspects of such a customization.…

Introduction

This article will help you to understand basic customizations for catalog products and performing custom cron jobs in Magento.

Functionality

Before start the development you should imagine what it does and choose the functionality that fits all the requirements.…

Enhanced Error Reporting in Magento

ecommerce.dev - June 2nd 2010 - 1 Comment
 

Have you ever been sick about cutting of an argument value in the error message trace?
Have you tried to find ready to use solution that could solve it? You’re lucky, because I’ve created it for you.

[attachments size=small docid=first,204,last …

How to override resource model

akorolyov - April 19th 2010 - 2 Comments
 

Some time you need only change one line in function. This is bad idea rewrite resource model for module. But some time it is fast and good solution:

There is Mage_Customer module with defined resrouceModel

There is part of our …