// Automatically duplicate some shop data if the primary data is checked (E.g. export carriers langs if carrier is checked) #PSCFV-2616
This commit is contained in:
@@ -442,8 +442,6 @@ class AdminShopControllerCore extends AdminController
|
||||
|
||||
$import_data = array(
|
||||
'carrier' => $this->l('Carriers'),
|
||||
'carrier_lang' => $this->l('Carriers lang'),
|
||||
'category_lang' => $this->l('Category lang'),
|
||||
'cms' => $this->l('CMS page'),
|
||||
'contact' => $this->l('Contact'),
|
||||
'country' => $this->l('Countries'),
|
||||
@@ -455,20 +453,14 @@ class AdminShopControllerCore extends AdminController
|
||||
'manufacturer' => $this->l('Manufacturers'),
|
||||
'module' => $this->l('Modules'),
|
||||
'hook_module' => $this->l('Module hooks'),
|
||||
'hook_module_exceptions' => $this->l('Module hook exceptions'),
|
||||
'meta_lang' => $this->l('Meta'),
|
||||
'module_country' => $this->l('Payment module country restrictions'),
|
||||
'module_group' => $this->l('Payment module customer group restrictions'),
|
||||
'module_currency' => $this->l('Payment module currency restrictions'),
|
||||
'product' => $this->l('Products'),
|
||||
'product_attribute' => $this->l('Combinations'),
|
||||
'product_lang' => $this->l('Products lang'),
|
||||
'scene' => $this->l('Scenes'),
|
||||
'stock_available' => $this->l('Available quantities for sale'),
|
||||
'store' => $this->l('Stores'),
|
||||
'warehouse' => $this->l('Warehouse'),
|
||||
'webservice_account' => $this->l('Webservice accounts'),
|
||||
'attribute' => $this->l('Attributes'),
|
||||
'attribute_group' => $this->l('Attribute groups'),
|
||||
'feature' => $this->l('Features'),
|
||||
'group' => $this->l('Customer groups'),
|
||||
|
||||
Reference in New Issue
Block a user