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