Stick em Up! is a demo of a simple one page JAMStack ECommerce website built with Snipcart, NuxtJS and Netlify CMS.
- Netlify CMS is used to create and store all the products in.
- Stock levels have been set against the products in Snipcart so when someone adds a product that is OOS they are notified in the cart. Also users are prevented from purchasing more than the quantity available.
- Coupon codes can easily be implemented (Try FREESTICKER on checkout).
I've written a blog which explains a bit more on the process of adding snipcart and also created a starter repo based on this project.