No content to show

User Activity

Yes, I wanted to connect 2 checkout ui extensions Storage API didn't help. But I found a different way to communicate - through metafields.
Hello, I have an issue with useStorage hook in checkout ui extension. I've been trying to write data in one block and read data in second block, but all I get is null. Docs says that data is shared across all activated extension targets of this exten...
Thank you @LiamWaiting for updates.
Hi @Liam I have similar issues with currency rules. We have custom rules, so merchant can trigger "some action" when cart subtotal is greater than $1000 USD.When user comes from Mexico market, product prices are much higher.I don't think merchants wi...
Thank you for reply,So timezoneOffsetMinutes is different from new Date().getTimezoneOffset() in JS.That made me confused.
Hello.I was doing a request to get shop timezoneOffsetMinutes via GraphQL and noticed that timezoneOffsetMinutes returns me inverted number. I have set the Store's timezone to GMT -05:00 (EST), which should return me 300, but it returns -300. Same fo...
Updated: The real issue was in GraphiQL app, I had reinstalled the app at that moment. That's why it started working. So you will need to remove the app to make it work.@Liam Could you please let developers of the app know, that it has such issues
I was able to create, but now sure what helped. I added Content permissions to store user and deleted Script Editor App. 
I am experiencing the same issue that on Shopify Plus production store, App cannot create the cartTransform and fails with exact same error. All scopes are present and user has products and preferences permission. I also have upgraded the store to Ch...
@Liam , I cannot find the request in network tab. Maybe that is because of isolated sandbox that extension runs or request is done in a different way.How can I find it?
I am trying to remove a bundled product in Checkout UI extension using applyCartLinesChange const changeCartItem = useApplyCartLinesChange();What I do ischangeCartItem({ type: "removeCartLine", id: lineItem.id, quantity: lineItem.quantity,}); It w...
Recently Shopify introduced in API 2024-01DiscountApplicationStrategy.AllHaven't checked if that resolves the issue yet. But sharing it with you.
Unfortunately, it is still limited to a date without time. "2019-07-16" Shopify could add time as well, instead of multiple date time comparison functions in GraphQL
Thank you @dan-hrpr I see what you did.I just asked because there is a question here regarding Maximum rule that was not allowing to have multiple discount application from a single discount
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.