chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

Can someone help me show the products? #194

Closed talmax1124 closed 3 years ago

talmax1124 commented 3 years ago

I have tried contacting people on slack and they have been unsuccessful at helping me resolve my problem. Can any of you help me make the products show with my API public key. I can't see any of the products. I did not change any of the products or categories that came with the repo.

What I mean is there is nothing appearing in the /collections page

You can reply to this repo or if you can, email me at carlitosdiazplaza@gmail.com

Thanks!

robbieaverill commented 3 years ago

Hi @talmax1124, please ensure you follow the readme guide here: https://github.com/chec/commercejs-nextjs-demo-store#manual-setup-and-netlify-deployment. The main thing is to make sure you swap the demo store's API key in the .env file with your own API key. You can either seed the products (see step 3 in the referenced readme above) or create some of them manually.

If you don't see the products in your store, there could be a number of things causing this problem. Most notably:

Please feel free to reach out on Slack. We'll reserve the issue tracker on this repository for bug reports.