Skip to content

Everything you need to start selling online on your Next.js site

Notifications You must be signed in to change notification settings

Ecwid/nextjs-ecwid-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecwid Ecommerce Shopping Cart

Powerful, easy to use ecommerce shopping cart plugin for Next.js sites. Over 1 million sellers in 175 countries, 45 languages supported. PayPal, Stripe and 40 more payment options. Real-time shipping integrations. Selling on Instagram and Facebook.

Installation

npm install @ecwid/nextjs-ecwid-plugin

Usage

Note: Contact us if you’re a developer and need a premium Ecwid subscription for testing purposes.

In your app, use the ProductBrowser or BuyNowButton components.

ProductBrowser usage example:

import {ProductBrowser} from '@ecwid/nextjs-ecwid-plugin'

export default function Store() {
  return (
    <>
      <ProductBrowser
        storeId="13433173"
      />
    </>
  )
}

Buy Now Button usage example:

import {BuyNowButton} from '@ecwid/nextjs-ecwid-plugin'

export default function Store() {
  return (
    <>
      <BuyNowButton
        storeId="13433173"
        productId="102852327"
        isShowPrice={false}
      />
    </>
  )
}

License

This project is Apache2.0 licensed.

About

Everything you need to start selling online on your Next.js site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published