コード例 #1
0
ファイル: Backend.php プロジェクト: xiaoguizhidao/magento
 public function getDefaultValue()
 {
     return parent::getDefaultValue();
     if (is_null($this->_defaultValue)) {
         $this->_defaultValue = Mage::helper('udropship')->getLocalVendorId($this->getAttribute()->getStoreId());
     }
     return $this->_defaultValue;
 }