It is worth to notice that Mage_Core_Model_Abstract class comes with special event properties: $_eventPrefix and $_eventObject. These values will be used when dispatching events on most common operations. For example, when saving an object into database, two events More »
Posts Tagged ‘programming’
22
Jun
15
Jun
Today I was stuck with importing category tree to Magento store. The task seemed quite straightforward and I decided to use the catalog_category API to be able to update both the dev and live site directly from my local machine. As the tree was quite complex More »
09
Jun
In Magento admin you can set email addresses for specific tasks (see System->Configuration->Store Email Addresses). As I was asked to create a module for sending PDF invoices after successful purchase, I needed to get the general More »
03
Jun
Magento is more than e-commerce platform – it’s a great framewrok based on Zend Framework. One of its best features is modularity (far better then in ZF) and possibility More »


