No content to show

User Activity

Worked for me as well, thanks! The guide seems to be missing. Btw can you do a walkthrough of this? I tried to read global.js, but it's a little bit hard to read. Why there are hardcoded 3 valueOption's?
It's a page which is shown when the app is not installed in the store.   if (url.searchParams.get("shop")) { throw redirect(`/app?${url.searchParams.toString()}`); }  This code basically checks "Are we in the store?" and if we are - redirects ...
Hi! I'm trying to build something with shipping discount API. I want to apply "free shiping discount" if a certain product is in the cart. My function works ok, but i hardcoded discounts.targets.deliveryOption.handle ( the STDOUT of my shopify functi...
Hi! A question. I'm trying to build a shipping discount app using Shopify functions and shipping discount API. When I query cart graphQL API for delivery methods, I get this response:{ "id": "gid://shopify/CartDeliveryGroup/0", "delive...
I'm trying to build a discount app which gives free shipping on a certain shipping method when items with a certain tag are in the cart. Currently, I received a cart.deliveryGroups.deliveryOptions.handle handle from on function input, and I applied a...
Can you elaborate? I'm also trying to access deliveryOptions.handle via graphql admin and don't understand how to do it. I'm trying to build shipping discount app using shopify functions and I'm trying to figure out how to make deliveryOption to disc...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to