From d9f562faa4cc49d69b716989fece8c54802f37b2 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 6 Feb 2025 08:32:52 -0800 Subject: [PATCH] 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,