Update menu
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
return array(
|
||||
'enable' => true ,
|
||||
"name" => "Marketing",
|
||||
"icon_class" => 'iconify lucide--newspaper tw-tsa',
|
||||
"url" => "",
|
||||
"menu" => array(
|
||||
array(
|
||||
@@ -11,6 +12,7 @@ return array(
|
||||
'view' => 'promotion',
|
||||
'id' => 'marketing/promotion',
|
||||
'name' => 'Khuyến mại theo sản phẩm',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/promotion',
|
||||
),
|
||||
|
||||
@@ -20,6 +22,7 @@ return array(
|
||||
'view' => 'coupon',
|
||||
'id' => 'marketing/coupon',
|
||||
'name' => 'Phiếu giảm giá - Voucher',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/coupon',
|
||||
),
|
||||
|
||||
@@ -29,6 +32,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'banner/home',
|
||||
'name' => 'Danh sách banner',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/banner',
|
||||
),
|
||||
|
||||
@@ -38,6 +42,7 @@ return array(
|
||||
'view' => 'store-design',
|
||||
'id' => 'system/store-design',
|
||||
'name' => 'Banner pop-up',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/system/store-design?section=popup',
|
||||
),
|
||||
|
||||
@@ -47,6 +52,7 @@ return array(
|
||||
'view' => 'poster-upload',
|
||||
'id' => 'marketing/poster-upload',
|
||||
'name' => 'Poster',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/poster-upload',
|
||||
),
|
||||
|
||||
@@ -56,6 +62,7 @@ return array(
|
||||
'view' => 'store-design',
|
||||
'id' => 'system/store-design',
|
||||
'name' => 'Hình nền website',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/system/store-design?section=background',
|
||||
),*/
|
||||
|
||||
@@ -65,6 +72,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'email/home',
|
||||
'name' => 'Email',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/email',
|
||||
),*/
|
||||
|
||||
@@ -74,6 +82,7 @@ return array(
|
||||
'view' => 'meta-list',
|
||||
'id' => 'url/meta-list',
|
||||
'name' => 'Sửa thông tin URL',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/url/meta-list',
|
||||
),
|
||||
|
||||
@@ -83,6 +92,7 @@ return array(
|
||||
'view' => 'url-seo',
|
||||
'id' => 'url/url-seo',
|
||||
'name' => 'Link SEO',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/url/url-seo',
|
||||
),
|
||||
|
||||
@@ -92,6 +102,7 @@ return array(
|
||||
'view' => 'feed',
|
||||
'id' => 'marketing/feed',
|
||||
'name' => 'Facebook/Google Feed',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/feed',
|
||||
),
|
||||
|
||||
@@ -101,6 +112,7 @@ return array(
|
||||
'view' => 'product-offer',
|
||||
'id' => 'marketing/product-offer',
|
||||
'name' => 'Cài biểu tượng giảm giá',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/product-offer',
|
||||
),
|
||||
|
||||
@@ -119,6 +131,7 @@ return array(
|
||||
'view' => 'program',
|
||||
'id' => 'marketing/program',
|
||||
'name' => 'Chương trình khuyến mại',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/program',
|
||||
),
|
||||
|
||||
@@ -128,6 +141,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'deal/home',
|
||||
'name' => 'Deal/giờ vàng',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/deal',
|
||||
),
|
||||
|
||||
@@ -137,6 +151,7 @@ return array(
|
||||
'view' => 'combo-deal',
|
||||
'id' => 'marketing/combo-deal',
|
||||
'name' => 'Bán Combo',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/combo-deal',
|
||||
),
|
||||
|
||||
@@ -146,6 +161,7 @@ return array(
|
||||
'view' => 'conditional-promotion',
|
||||
'id' => 'marketing/conditional-promotion',
|
||||
'name' => 'Khuyến mại BuildPC',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/conditional-promotion',
|
||||
),
|
||||
|
||||
@@ -155,6 +171,7 @@ return array(
|
||||
'view' => 'live-support-per-category',
|
||||
'id' => 'marketing/live-support-per-category',
|
||||
'name' => 'Hỗ trợ theo từng danh mục',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/marketing/live-support-per-category',
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user