How can you update a third-party system with every new order created in Magento?
In which order are the following methods executed after Mage_core_Model_Abstract:: save () is called?1 - Mage_Core_Model_Abstract::_beforeSave()2 - Mage_Core_Model_Abstract::_afterSave()3 - Mage_Core_Model_Mysql4_Abstract::_beforeSave()4 - Mage_Core_Model_Mysql4_Abstract::_afterSave()5 - Mage_Core_Model Abstract::afterCommitCallback()
Which three of the following will return an instance of a resource model? (Choose three)
Two modules, Foo and Moo, both rewrite the catalog/product model, but only the Moo module's rewrite is being used. Both modules Foo and Moo reside in the community code pool. Which two approaches allow the functionality from both classes to be used? (Choose two)
How are "Rule-based related products" added to the shopping cart when you check their checkbox together with the checkbox for the basic product?
What is the basic class/interface for every model observer class?