feature/IO-3096-GlobalNotifications - Merge 2025-02-14 branch and resolve conflicts

This commit is contained in:
Dave Richer
2025-02-12 14:46:58 -05:00
13 changed files with 11776 additions and 11395 deletions

View File

@@ -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,