Beispiel #1
0
 /**
  * Preparation of "Product Details" tab data.
  *
  * @return void
  */
 protected function prepareProductDetails()
 {
     parent::prepareProductDetails();
     if (!isset($this->fields['product']['price_type'])) {
         $this->fields['product']['price_type'] = 'Dynamic';
     }
 }