From 17168967a09b21897cfac72e2ee59dbd57600976 Mon Sep 17 00:00:00 2001 From: Odysseus Chiu Date: Tue, 8 Jul 2025 11:49:37 -0700 Subject: [PATCH] 27546 - Price list links, re-enable for prod --- app/components/Connect/Footer.vue | 85 ------------------- app/pages/dashboard.vue | 3 +- .../home/sections/01.bc-reg-account/main.md | 2 +- .../home/sections/01.bc-reg-account/main.md | 2 +- i18n/locales/en-CA.ts | 2 +- i18n/locales/fr-CA.ts | 2 +- nuxt.config.ts | 7 +- package.json | 2 +- 8 files changed, 7 insertions(+), 98 deletions(-) delete mode 100644 app/components/Connect/Footer.vue diff --git a/app/components/Connect/Footer.vue b/app/components/Connect/Footer.vue deleted file mode 100644 index 03830ef..0000000 --- a/app/components/Connect/Footer.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - - diff --git a/app/pages/dashboard.vue b/app/pages/dashboard.vue index ceb4e36..d7d3e5b 100644 --- a/app/pages/dashboard.vue +++ b/app/pages/dashboard.vue @@ -88,9 +88,8 @@ onMounted(async () => {

- - +
{{ $t('page.dashboard.help.productFees.title') }} diff --git a/content/en-CA/home/sections/01.bc-reg-account/main.md b/content/en-CA/home/sections/01.bc-reg-account/main.md index 53f0ef5..d2f0f2b 100644 --- a/content/en-CA/home/sections/01.bc-reg-account/main.md +++ b/content/en-CA/home/sections/01.bc-reg-account/main.md @@ -17,7 +17,7 @@ As we work to modernize our digital registries services, features from other acc The BC Registries account supports multiple payment options depending on the account and transaction type, including credit card, online banking, BC OnLine, and pre-authorized debit (PAD). - +[Learn more about applicable product fees](/product-fees){target="_blank" class="prose"} :SbcAccountButtons :: diff --git a/content/fr-CA/home/sections/01.bc-reg-account/main.md b/content/fr-CA/home/sections/01.bc-reg-account/main.md index fff3cda..8462cac 100644 --- a/content/fr-CA/home/sections/01.bc-reg-account/main.md +++ b/content/fr-CA/home/sections/01.bc-reg-account/main.md @@ -17,7 +17,7 @@ As we work to modernize our digital registries services, features from other acc The BC Registries account supports multiple payment options depending on the account and transaction type, including credit card, online banking, BC OnLine, and pre-authorized debit (PAD). - +[Learn more about applicable product fees](/product-fees){target="_blank" class="prose"} :SbcAccountButtons :: diff --git a/i18n/locales/en-CA.ts b/i18n/locales/en-CA.ts index 9e7c15e..4dbdc44 100644 --- a/i18n/locales/en-CA.ts +++ b/i18n/locales/en-CA.ts @@ -298,7 +298,7 @@ export default { }, productFees: { title: 'Product Fees', - p1: 'To view fees associated with products on Service BC Connect.', + p1: 'To view fees associated with different products.', link: 'See our fee schedule for details' }, howToUse: { diff --git a/i18n/locales/fr-CA.ts b/i18n/locales/fr-CA.ts index 3a9453d..bcd0150 100644 --- a/i18n/locales/fr-CA.ts +++ b/i18n/locales/fr-CA.ts @@ -294,7 +294,7 @@ export default { }, productFees: { title: 'Frais de produit', - p1: 'Pour voir les frais associés aux produits sur Service BC Connect.', + p1: 'Pour consulter les frais associés à différents produits.', link: 'See our fee schedule for details' }, howToUse: { diff --git a/nuxt.config.ts b/nuxt.config.ts index 1571d6d..8ac4007 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -40,12 +40,7 @@ export default defineNuxtConfig({ routeRules: { '/': { redirect: '/en-CA' }, '/fr-CA': { prerender: false }, - '/fr-CA/**': { prerender: false }, - ...(!isTestOrDev && { - '/product-fees': { redirect: '/' }, - '/en-CA/product-fees': { redirect: '/' }, - '/fr-CA/product-fees': { redirect: '/' } - }) + '/fr-CA/**': { prerender: false } }, i18n: { diff --git a/package.json b/package.json index 63beb6e..94c986f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bc-registry", - "version": "3.0.14", + "version": "3.0.15", "private": true, "type": "module", "scripts": {