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