No content to show
User Activity
Hey @Liam, I was finally able to resolve this after upgrading and using shopify app deploy instead of npm run deploy. I'm not sure what suddenly changes but gosh, that was crazy! This is my first Shopify app so it's a new world for me as a theme deve...
07-23-2024
Hey @Tobi-van, Unfortunately, I'm still stumped. If I ever figure this out I will reply and let you know! Please let me know if you figure it out!
07-23-2024
Hey @Eric-HAN, What is the CartLine Global ID format? Where and how did you get your CartLine Global ID? As @Tobi-van mentioned, there is no Line ID like this mentioned in any documentation or even on the internet that I can find. The Line ID is alwa...
Hi, When I run npm run deploy, terminal responds with: ERROR Cannot read properties of null (reading 'useState')
node_modules/@shopify/cli-kit/node_modules/react/cjs/react.development.js:1622:21
1619: }
1620: function useState(initialState) {
...
07-19-2024
Hey Liam, I think they are but let me know if this looks correct to you. cartID:gid://shopify/Cart/Z2NwLXVzLWNlbnRyYWwxOjAxSjJNQ1JZMzJYMUtHTlNUQlFCQlFGNkVC?key=006d49fba596076f41c25a394571cd26 This came from the cart.js API. The variable is const car...
07-18-2024
Hi,I am using vanilla JavaScript with GraphQL to update a line-item quantity on the Cart page. The details are below. Code:const endpoint = 'https://helloworld.myshopify.com/api/2024-07/graphql.json';
const headers = {
'Content-Type': 'application/...
@ten12star did you figure this out? I am trying to do this as well and have had no luck.
@CodingCop Did you figure this out? I am trying to do this as well.
I am also in need of getting the failed discount returned or the discount as the user is typing it like the userBillingAddress() hook.
This is returning an empty array for me as well. A fairly simple workaround for anyone struggling with this broken hook is below: Loop each of your line-items (useCartLines), calculate the total of each line-item applied discounts (cartLine.discountA...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1756 | 08-02-2024 05:03 PM | |
722 | 04-15-2024 05:05 PM |