Esempio n. 1
0
 protected function _toHtml()
 {
     if (strpos($this->getTemplate(), "availability") <= 0) {
         $this->setTemplate('amasty/amxnotif/product/view/type/grouped.phtml');
     }
     return parent::_toHtml();
 }
 protected function _toHtml()
 {
     $this->setTemplate('amasty/amxnotif/product/view/type/grouped.phtml');
     return parent::_toHtml();
 }