Public Member Functions | |
getErrorMessage () |
Definition at line 28 of file Error.php.
getErrorMessage | ( | ) |
Definition at line 31 of file Error.php.
00032 { 00033 if (!$this->getData('error_message')) { 00034 $this->setData('error_message', Mage::helper('shipping')->__('This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.')); 00035 } 00036 return $this->getData('error_message'); 00037 }