[object Object]

← back to Designer Wallcoverings

feat(filter-topbar): Material is the headline data-backed default (global.Contents → pf_t_material)

f35e902fcb4aced79848f8bed20e90ef84235334 · 2026-06-25 17:07:40 -0700 · Steve

Files touched

Diff

commit f35e902fcb4aced79848f8bed20e90ef84235334
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Jun 25 17:07:40 2026 -0700

    feat(filter-topbar): Material is the headline data-backed default (global.Contents → pf_t_material)
---
 shopify/sections/dw-boost-filter-topbar.liquid | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/shopify/sections/dw-boost-filter-topbar.liquid b/shopify/sections/dw-boost-filter-topbar.liquid
index 215daf63..23936cfe 100644
--- a/shopify/sections/dw-boost-filter-topbar.liquid
+++ b/shopify/sections/dw-boost-filter-topbar.liquid
@@ -209,11 +209,12 @@
     { key:'price',    label:'Price',    param:'pf_p_price',         kind:'price' }
   ];
   // Which fields are ON by default. Data-backed only (verified 2026-06-25): color
-  // (color: tags), style/brand (global.Style/Brand facets), contents (global.Contents
-  // 80% fill — Boost facet pending), price (pf_p_price). Material/Process are OFF by
-  // default (no catalog data yet → would render empty); Pattern OFF (near-unique →
-  // poor facet). All remain user-enableable via the ⚙ gear when data lands.
-  var DEFAULT_ON = ['color','style','brand','contents','price'];
+  // (color: tags), style/brand (global.Style/Brand facets), price (pf_p_price), and
+  // MATERIAL — backed by global.Contents (vinyl/grasscloth/raffia/paper, 78% fill);
+  // a Boost facet labeled "Material" from global.Contents emits pf_t_material to match.
+  // Process OFF (Construction/Finish empty — no data); Pattern OFF (near-unique → poor
+  // facet). All remain user-enableable via the ⚙ gear when their data lands.
+  var DEFAULT_ON = ['color','style','brand','material','price'];
 
   // Private-label deny-list — these upstream names must NEVER reach a shopper.
   var DENY = [/brewster/i,/\byork\b/i,/wallquest/i,/chesapeake/i,/nextwall/i,/seabrook/i,/command\s*54/i,/desima/i,/carlsten/i,/nicolette\s*mayer/i];

← dd45cbf0 auto-save: 2026-06-25T17:05:58 (13 files) — pending-approval  ·  back to Designer Wallcoverings  ·  docs(filter-topbar): record Material=Contents data finding + 8bb3a5cd →