No content to show

User Activity

I've been having this issue a bit lately and get this, this morning I turned off my Mac's wifi for roughly 8 seconds, turned it back on and it fired right up.
Because of my use case things are a bit different but I have a function in my shopify.server that fires off in the app_index loader function. You'll probably just want to change this to do a discountNode query instead of discountNodes and then pass i...
I sorted it out. The trick is to use the discount if that’s part of the url to fire a graphQL query to get the appropriate discount info. let me know if you need more assistance. 
the issue was the namespace. Using “$app:” was made it so the meta fields weren’t getting associated with the discount or something. I just saved the my app id to a variable and the used a string literal, eg, ‘${appId}-discount-group’ and that seemed...
Thanks for your reply Liam. I know that I need to provide specific namespace and key when getting a metafield. I think the problem is that I'm not correclty associating the discount node with the metafield. Here's the mutation I'm using: const respon...
I'm trying to build a discount function that will apply a different discount based on customer tags. I'm trying to figure out how to do it with the app metafield but I can't seem to get the metafield data through the GraphQL app. Here's what's going ...
I wish I could be of help but would you be willing to share your query that's providing more than one discount? I can only pull one with  discountNode { metafield(namespace: "$app:volume-discount", key: "function-configuration") { value ...
I've been going through the tutorial for 'Building a Discount Experience' (https://shopify.dev/docs/apps/selling-strategies/discounts/experience/ui) and in the Admin UI section, it shows how to make the New route and functionality but when it comes t...
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