Merge pull request #1009 from indesign47/patch-6
[+] BO : AdminProducts add import products
This commit is contained in:
@@ -2479,6 +2479,11 @@ class AdminProductsControllerCore extends AdminController
|
||||
'class' => 'toolbar-new'
|
||||
);
|
||||
}
|
||||
else
|
||||
$this->toolbar_btn['import'] = array(
|
||||
'href' => $this->context->link->getAdminLink('AdminImport', true).'&import_type=products',
|
||||
'desc' => $this->l('Import')
|
||||
);
|
||||
|
||||
$this->context->smarty->assign('toolbar_scroll', 1);
|
||||
$this->context->smarty->assign('show_toolbar', 1);
|
||||
|
||||
Reference in New Issue
Block a user