[object Object]

← back to Dw Yolo Loop

Landing shopbar text now config-driven (line name + product count) — was hardcoded Artmura/161

e49d2c20c5cc95bb4097a3ad71af7208e2a2ce5e · 2026-06-12 12:21:16 -0700 · Steve Abrams

Files touched

Diff

commit e49d2c20c5cc95bb4097a3ad71af7208e2a2ce5e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Jun 12 12:21:16 2026 -0700

    Landing shopbar text now config-driven (line name + product count) — was hardcoded Artmura/161
---
 artmura-site/public/index.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/artmura-site/public/index.html b/artmura-site/public/index.html
index 7d55bb6..ef47e22 100644
--- a/artmura-site/public/index.html
+++ b/artmura-site/public/index.html
@@ -84,7 +84,7 @@
   </div>
 </footer>
 
-<a class="shopbar" id="shopbar" href="https://www.designerwallcoverings.com/collections/artmura" target="_blank" rel="noopener">The Artmura collection is live at <b>Designer Wallcoverings</b> — shop all 161 designs →</a>
+<a class="shopbar" id="shopbar" href="https://www.designerwallcoverings.com" target="_blank" rel="noopener">Shop the collection at <b>Designer Wallcoverings</b> →</a>
 
 <script>
 const $=s=>document.querySelector(s), grid=$('#grid');
@@ -233,7 +233,9 @@ function renderShare(url, title){
     fetch('/api/products').then(r=>r.json()),
     fetch('/api/facets').then(r=>r.json())]);
   applyConfig(cfg);
-  ALL=pd.products; FACETS=fc; startHero(ALL); chips(fc); colorbar(fc); fillPatterns(fc); render();
+  ALL=pd.products; FACETS=fc;
+  const sb=$('#shopbar'); if(sb) sb.innerHTML=`The ${cfg.line||'collection'} collection is live at <b>Designer Wallcoverings</b> — shop all ${ALL.length} designs →`;
+  startHero(ALL); chips(fc); colorbar(fc); fillPatterns(fc); render();
 })();
 </script>
 </body>

← 9ab487d clickthrough: data-agnostic count + optional book/color chec  ·  back to Dw Yolo Loop  ·  Thibaut color-extract script + color filter enabled (38/38 c c8841df →