Пример #1
0
 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();
 }
Пример #2
0
 public function preDispatch()
 {
     parent::preDispatch();
 }