@ecwid/gatsby-plugin-ecwid

0.1.0 • Public • Published

Ecwid Ecommerce Shopping Cart

Powerful, easy to use ecommerce shopping cart plugin for Gatsby 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/gatsby-plugin-ecwid

Usage

In a your app, use the ProductBrowser or BuyNowButton components.

ProductBrowser usage example:

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

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

Buy Now Button usage example:

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

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

License

This project is Apache2.0 licensed.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2

Package Sidebar

Install

npm i @ecwid/gatsby-plugin-ecwid

Weekly Downloads

2

Version

0.1.0

License

Apache-2.0

Unpacked Size

21.5 kB

Total Files

9

Last publish

Collaborators

  • juvs
  • alexis-ecwid
  • meteor-ec
  • ecwid-bot