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 ...
04-30-2024
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!
04-30-2024
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...
04-29-2024
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
04-10-2024
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...
02-23-2024
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...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
287 | 04-11-2024 08:11 AM | |
584 | 04-10-2024 03:27 AM | |
392 | 04-10-2024 03:27 AM |