commercejs-nextjs-demo-store
commercejs-nextjs-demo-store copied to clipboard
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, p...
Fixes #220 and #296.
I tried to integrate PayPal, but it's not working. Is there any guide specific to next.js store?
 Refers to this line ``` { process.browser && this.renderLoginLogout() } // ... ```
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
How to create product image gallery carousel in mobile view? (Product Page)  I am new in learning frontend, a guide to follow will be a great help! 🙏 cc:...
Hi, looking to get my own images working in the `CategoryBanner`, nothing works despite reading the instructions. My `collection.js` look like this : ``` export default [ { image: '/images/collection/1.png',...
Hi, trying to add SendGrid integration but always get this error when sending the login mail: ``` Server error: `POST https://run.chec-integrations.io/int_xxxxxxxxxxx` resulted in a `500 Internal Server Error` response: Integration...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [next](https://github.com/vercel/next.js) from 11.1.3 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...
I cant figure out why products do not show on collection page where they do on the home page so my api key is working.. why is this? im unable...