skip to Main Content

Shopify webhook failing to return a successful response

I have created shopify app in which I have used webhooks for checkout/update. Webhook is working fine but I am getting this error message. Your webhook for checkouts/update at https://www.smsblitz.io/smsblitz/abondoned?shop=smsblitz.myshopify.com&user=iman%5Egemconsultinginc.org is failing to return a successful response.This webhook has been attempted 23…

VIEW QUESTION

Targeting different templates in shopify

{% if product.type == 'Patio Furniture/Salsa Table' %} <div id="dotted" style="height: auto;border-bottom:0px;text-align: center;" class="grid-uniform wrapper"> <div class="grid__item large--one-whole"> <img alt="woman wearing colorful apron while working with bread doe in the kitchen" src="https://cdn.shopify.com/s/files/1/1418/7648/files/BERLIN_Maud_Chalard_pour_Fermob_9.jpg?1296570615214079092"> </div> </div> {% endif %} I need to…

VIEW QUESTION
Back To Top
Search