← back to Dw Theme Boost Fix
auto-save: 2026-07-15T10:35:56 (1 files) — snippets/dw-boost-overrides.liquid
48d2bc001280733dddb8157f8650691d1207ab45 · 2026-07-15 10:36:01 -0700 · Steve Abrams
Files touched
M snippets/dw-boost-overrides.liquid
Diff
commit 48d2bc001280733dddb8157f8650691d1207ab45
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jul 15 10:36:01 2026 -0700
auto-save: 2026-07-15T10:35:56 (1 files) — snippets/dw-boost-overrides.liquid
---
snippets/dw-boost-overrides.liquid | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/snippets/dw-boost-overrides.liquid b/snippets/dw-boost-overrides.liquid
index 2e0dece..5e83638 100644
--- a/snippets/dw-boost-overrides.liquid
+++ b/snippets/dw-boost-overrides.liquid
@@ -458,8 +458,9 @@ body.dw-filters-collapsed .boost-sd__product-list[class*="grid--"]{grid-template
if (t.value) {
cb.checked = activeTypes.indexOf(t.value) >= 0;
} else {
- // "More" is checked if no specific types are active (show all)
- cb.checked = activeTypes.length === 0 || activeTypes.indexOf('') >= 0;
+ // "More" is NEVER auto-lit on load — it's a show-all/reset action, not a
+ // persistent state. Empty selection = nothing highlighted (all products show).
+ cb.checked = false;
}
if (cb.checked) lbl.classList.add('dw-ptype-on'); /* fill active chip */
cb.addEventListener('change', function(){
← 91a6cd6 auto-save: 2026-07-15T10:05:46 (2 files) — snippets/dw-boost
·
back to Dw Theme Boost Fix
·
color-palette: hide color-index cards whose image fails to l 35d1d05 →