commerce icon indicating copy to clipboard operation
commerce copied to clipboard

Next.js Commerce

Results 170 commerce issues
Sort by recently updated
recently updated
newest added

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-d4802c20-3b42-40c4-88e9-ed0df62451e1.png) Bigcommerce demo header containing wishlist ![chrome_nu54wThQFZ](https://user-images.githubusercontent.com/40787982/148559913-d7cbd099-302f-4bb0-b6d3-6665e5e2d235.png) Login and register form do not seem to respond to...

bug

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'} ``` ![image](https://user-images.githubusercontent.com/19962441/183559019-ead69220-ddb8-45b1-b979-1a64f5d2ef91.png) ![image](https://user-images.githubusercontent.com/19962441/183559039-6304a920-65ef-4661-898d-aaf91704a2a1.png) ![image](https://user-images.githubusercontent.com/19962441/183559051-7b8003b7-8c26-43b0-a0b2-c7f42fbb590e.png)

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 ![image](https://user-images.githubusercontent.com/19962441/183147779-3c492a9a-e51d-4865-8673-b7aaf9d5971f.png) ## after ![image](https://user-images.githubusercontent.com/19962441/183147829-52326148-bf0d-46bb-b841-c9eb3fd834c1.png)

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...

epic

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...