예제 #1
0
파일: Curl.php 프로젝트: koliaGI/magento2
 /**
  * Preparation of "Advanced Pricing" tab data.
  *
  * @return void
  */
 protected function prepareAdvancedPricing()
 {
     parent::prepareAdvancedPricing();
     if (!isset($this->fields['product']['price_view'])) {
         $this->fields['product']['price_view'] = 'Price Range';
     }
 }