Ecwid Ecommerce Shopping Cart is everything you need to add an online store to your site
npm install @ecwid/nextjs-ecwid-pluginnpm install @ecwid/nextjs-ecwid-plugin
In your app, use the ProductBrowser or BuyNowButton components.
ProductBrowser usage example:
``javascript
import {ProductBrowser} from '@ecwid/nextjs-ecwid-plugin'
export default function Store() {
return (
<>
/>
>
)
}
`
Buy Now Button usage example:
`javascript
import {BuyNowButton} from '@ecwid/nextjs-ecwid-plugin'
export default function Store() {
return (
<>
productId="102852327"
isShowPrice={false}
/>
>
)
}
``
This project is Apache2.0 licensed.