コード例 #1
0
ファイル: Tree.php プロジェクト: nayanchamp/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/category/tree.phtml');
     $this->setUseAjax(true);
     $this->_withProductCount = true;
 }
コード例 #2
0
ファイル: Tree.php プロジェクト: vinayshuklasourcefuse/sareez
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('glace/menu/tree.phtml');
     $this->setUseAjax(true);
     $this->_withProductCount = true;
 }
コード例 #3
0
ファイル: Tree.php プロジェクト: xiaoguizhidao/ecommerce
 public function __construct()
 {
     parent::__construct();
     // Initialization block
     //------------------------------
     $this->setId('listingCategoryTree');
     //------------------------------
     $this->setTemplate('M2ePro/common/listing/category/tree.phtml');
 }
コード例 #4
0
ファイル: Tree.php プロジェクト: ReeceCrossland/essua-m2epro
 public function __construct()
 {
     parent::__construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('listingCategoryTree');
     // ---------------------------------------
     $this->setTemplate('M2ePro/listing/category/tree.phtml');
     $this->_isAjax = $this->getRequest()->isXmlHttpRequest();
 }
コード例 #5
0
ファイル: Permissions.php プロジェクト: jpbender/mage_virtual
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('enterprise/catalogpermissions/catalog/category/tab/permissions.phtml');
 }
コード例 #6
0
ファイル: Tree.php プロジェクト: nemphys/magento2
 /**
  * Set custom template for the block
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('urlrewrite/categories.phtml');
 }
コード例 #7
0
ファイル: Form.php プロジェクト: hirentricore/devmagento
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/category/edit/form.phtml');
 }
コード例 #8
0
ファイル: Category.php プロジェクト: jpbender/mage_virtual
 /**
  * Set custom template for the block
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('enterprise/catalogevent/categories.phtml');
 }
コード例 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(false);
     $this->setTemplate('M2ePro/listings/tree.phtml');
 }