public function preDispatch() { if (!Mage::helper('rewards/loyalty_checker')->isValid()) { Mage::throwException("Please check your Sweet Tooth registration code your Magento configuration settings, or contact WDCA through contact@wdca.ca for a description of this problem."); } parent::preDispatch(); }
public function preDispatch() { parent::preDispatch(); }