コード例 #1
0
 protected function applySellingFormatTemplateModifications($value)
 {
     if ($this->getIsMagentoMode()) {
         return $value;
     }
     return parent::applySellingFormatTemplateModifications($value);
 }