示例#1
0
 public function _construct()
 {
     parent::_construct();
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#2
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('amazonVariationProductManageGrid');
     $this->setDefaultSort('id');
     $this->setDefaultDir('ASC');
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#3
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayVariationProductManageGrid');
     $this->setDefaultSort('id');
     $this->setDefaultDir('ASC');
     $this->setUseAjax(true);
     // ---------------------------------------
     $this->listingProductId = $this->getHelper('Data\\GlobalData')->getValue('listing_product_id');
 }
示例#4
0
 public function _construct()
 {
     parent::_construct();
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('product_id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
     $this->isAjax = json_encode($this->getRequest()->isXmlHttpRequest());
 }
示例#5
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayTemplateGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setUseAjax(true);
     $this->setSaveParametersInSession(true);
     // ---------------------------------------
 }
示例#6
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('listingOtherMappingGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('product_id');
     $this->setDefaultDir('DESC');
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#7
0
 public function _construct()
 {
     parent::_construct();
     $this->_isExport = true;
     $this->setId('amazonTemplateDescriptionGrid');
     // Set default values
     // ---------------------------------------
     $this->setFilterVisibility(false);
     $this->setDefaultSort('id');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(false);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#8
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayListingOtherViewGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#9
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('amazonOrderGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('purchase_create_date');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#10
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('listingFailedProductsGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('id');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#11
0
 public function _construct()
 {
     parent::_construct();
     $this->listing = $this->amazonFactory->getCachedObjectLoaded('Listing', $this->getRequest()->getParam('id'));
     // Initialization block
     // ---------------------------------------
     $this->setId('searchAsinForListingProductsGrid' . $this->listing['id']);
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('product_id');
     $this->setDefaultDir('DESC');
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#12
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('listingAutoActionModeCategoryGroupGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('create_date');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#13
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('orderItemProductMappingGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('product_id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#14
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('amazonListingOtherGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setSaveParametersInSession(true);
     $this->setPagerVisibility(false);
     $this->setUseAjax(true);
     $this->setFilterVisibility(false);
     $this->setDefaultLimit(100);
     // ---------------------------------------
 }
示例#15
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayListingCategoryProductGrid');
     // ---------------------------------------
     $this->listing = $this->getHelper('Data\\GlobalData')->getValue('listing_for_products_category_settings');
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('entity_id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayOrderViewExternalTransaction');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('id');
     $this->setDefaultDir('DESC');
     $this->setPagerVisibility(false);
     $this->setFilterVisibility(false);
     // ---------------------------------------
     $this->order = $this->getHelper('Data\\GlobalData')->getValue('order');
 }
示例#17
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('orderViewLogGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('create_date');
     $this->setDefaultDir('DESC');
     $this->setFilterVisibility(false);
     $this->setUseAjax(true);
     // ---------------------------------------
     $this->order = $this->getHelper('Data\\GlobalData')->getValue('order');
 }
示例#18
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('listingMovingGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('product_id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setPagerVisibility(false);
     $this->setDefaultLimit(100);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#19
0
 public function _construct()
 {
     parent::_construct();
     $channel = $this->getRequest()->getParam('channel');
     // Initialization block
     // ---------------------------------------
     $this->setId(ucfirst($channel) . 'OrderLogGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('create_date');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     $this->setCustomPageSize(true);
     // ---------------------------------------
 }
示例#20
0
 public function _construct()
 {
     parent::_construct();
     $this->_isExport = true;
     // Initialization block
     // ---------------------------------------
     $this->setId('amazonTemplateDescriptionCategorySpecificAddGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setFilterVisibility(false);
     $this->setPagerVisibility(false);
     $this->setDefaultSort('id');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#21
0
 public function _construct()
 {
     parent::_construct();
     $this->css->addFile('account/grid.css');
     // Initialize view
     // ---------------------------------------
     $view = $this->getHelper('View')->getCurrentView();
     $this->viewComponentHelper = $this->getHelper('View')->getComponentHelper($view);
     // ---------------------------------------
     // Initialization block
     // ---------------------------------------
     $this->setId($view . 'AccountGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('title');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#22
0
 public function _construct()
 {
     parent::_construct();
     $this->_isExport = true;
     $this->productId = $this->getHelper('Data\\GlobalData')->getValue('product_id');
     $this->listingProduct = $this->parentFactory->getObjectLoaded(\Ess\M2ePro\Helper\Component\Amazon::NICK, 'Listing\\Product', $this->productId);
     $this->matcherAttributes = $this->modelFactory->getObject('Amazon\\Listing\\Product\\Variation\\Matcher\\Attribute');
     $this->matcherOptions = $this->modelFactory->getObject('Amazon\\Listing\\Product\\Variation\\Matcher\\Option');
     $this->currency = $this->parentFactory->getCachedObjectLoaded(\Ess\M2ePro\Helper\Component\Amazon::NICK, 'Marketplace', $this->getHelper('Data\\GlobalData')->getValue('marketplace_id'))->getChildObject()->getDefaultCurrency();
     // Initialization block
     // ---------------------------------------
     $this->setId('amazonProductSearchGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setFilterVisibility(false);
     $this->setPagerVisibility(false);
     $this->setDefaultSort('id');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
 }
示例#23
0
 protected function _construct()
 {
     parent::_construct();
     $this->setCustomPageSize(true);
 }