diff --git a/website_sale_aplicoop/static/src/js/infinite_scroll.js b/website_sale_aplicoop/static/src/js/infinite_scroll.js
index 61735fc..e328b97 100644
--- a/website_sale_aplicoop/static/src/js/infinite_scroll.js
+++ b/website_sale_aplicoop/static/src/js/infinite_scroll.js
@@ -132,9 +132,10 @@ console.log("[INFINITE_SCROLL] Script loaded!");
console.log("[INFINITE_SCROLL] eskaera-config element:", configEl);
if (!configEl) {
- console.error(
- "[INFINITE_SCROLL] ❌ No eskaera-config found, lazy loading disabled"
- );
+ // Expected on every eskaera page that has no product grid
+ // (orders list, checkout, ...): this script is loaded
+ // site-wide, not just on the shop page.
+ console.log("[INFINITE_SCROLL] No eskaera-config found, lazy loading disabled");
return;
}
diff --git a/website_sale_aplicoop/views/website_templates.xml b/website_sale_aplicoop/views/website_templates.xml
index 0b89f4a..61eafd8 100644
--- a/website_sale_aplicoop/views/website_templates.xml
+++ b/website_sale_aplicoop/views/website_templates.xml
@@ -69,42 +69,6 @@
-