Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/category/tree.phtml');
     $this->setUseAjax(true);
     $this->_withProductCount = true;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('glace/menu/tree.phtml');
     $this->setUseAjax(true);
     $this->_withProductCount = true;
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     // Initialization block
     //------------------------------
     $this->setId('listingCategoryTree');
     //------------------------------
     $this->setTemplate('M2ePro/common/listing/category/tree.phtml');
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('listingCategoryTree');
     // ---------------------------------------
     $this->setTemplate('M2ePro/listing/category/tree.phtml');
     $this->_isAjax = $this->getRequest()->isXmlHttpRequest();
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('enterprise/catalogpermissions/catalog/category/tab/permissions.phtml');
 }
Ejemplo n.º 6
0
 /**
  * Set custom template for the block
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('urlrewrite/categories.phtml');
 }
Ejemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/category/edit/form.phtml');
 }
Ejemplo n.º 8
0
 /**
  * Set custom template for the block
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('enterprise/catalogevent/categories.phtml');
 }
Ejemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(false);
     $this->setTemplate('M2ePro/listings/tree.phtml');
 }