No content to show

User Activity

Thank you Liam for letting me know. I will do that.Thank you
Hello!I have a problem with my order status page that is crutial to the store functionality. I need to be able to remove the 'Buy Again' button from the order status page. Se picture belowCan someone point me in the right direction?I have previously ...
Just for clarity, this still caused some issues with calculating the hmac for some webhooks. (Some generated the correct one and some didn't, really strange). But tvthatsme's solution solved my issue!
thank you, thank you, thank you!I used the payload from the authentication at first, but some webhooks calculated a wrong hmac and did not verify, so I found that I needed to use the raw body instead. But I all the posts about this use some middlewea...
Thank you it was the 'import crypto from "node:crypto";' that I was missing. It should be  .digest("base64") Otherwise it wasn't a match for me, just gonna put it out there in case someone else has the same issue.And I also needed to remove the prefi...
OMG, I don't know if this will fix it for anyone else but in the partners dashboard under "configuration" (after selecting your app in your app list), then under "Event version" make sure that the latest is selected (as of now it's 2024-04). I notice...
OMG, I don't know if this will fix it for anyone else but in the partners dashboard under "configuration" (after selecting your app in your app list), then under "Event version" make sure that the latest is selected (as of now it's 2024-04). I notice...
I have chatted with the shopify support and the shopify partners support about this issue. So fingers crossed
If anyone else is having this issue, I found this link in the shopify remix docs which solved all my problems with authenticating flow request: https://shopify.dev/docs/api/shopify-app-remix/v2/authenticate/flowThis wasn't linked on the flow action e...
If anyone else is having this issue, I found this link in the shopify remix docs which solved all my problems with authenticating flow request: https://shopify.dev/docs/api/shopify-app-remix/v2/authenticate/flowThis wasn't linked on the flow action e...
I created an app using shopify cli in visual studio code with the remix template (and installed it on a development store). When I tried to make a graphQL request via the GraphiQL URL that was generated when running "npm run dev" command in visual st...
I'm having almost the exact same problem as you. I need to access a few customers metafield (a specific one) but got "This app is not approved to access the Customer object.". So I tried to fill in the information in step 1 but got (as you) the red b...
I'm having almost the exact same problem as you. I need to access a few customers metafield (a specific one) but got "This app is not approved to access the Customer object.". So I tried to fill in the information in step 1 but got (as you) the red b...
It would be really handy to be able to do this type of query in the run code action:query{ metaobjects( type: "all_group_tags" first: 250){ nodes{ displayName } } }I have a "uniqe" code I tag customers with to be ab...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.