- aggiornato tabella modifica prodotti.
- codice sconto etichetta.
This commit is contained in:
@@ -8,7 +8,7 @@ function getRoutesEcomm(site: ISites) {
|
||||
active: true,
|
||||
order: 30,
|
||||
path: '/products',
|
||||
materialIcon: 'fas fa-lemon',
|
||||
materialIcon: 'fas fa-list-ul',
|
||||
name: 'mypages.productslist',
|
||||
component: () => import('@src/views/ecommerce/productsList/productsList.vue'),
|
||||
inmenu: true,
|
||||
@@ -101,8 +101,8 @@ function getRoutesEcomm(site: ISites) {
|
||||
active: true,
|
||||
order: 30,
|
||||
path: '/admin/ecommerce/gestoreordini',
|
||||
materialIcon: 'fas fa-lemon',
|
||||
name: 'mypages.gestoreordini',
|
||||
materialIcon: 'fas fa-chart-pie',
|
||||
name: 'pages.totaliordini',
|
||||
component: () => import('@src/views/admin/gestoreordini/gestoreordini.vue'),
|
||||
inmenu: true,
|
||||
submenu: true,
|
||||
@@ -143,7 +143,7 @@ function getRoutesEcomm(site: ISites) {
|
||||
active: true,
|
||||
order: 30,
|
||||
path: '/admin/ecommerce/providers',
|
||||
materialIcon: 'fas fa-file-alt',
|
||||
materialIcon: 'fas fa-box-open',
|
||||
name: 'mypages.providers',
|
||||
component: () => import('@src/rootgen/admin/providers/providers.vue'),
|
||||
inmenu: true,
|
||||
@@ -171,7 +171,7 @@ function getRoutesEcomm(site: ISites) {
|
||||
active: true,
|
||||
order: 31,
|
||||
path: '/admin/ecommerce/departments',
|
||||
materialIcon: 'fas fa-file-alt',
|
||||
materialIcon: 'fas fa-building',
|
||||
name: 'mypages.departments',
|
||||
component: () => import('@src/rootgen/admin/departments/departments.vue'),
|
||||
inmenu: true,
|
||||
@@ -199,7 +199,7 @@ function getRoutesEcomm(site: ISites) {
|
||||
active: true,
|
||||
order: 32,
|
||||
path: '/admin/ecommerce/catprods',
|
||||
materialIcon: 'fas fa-file-alt',
|
||||
materialIcon: 'fas fa-th-list',
|
||||
name: 'mypages.catprods',
|
||||
component: () => import('@src/rootgen/admin/catprods/catprods.vue'),
|
||||
inmenu: true,
|
||||
@@ -213,7 +213,7 @@ function getRoutesEcomm(site: ISites) {
|
||||
active: true,
|
||||
order: 35,
|
||||
path: '/admin/ecommerce/collane',
|
||||
materialIcon: 'fas fa-file-alt',
|
||||
materialIcon: 'fas fa-book-open',
|
||||
name: 'mypages.collane',
|
||||
component: () => import('@src/rootgen/admin/collane/collane.vue'),
|
||||
inmenu: true,
|
||||
|
||||
Reference in New Issue
Block a user