commerce
commerce copied to clipboard
Next.js Commerce
Steps to reproduce 1. Navigate to https://commercejs.vercel.store/ See Commerce.js demo header missing wishlist  Bigcommerce demo header containing wishlist  Login and register form do not seem to respond to...
Currently reviews and ratings are hard-coded and we want to disable it for the BC stores. I'm not sure what the best way is to detect the current provider. I've...
`Add to cart` button should be disabled when there's no stock for each variant. ``` {variant?.availableForSale === false ? 'Not Available' : 'Add To Cart'} ```   
I was doing some testing on a iOS 13 device (Safari) and it threw some errors. The one who causes this was this line: ```SyntaxError: Unexpected token '?'``` It appears...
While signing up on a BigCommerce headless store, the error messages weren't properly showing up. ## before  ## after 
When we first released Next.js Commerce to the public in our first Next.js Conf, we wanted to have a real e-commerce app that worked with BigCommerce and Next.js, as we...
This PR is to add a new commerce provider: Olist [Demo](https://commerce.vnda.io/) Implemented resources: - [x] olist provider - [x] types & schemas - [ ] tests - api - operations...
- [x] implement Shopify Cart API - [x] update Shopify GraphQL schema - [x] refactor Shopify utils files structure & several fixes - [x] implement custom fields - [x] update...