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

- [x] #504 - [x] #505 - [x] #506 - [x] #509 - [x] #511 - [x] Define customer schema - [x] #512

It is safe to assume this is what is intended?

The storefront api has changes about metafields that now work differently. The current shopify storefront api documentation handles the examples with the new version.

Hi, I noticed in my deployed site that if a customer clicks log out, and then refreshes the page, he gets login again. Also, I Confirmed the same on the...

bug

### Describe the feature you'd like to request A page accessible only to logged in customers that displays all current and previous orders ### Describe the solution you'd like A...

- Added pagination to "shop all" - Added `page` query parameter - Show 4 categories in header, instead of 2

Fix related products to respect custom related products from Control Panel. Currently the related products field is not being respected from the Control Panel. This change is to pull the...

Currently reviews and ratings are hard-coded and we want to disable it for the BC stores. Let me know if there are more steps when adding a feature!

On the my cart page, we'd like to hide related products for BC stores. ![Screen Shot 2022-08-11 at 3 50 42 AM](https://user-images.githubusercontent.com/19962441/183993707-f2a58579-56e8-4710-a26e-fec13ee28837.png)

Love the repo! I'd like to potentially use the "Shopify GraphQL admin API" instead of the Storefront API though, for this I'd have to create a new schema potentially. Could...