[object Object]

← back to Designer Wallcoverings

Fix sku-inquiry + koroseal-quote 404s: point at api.designerwallcoverings.com (same Option-A routing as appointments)

04f34147888607607f4c67f6722bc548c14a9f08 · 2026-06-29 10:18:07 -0700 · Steve Abrams

Files touched

Diff

commit 04f34147888607607f4c67f6722bc548c14a9f08
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 29 10:18:07 2026 -0700

    Fix sku-inquiry + koroseal-quote 404s: point at api.designerwallcoverings.com (same Option-A routing as appointments)
---
 shopify/sections/contact-for-price.liquid     | 2 +-
 shopify/sections/koroseal-quote-button.liquid | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shopify/sections/contact-for-price.liquid b/shopify/sections/contact-for-price.liquid
index a837599d..fd32b44d 100644
--- a/shopify/sections/contact-for-price.liquid
+++ b/shopify/sections/contact-for-price.liquid
@@ -174,7 +174,7 @@
       budget:val('cfp-budget'), notes:val('cfp-notes')
     };
     try{
-      var r=await fetch('/api/sku-inquiry',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(payload)});
+      var r=await fetch('https://api.designerwallcoverings.com/api/sku-inquiry',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(payload)});
       var j=await r.json();
       if(j.success){alert('✅ Inquiry received!\n\nWe\'ll get back to you within 1 business day.\n\nReference: '+(j.requestId||'')); document.getElementById('cfp-form').reset(); closeCfpModal();}
       else{alert('❌ '+(j.message||'Something went wrong. Please try again.'));}
diff --git a/shopify/sections/koroseal-quote-button.liquid b/shopify/sections/koroseal-quote-button.liquid
index 05f9f5ae..e7c5deb4 100644
--- a/shopify/sections/koroseal-quote-button.liquid
+++ b/shopify/sections/koroseal-quote-button.liquid
@@ -368,7 +368,7 @@ Visible only to: interior_designer, designer, design_professional, trade tags
     };
 
     try {
-      const response = await fetch('/api/koroseal-quote', {
+      const response = await fetch('https://api.designerwallcoverings.com/api/koroseal-quote', {
         method: 'POST',
         headers: {
           'Content-Type': 'application/json',

← 52917463 appointments: target api.designerwallcoverings.com (Option A  ·  back to Designer Wallcoverings  ·  appointments deploy artifacts: api. nginx vhost + certbot + f5cca320 →