parmsang / gatsby-starter-ecommerce

Gatsby starter for creating an eCommerce site using the Moltin eCommerce Api
https://parmsang.github.io/gatsby-starter-ecommerce/
Other
503 stars 148 forks source link

Netlify template from repo does not build #45

Closed andrewdefries closed 3 years ago

andrewdefries commented 3 years ago

Hello, great demo. I tried to deploy the Netlify template via this link:

https://templates.netlify.com/template/gatsby-starter-ecommerce/

But it does not build. Is this because you have specified build settings specific to hosting on github.io rather than netflify?

parmsang commented 3 years ago

Hi there - there was an issue with the Moltin/Elastic-Path source plugin. I've updated some of the packages and things should work now.

andrewdefries commented 3 years ago

Hello parmasang, again really impressive demo. I like the simple layout and it comes through really well on mobile.

I can confirm your changes have debugged the netlify deploy:

https://agitated-mcclintock-fb0138.netlify.app/

Do you have any suggestions on how to manage the back end of this ecommerce store such as the products? I am attempting to use this template for a CBD store which is not supported by stripe. Is snipcart enough for this?

Thank you