No content to show
User Activity
That makes sense, but I'll probably not stray away from the remix template. I'll try an dig deeper. What do you mean by lower level SDKs?I agree on your point about the privacy concerns, however, in my experience, users aren't that gracious and most ...
Deferred authorization is the best way to describe it!I'm hoping to try and figure it out, as some users will avoid an app for privacy concerns or they don't understand why the app would require certain permissions when its outside of the apps niche....
Hey,Yeah I'm using Shopifys remix template. I'm aware that changing the access scopes required for the app will prompt users again to grant additional access. For some access scopes, I don't want to require them immediately from the user. Only when i...
Apologies, but I feel it was. The structure. The way the code is structured, with comments. The capitalised Shopify Partner API. The bullet point list structure of possible solutions. Then with this reply, the structure is completely different, and a...
Apologies, but is that reply from Chat GPT?
Hey, thanks for your reply!I've practically done all that you've said. The part i'm stuck on is the part on how to request Shopify to prompt the user that the app requires additional access. Also, how would you "Redirect to the app installation page"...
10-02-2024
Hello,How can I request additional access scopes after install? Bascially, a prompt appears saying in order to view products this app requires read products access scope. I don't expect a lot of people to use this feature, so I'd like to have the acc...
Hey David, I highly recommend, SKU Manager . It can generate unique barcodes & SKUs. It came out a month ago, but its constantly adding new features and it wants to add way more.
Try SKU Manager. It can generate unique barcodes & SKUs. It came out a month ago, but its constantly adding new features and it wants to add way more.
Highly recommend the app, SKU Manager. It came out a month ago, but its constantly adding new features and it wants to add way more. EDIT: linked app
08-22-2024
Same here. Was working correctly yesterday. Unsure if its an issue with vite as if you check the browser console errors it'll say failed to connect to websocket, then in the info log section it'll keep saying refreshing vite server every 3 seconds. H...
07-08-2024
Like to note, that after implementing this correctly, Shopify check may still fail. If so, restart your app, "npm run dev". Then in another terminal do, "npm run shopify app deploy", to deploy the app to shopify.Doing this will make sure Shopify will...
I'm trying to make a progress bar with SSE. But I need to get the session id and then call the DB to get the clients progress to pass back. But when trying to get the session id const { session } = await authenticate.admin(request) This error occurs...
Have you tried either of these?https://apps.shopify.com/product-options-w3https://apps.shopify.com/easify-product-options
Thanks for the insight. I've managed to fix it. Turns out the variables just had to be wrapped with braces, ay ay ay, I spent to long with this.This is the solution. const variables = {
first: 10,
after: afterCursor
}
const response = await ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1577 | 04-28-2024 11:27 PM | |
358 | 04-25-2024 06:02 PM |