Alexander Hörl

Results 47 comments of Alexander Hörl

As far as I know you can’t apply to be a marketing partner. Instagram did it with them directly.

Are the following issues still present or does it work now? @JoeyTawadrous

Yeah im not sure if its still worth but I guess it would still be good to update, I'll see if I can finde some time to implement. Feel free...

Did you use the right API credentials for the Storefront API? Looks like Gatsby can’t access the products.

@foamingmonkey What do you mean with it doesn’t work with a dev domain or dev site?

@ocmartineau I've just tried it by cloning the repo fresh and running `yarn start` as well as `yarn build` but it worked for me. What environment are you in? Node...

You're talking about the option disabled in the variant selection right? Since the add to cart button is checked using the `checkAvailability` function. But you're right, if the individual variants...

Good point! I haven't even thought about that yet. I'll take a look at it!

The cart automatically clears if you reload the page after finishing the checkout process. The problem is the checkout happens in another tab (on the Shopify site). I'll investigate further.

While it's not the cleanest approach, checking periodically if the cart has already been bought would be an option I guess. The modal version would definitely work, the only thing...