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

When checking out after logging in from the nextjs storefront channel, an error occurs saying that the page cannot be found even though the login page is called during the...

Steps to reproduce 1. Use the following fields in .env.local ``` # Available providers: local, bigcommerce, shopify, swell, saleor, spree, ordercloud, vendure, kibocommerce, commercejs COMMERCE_PROVIDER=swell SWELL_STORE_DOMAIN= SWELL_STOREFRONT_ACCESS_TOKEN= NEXT_PUBLIC_SWELL_STORE_ID= NEXT_PUBLIC_SWELL_PUBLIC_KEY= ```...

I have confirmed that the My Orders page, which checks the purchase history after completing the product purchase, has not been implemented yet. Are there any plans to implement this...

im trying to get the image I uploaded in Shopify collection featured image

Hi, I'm attempting to make the min/max items functionality with BigCommerce. The way BigCommerce does it, is that when more (or less) than min/max is added to the cart, BigCommerce...

Not sure about other platforms, but for bigcommerce if anyone is curious it is really easy to create paginated category pages. Just add a page query string to framework/bigcommerce/api/endpoints/catalog/get-products if...

Following this guide: https://dev-docs.spreecommerce.org/storefronts/next.js-commerce After running ``` yarn install yarn dev ``` I get the following error: ``` error - ./components/common/Layout/Layout.tsx Error: error: next/dynamic options must be an object literal....

Bigcommerce changed the cookie header in the response from doing login mutation. You get 2 cookies, you need to concat them. Until this is fixed, login won't work on the...