Magento: Create your own custom Event Observer

Event-Observer methodology is a very helpful way for customizing Magento. It’s an alternative to overriding Magento core classes/methods. Magento has raised event at many useful places. However, there can be a situation where there is no event present in any particular method/function and we want an event to be raised there. Moreover, some events that … Read more