Exemplo n.º 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();
 }
Exemplo n.º 2
0
 public function preDispatch()
 {
     parent::preDispatch();
 }