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?
03-19-2024
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...
03-01-2024
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...
02-28-2024
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
Subject | Views | Posted |
---|---|---|
597 | 02-28-2024 05:50 PM |