gatsbyjs / gatsby-starter-shopify

A Gatsby starter using the latest Shopify plugin showcasing a store with product overview, individual product pages, and a cart
https://shopify-demo.gatsbyjs.com/
BSD Zero Clause License
311 stars 137 forks source link

Inability to add the product to the cart/checkout - extend the documentation #35

Open adamczykjac opened 3 years ago

adamczykjac commented 3 years ago

For all of those cracking their head around why the Gatsby Shopify Starter demo or their own direct deployment of this repo doesn't allow successfully adding any product to the cart/checkout.

Here's the solution I found in Shopify Forum:

You need to published the product to the sales channel of your private app creating in Shopify Admin (screenshot).

obraz

In my case it was a private app called "Gatsby Tryout".

I will add a PR to include that in the documentation.