[object Object]

← back to Designer Wallcoverings

cadence: ENABLE DW_DOUBLE_ROLL_MOQ=1 — new York/Brewster roll SKUs auto-stamp double-roll MOQ (explicit-mural + roll-unit guard per Steve)

35fa31e0bb3879702fd055d3b5ac8124b0afb63b · 2026-06-25 16:38:43 -0700 · Steve

Files touched

Diff

commit 35fa31e0bb3879702fd055d3b5ac8124b0afb63b
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Jun 25 16:38:43 2026 -0700

    cadence: ENABLE DW_DOUBLE_ROLL_MOQ=1 — new York/Brewster roll SKUs auto-stamp double-roll MOQ (explicit-mural + roll-unit guard per Steve)
---
 shopify/scripts/cadence/run-cadence-hourly.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/shopify/scripts/cadence/run-cadence-hourly.sh b/shopify/scripts/cadence/run-cadence-hourly.sh
index 0abc38a5..c9629ebf 100755
--- a/shopify/scripts/cadence/run-cadence-hourly.sh
+++ b/shopify/scripts/cadence/run-cadence-hourly.sh
@@ -62,6 +62,13 @@ export QUADRILLE_SAMPLEONLY_DRIP=1
 # per-product house_line fallback in cadence-import.js, clearing the banned-name denylist
 # guard so they publish at the normal metered ~18/hr pace. To re-hold: remove this export.
 export DWBR_HOUSE_LINE_REMAP=1
+# Double-roll MOQ for York/Brewster roll lines ACTIVATED (Steve 2026-06-25). New roll SKUs from
+# Jeffrey Stevens / Malibu / York / Brewster / LA Walls auto-stamp global.v_prods_quantity_order_min/units=2
+# so the theme forces a 2-roll minimum (single roll never orderable). EXEMPT: explicit "mural" in
+# title/type, peel&stick/removable, and anything not sold by the roll (soldBy lacks "roll" — e.g.
+# murals priced per panel/sqft). Refined per Steve's "if it explicitly says mural, look into width/length"
+# rule — the /roll/ soldBy test is the dimension guard. To re-hold: remove this export.
+export DW_DOUBLE_ROLL_MOQ=1
 OUT=$(node scripts/cadence/cadence-import.js --slot "$SLOT" --vendors "$VPS" --skus "$PER" --max "$MAXP" --activate --commit 2>&1)
 RC=$?
 echo "$OUT"

← f7e9dde1 feat(filter-topbar): replace Boost native toolbar — port pro  ·  back to Designer Wallcoverings  ·  Scrub hardcoded Shopify theme token from 4 DW-Agents scripts 3a1c86b6 →