Update menu
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
return array(
|
||||
'enable' => true ,
|
||||
"name" => "Sản phẩm",
|
||||
"icon_class" => 'iconify lucide--package tw-tsa',
|
||||
"url" => "",
|
||||
"menu" => array(
|
||||
array(
|
||||
@@ -13,6 +14,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'product/home',
|
||||
'name' => 'Sản phẩm',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product',
|
||||
),
|
||||
|
||||
@@ -49,6 +51,7 @@ return array(
|
||||
'view' => 'category',
|
||||
'id' => 'product/category',
|
||||
'name' => 'Danh mục',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/category',
|
||||
),
|
||||
array(
|
||||
@@ -57,6 +60,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'brand/home',
|
||||
'name' => 'Thương hiệu',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/brand',
|
||||
),
|
||||
array(
|
||||
@@ -65,6 +69,7 @@ return array(
|
||||
'view' => 'attribute',
|
||||
'id' => 'product/attribute',
|
||||
'name' => 'Thuộc tính ',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/attribute',
|
||||
),
|
||||
array(
|
||||
@@ -73,6 +78,7 @@ return array(
|
||||
'view' => 'collection',
|
||||
'id' => 'product/collection',
|
||||
'name' => 'Bộ sưu tập',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/collection',
|
||||
),
|
||||
|
||||
@@ -82,6 +88,7 @@ return array(
|
||||
'view' => 'product-wait-list',
|
||||
'id' => 'product/product-wait-list',
|
||||
'name' => 'Chờ mua sản phẩm',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/product-wait-list',
|
||||
),
|
||||
|
||||
@@ -91,6 +98,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'addon/home',
|
||||
'name' => 'SP/Dịch vụ mua kèm',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/addon',
|
||||
),
|
||||
|
||||
@@ -100,6 +108,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'config_group/home',
|
||||
'name' => 'Nhóm cấu hình',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/config_group',
|
||||
),
|
||||
|
||||
@@ -109,6 +118,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'supplier/home',
|
||||
'name' => 'Nhà cung cấp',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/supplier',
|
||||
),*/
|
||||
|
||||
@@ -118,6 +128,7 @@ return array(
|
||||
'view' => 'set-promotion-price',
|
||||
'id' => 'product/set-promotion-price',
|
||||
'name' => 'Cài đặt giá khuyến mại',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/set-promotion-price',
|
||||
),*/
|
||||
|
||||
@@ -127,6 +138,7 @@ return array(
|
||||
'view' => 'product-per-customer-group',
|
||||
'id' => 'product/product-per-customer-group',
|
||||
'name' => 'Giá theo nhóm khách hàng',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/product-per-customer-group',
|
||||
),*/
|
||||
|
||||
@@ -136,6 +148,7 @@ return array(
|
||||
'view' => 'set',
|
||||
'id' => 'product/set',
|
||||
'name' => 'Set sản phẩm',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/set',
|
||||
),
|
||||
|
||||
@@ -145,6 +158,7 @@ return array(
|
||||
'view' => 'spec-group',
|
||||
'id' => 'product/spec-group',
|
||||
'name' => 'Nhóm thông số kỹ thuật',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/spec-group',
|
||||
),
|
||||
|
||||
@@ -154,6 +168,7 @@ return array(
|
||||
'view' => 'list-competitor',
|
||||
'id' => 'product/list-competitor',
|
||||
'name' => 'So sánh giá đối thủ',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/product/list-competitor',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user