gatsby-starter-shopify icon indicating copy to clipboard operation
gatsby-starter-shopify copied to clipboard

A Gatsby starter using the latest Shopify plugin showcasing a store with product overview, individual product pages, and a cart

Results 27 gatsby-starter-shopify issues
Sort by recently updated
recently updated
newest added

Why i cannot query images in graphql , i am using fragment : ``` fragment ProductCard on ShopifyProduct { id title images { id altText gatsbyImageData(aspectRatio: 1, width: 640) }...

I am not sure, if there is something wrong with my project. Or if this is just a development issue. But I am not able to reach the all Products...

With the Gatsby 4.x update for this starter, the application now 404's in development mode if you press the back button in your browser after having submitted filters on the...

i am using the protected password of the store , I can't get the app password . eventually i get this error : ERROR #gatsby-source-shopify_111002 Received error 401 from Shopify:...

This gets the search page running once built instead of throwing undefined errors. There are still issues I'm noticing. 1. The search page isn't populated with all products on first...

The older URL is now deprecated and sends the user to a repository that has been deprecated. A link is provided for the new repo but I did not find...

On gatsby develop: warn The GraphQL query in the non-page component "/path/products/index.jsx" will not be run. Exported queries are only executed for Page components. It's possible you're trying to create...

Hi there, I apologise if this a fairly newb question. However I'm wondering how my site built on the platform will maintain correct stock info when it fluctuates (by variant)....