Adding New Magento Cache Types
Adding New Magento Cache Types A simple configuration recipe for adding new cache tags to the Magento backend’s “clear cache” feature.
astormAdding New Magento Cache Types A simple configuration recipe for adding new cache tags to the Magento backend’s “clear cache” feature.
astormThere’s no official Magento “startup” event, but the first “safe” event to listen for in Magento is probably the controller_front_init_before event. I say probably, because there are a few events that fire prior to this one. In a stock installation of Magento 1.7 these events are resource_get_tablename [...]
astormCart Related Magento Events Ben Marks chases down the white whale of Magento cart events.
astormDeleting Product Images Programmatically A Stack Overflow answer covering how to delete an image from a product via PHP code. It’s also a good example of using the business logic encapsulated in API resource models without the overhead of SOAP, XML-RPC, REST, etc.
astormWhen is a Template not a Template? Just because a block has the word “Template” it its class name doesn’t make it a template block.
astorm