From d9f562faa4cc49d69b716989fece8c54802f37b2 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 6 Feb 2025 08:32:52 -0800 Subject: [PATCH 1/3] IO-3121 Adjust Footer Signed-off-by: Allan Carr --- client/src/utils/RenderTemplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils/RenderTemplate.js b/client/src/utils/RenderTemplate.js index b6aa8f2ac..a4b86c4cf 100644 --- a/client/src/utils/RenderTemplate.js +++ b/client/src/utils/RenderTemplate.js @@ -74,7 +74,7 @@ export default async function RenderTemplate( ...templateObject.variables, ...templateObject.context, headerpath: shopSpecificFolder ? `/${bodyshop.imexshopid}/header.html` : `/GENERIC/header.html`, - footerpath: shopSpecificFolder ? `/${bodyshop.imexshopid}/header.html` : `/GENERIC/footer.html`, + footerpath: shopSpecificFolder ? `/${bodyshop.imexshopid}/footer.html` : `/GENERIC/footer.html`, bodyshop: bodyshop, filters: templateObject?.filters, sorters: templateObject?.sorters, From 35a3726cf032c3b7e439daeb22581a8167a2d2cd Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 10 Feb 2025 14:24:50 -0800 Subject: [PATCH 2/3] IO-3077 Implement import rules engine. --- bodyshop_translations.babel | 243 +- .../shop-info/shop-info.parts-scan.jsx | 193 +- client/src/translations/en_us/common.json | 7530 +++++++++-------- client/src/translations/es/common.json | 7530 +++++++++-------- client/src/translations/fr/common.json | 7530 +++++++++-------- server/graphql-client/queries.js | 21 +- server/parts-scan/parts-scan.js | 71 +- 7 files changed, 11748 insertions(+), 11370 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 0432eaaf1..d92f00f41 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +