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

I think these context values are not needed any more in this project - `cart` - `isOpen` - `onOpen` - `onClose`

I was testing the `variantForOptions` when I find out it is always `undefined` so this line https://github.com/gatsbyjs/gatsby-starter-shopify/blob/66d9909db8d7492e6dbfb93e3d914ca0f626ec6c/src/pages/products/%7BShopifyProduct.productType%7D/%7BShopifyProduct.handle%7D.jsx#L48 always assign the second part (`variant`), Checking Shopify documentation (here)[https://shopify.github.io/js-buy-sdk/product-helpers.js.html#line6] `variant` it is...

How can we add Variants, Add to Cart and Quantity Selector for Product Cards

I tried to install Gatsby Cloud App in Shopify Partners. The Gatsby Cloud is not loading, the server is not responding. I was following Video from Youtube [https://youtu.be/u_XwJ2rkrnI?t=903](url). Answer from...

Hello I try to install de latest `gatsby-source-shopify@latest` to avoid the problem of installation with `--legacy-peer-deps`. Because if I install with `--force`or `--legacy` Netlify cannot deploy my store and that's...

The following component from the product page template renders variants that are out of stock, in the select dropdown and allows you to add them to your cart. {hasVariants &&...

Using the Numeric Input component, you can add a quantity of an item to your cart that exceeds the inventory of the item. For example, there might be 10 necklaces...