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.
This document provides a guide to setting up and running a fully-fledged eCommerce demo store using the Commerce.js SDK and Next.js. It offers instructions for both one-click deployment using Netlify and manual setup. Prerequisites for using this template include having an IDE or code editor, Node, NPM or Yarn, and the Chec CLI.
yarn global add @chec/cliNote: Using the provided public key is recommended for quick deployment, but if you want to use your merchant account, follow the manual setup steps below.
.env.example file at the root of the project with your Chec public key.This document provides a comprehensive guide to setting up and running an eCommerce demo store using Commerce.js and Next.js. It offers both one-click deployment options and manual setup instructions. The template supports various eCommerce features such as shopping carts, checkout process, customers, and payment gateways.