Jul 1, 2020
I tried to get a straight answer from the support but they kept on telling me that I could just put my customized domain as the primary domain, which is not true. So is there a way to replace the sh...
No content to show
User Activity
Ah, I had missed the retrieve a cart by id query... I thought it was only possible to create not retrieve.Thank you!
Hi, Thanks for replying.That's how I'm managing it, but you still need to store a cookie or localstorage on the client side.So that when they revisit the page their cart is saved in case they return to the store at a later stage. How else will you pe...
Here's a solution while we wait for Shopify to add this basic feature to their API...1. Replace localStorage with cookies (in order to be able to remove cookies server-side).2. Create an API endpoint in your Next application where you simply delete t...
I'm having the same issue.The issue is that the checkout flow lives on another domain, and you are setting the localstorage on the custom frontend that you've built.I would say that Shopify needs to extend their Storefront API, so that there's a way ...
I've built a headless e-commerce store with Next.js using the Shopify Storefront API. When the user presses the checkout button in the cart there's a redirect happening, and the remaining flow now happens on my-store-name.myshopify.com.This is proble...