Possible Duplicate:
Creating Hello world event dispatcher(observer) in Magento?
Hi ,
In my Mage website i am in a situation to perform a set of tasks after a product being added to the shopping cart… i tried to create an event dispatcher, but not succeeded in it.
Can anyone give me info about step by step implementation of event dispatcher or any helpful link?
Thanks,
Balan
Step 1: define your module in
/app/etc/module/Mycompany_Observer.xml:Step 2: define your configuration in
/app/code/local/Mycompany/Observer/etc/config.xml:Step 3: define your observer in
/app/code/local/Mycompany/Observer/Model/Observer.php: