-
CommerceJS does not allow to checkout the items, instead returns with 404.
```
❌ HTTP ERROR [404] Type:
index.js?6741:1 Cart with ID "cart_id" not found.
```
-
Steps to reproduce
1. Navigate to https://commercejs.vercel.store/
See Commerce.js demo header missing wishlist
![chrome_YzYFGKCMLd](https://user-images.githubusercontent.com/40787982/148559662…
-
Steps to reproduce
1. Use the following fields in .env.local
```
# Available providers: local, bigcommerce, shopify, swell, saleor, spree, ordercloud, vendure, kibocommerce, commercejs
COMMERCE_…
-
### Describe the feature you'd like to request
Hey guys,
any reason not to use github actions for lint,build,test for PRs?
I've just executed `turbo run prettier-fix` and getting quite the amou…
-
**Describe the solution you'd like**
The current website looks so old and out of date. It should be updated to look better.
It's scares off users from downloading thinking it's hacky / super old / …
-
-
### What is the improvement or update you wish to see?
Update the copy command for .env.template files so that when running the project it actually works.
### Is there any context that might help us…
-
As a user, I'd like to be able to add products in my cart and proceed to the payment.
We could think os either use a `paypal` or `stripe` or `klarna` dev environment to process a "fake" payment.
…
-
### Topic Suggestion
Build a simple e-commerce web application using Commerce.js and React js
#### Proposed article introduction
Commercejs is an API that enables developers to integrate API-driv…
-
I wanted to create a commerce website with Next.js and Swell, and I cloned `vercel/commerce` and changes remote to my local repo, then succeeded to build it in my local development and even start. I …