Change checkout page "Continue shopping" link

I’m using shopify’s checkout page for a Nextjs Application. The flow is at follows:

  1. Create cart and add products with the Storefront API

  2. Open the cart.checkoutUrl returned by the Storefront API

  3. Fill the checkout and finish the purchase.

  4. “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.

1 Like

I am doing the same and “Continue shopping” link is not presented at all. see discussion here https://github.com/Shopify/storefront-api-examples/issues/99