diff --git a/screen/store/components/main.js b/screen/store/components/main.js index df8c8716..d87d383c 100644 --- a/screen/store/components/main.js +++ b/screen/store/components/main.js @@ -4,7 +4,7 @@ var appObjects = { // see https://router.vuejs.org/en/essentials/history-mode.html // for route path expressions see https://router.vuejs.org/en/essentials/dynamic-matching.html AND https://github.com/vuejs/vue-router/blob/dev/examples/route-matching/app.js router: new VueRouter({ - // TODO sooner or later: base: storeConfig.basePath, mode: 'history', + mode: 'history', base: ($("#confLinkBasePath").val() || "/d"), routes: [ { path: "/login", name: "login", component: storeComps.LoginPageTemplate, beforeEnter: function(to, from, next){ @@ -38,8 +38,8 @@ const fixIdScrolling = { document.querySelector(idToScrollTo).scrollIntoView(); } }); - }, - }, + } + } }; // TODO: leave this, reminder to use vue.min.js for production: Vue.config.productionTip = false; diff --git a/screen/store/components/template/CheckoutSuccess.html b/screen/store/components/template/CheckoutSuccess.html index 5b0e9fc1..2b0a6728 100755 --- a/screen/store/components/template/CheckoutSuccess.html +++ b/screen/store/components/template/CheckoutSuccess.html @@ -59,7 +59,7 @@
ORDER NUMBER: - + {{orderList.orderHeader.orderId}}
diff --git a/screen/store/d.xml b/screen/store/d.xml index 87757615..065892e6 100644 --- a/screen/store/d.xml +++ b/screen/store/d.xml @@ -111,7 +111,10 @@ along with this software (see the LICENSE.md file). If not, see ]]> - ]]> + +
+ ]]>
diff --git a/template/store/navbar.html.ftl b/template/store/navbar.html.ftl index aa7473b2..bc160d0e 100644 --- a/template/store/navbar.html.ftl +++ b/template/store/navbar.html.ftl @@ -80,8 +80,8 @@ ${partyDetail.firstName} ${partyDetail.lastName} ${partyDetail.organizationName!}