I’m using shopify’s checkout page for a Nextjs Application. The flow is at follows:
-
Create cart and add products with the Storefront API
-
Open the
cart.checkoutUrl
returned by the Storefront API -
Fill the checkout and finish the purchase.
-
“Continue shopping” link points to non-existent shopify store.
I want to change the “Continue Shopping” url to redirect the buyer back to the main site.