No content to show

User Activity

Update:I tried to run this using the cloud build. I got the following issue:    Build ended Step #0 - "build docker image": 1914 modules transformed. Step #0 - "build docker image": Build ended Step #0 - "build docker image": Bundle closed Step #0 - ...
I actually am encountering the same error since yesterday.We run the build in google cloud build, but it has the same behaviour if trying locally.The issue is that the vite command hangs after the step where the console log says "built in 12.34s"We r...
Hi yall, I have the following issue.Due to some constraints of the products we sell, we need to collect some data from customers before making a purchase for certain items. This is done via a custom form, but the id of the submit is added as a line i...
I actually just moved the code to server-side validation. This has its own caveats though, but at least it blocks any checkout type
Hello everyone, I have created an extension targeting the checkout render block. It does some checks and then blocks the checkout depending on the result. We noticed, that this is skipped, when the customer uses paypal express checkout. Anyone seen t...
Sooo,I found the issue and a workaround: The problem is that it seems they both run in the same step (react hooks) and the update is not set properly this way. My hotfix was to just create a dummy state to handle this:const cartLines = useCartLines()...
I can confirm the issue. const cartLines = useCartLines() const lineChanger = useApplyCartLinesChange() useEffect( () => { if (!cartLines) return lineChanger({ type: 'removeCartLine', id: cartLines [0].id, ...
Hi Community.I am a little baffled by some behaviour I encountered:I have a little app, that lets the customer either change a product or cancel the order completely from the frontend.To cancel, I use the calculate refund route as the docs say.To swi...
@ninosition No.As you can see from my code, I made a call to my own backend first.I know just make the API calls from there through the Admin api in python.This works just fine and without any issues for now, but it makes my toes curl, because it is ...
Hello everyone, I have an odd behaviour that I cannot quite understand:I created an extension that allows a customer to interact with our business backend through the store's frontend. I achieved this through a route that first makes a request to our...
Hello Everyone, in short:I have found and read https://community.shopify.com/c/blog/introducing-smart-order-routing/ba-p/2128121, but the functionality is not enough for me to achieve what I want to have happen. In detail:We have a custom fulfilment ...
Hey Liam,Even though this is marked as accepted answer, it doesn't really answer the question of the topic. So maybe you can clarify: Is there a way to use the GraphQL api to cancel an order or do you have to go the long way then and use orderEdit an...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.