diff --git a/git_info.json b/git_info.json index 9403b13..256546e 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"beta","last_commit_date":"2022-01-18T11:39:58.000Z","last_commit_author":"sidharth","last_commit_hash":"10dcca315f8a4cb7a86e87becb9e7cd05a3ecb36"} \ No newline at end of file +{"branch_name":"beta","last_commit_date":"2022-01-18T11:39:58.000Z","last_commit_author":"sidharth","last_commit_hash":"10dcca315f8a4cb7a86e87becb9e7cd05a3ecb36"} diff --git a/src/multipages/retailer.routes.js b/src/multipages/retailer.routes.js index a156863..06cf747 100644 --- a/src/multipages/retailer.routes.js +++ b/src/multipages/retailer.routes.js @@ -14,6 +14,47 @@ export default [ redirect: '/b2b', component: () => import(/* webpackChunkName: "meModule" */ '@/components/retailer/layout/Layout.vue'), children: [ + + { + path: 'order', + name: 'BoxedOrderHistoryPage', + component: () => import(/* webpackChunkName: "meModule" */ '@/routes/retailer/boxed_order_history.vue'), + meta: { + breadcrumb: { + label: 'Boxed Order History Page', + }, + } + }, + { + path: 'personalized-order-summary', + name: 'PersonalizedOrderSummaryPage', + component: () => import(/* webpackChunkName: "meModule" */ '@/routes/retailer/personalized_order_status.vue'), + meta: { + breadcrumb: { + label: 'Personalized Order Status Page', + }, + } + }, + { + path: 'resources', + name: 'ResourcesPage', + component: () => import(/* webpackChunkName: "meModule" */ '@/routes/retailer/resources.vue'), + meta: { + breadcrumb: { + label: 'Resources Page', + }, + } + }, + { + path: 'pds', + name: 'PDSPage', + component: () => import(/* webpackChunkName: "meModule" */ '@/routes/retailer/pds.vue'), + meta: { + breadcrumb: { + label: 'PDS Page', + }, + } + }, { path: 'b2b', name: 'AccountDashboard', @@ -54,7 +95,6 @@ export default [ }, } }, - { path: 'my-orders', name: 'MyOrders', @@ -130,6 +170,72 @@ export default [ }, } }, + { + path: 'boxed-products-ordering', + name: 'BoxedProductsOrdering', + component: () => import( /* webpackChunkName: "Resources" */'@/routes/retailer/boxed-products-ordering.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Boxed Products Ordering Page' , + }, + } + }, + { + path: 'personalized-products-ordering', + name: 'PersonalizedProductsOrdering', + component: () => import( /* webpackChunkName: "Resources" */'@/routes/retailer/personalized-products-ordering.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Personalized Products Ordering Page' , + }, + } + }, + { + path: 'marketing-tools-promotions', + name: 'MarketingToolsPromotions', + component: () => import( /* webpackChunkName: "Resources" */'@/routes/retailer/marketing-tools-promotions.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Marketing Tools Promotions Page' , + }, + } + }, + { + path: 'retailer-communications', + name: 'RetailerCommunications', + component: () => import( /* webpackChunkName: "Resources" */'@/routes/retailer/retailer-communications.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Retailer Communications Page' , + }, + } + }, + { + path: 'training', + name: 'Training', + component: () => import( /* webpackChunkName: "Resources" */'@/routes/retailer/training.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Training Page' , + }, + } + }, + { + path: 'contact-us', + name: 'ContactUs', + component: () => import( /* webpackChunkName: "Resources" */'@/routes/retailer/contact-us.vue'), + meta: { + "canonical": true, + breadcrumb: { + label: 'Contact Us Page' , + }, + } + }, ] }, diff --git a/src/routes/retailer/account_dashboard.vue b/src/routes/retailer/account_dashboard.vue index cced30e..083db92 100644 --- a/src/routes/retailer/account_dashboard.vue +++ b/src/routes/retailer/account_dashboard.vue @@ -1,218 +1,173 @@ + -