示例#1
0
 protected function _toHtml()
 {
     if (!Mage::getSingleton('adminhtml/quote')->getIsOldCustomer()) {
         return parent::_toHtml();
     }
     return '';
 }
示例#2
0
 /**
  * Return HTML code of the block
  *
  * @return string
  */
 protected function _toHtml()
 {
     if ($this->getStoreId()) {
         return parent::_toHtml();
     }
     return '';
 }