Observer for Checkout Start
问题 Is there an observer in Magento to detect the start of the checkout process? This would include hitting the page checkout/onepage/ or checkout/onestepcheckout/ . I would like to avoid overriding controllers if possible. 回答1: Every controller action will result in multiple targeted events which are fired in Mage_Core_Controller_Varien_Action (link), the superclass for all action controllers. These events variously involve the "full action name," derived from module router configuration +