2.3.17 • Published 24 days ago

@printcart/shopify-integration v2.3.17

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

Add Printcart Designer to your Shopify Store.

Usage

Add CSS file to header:

<link
  href="https://unpkg.com/@printcart/shopify-integration/dist/style.css"
  rel="stylesheet"
/>

Add JS file before the closing body tag:

<script src="https://unpkg.com/@printcart/shopify-integration/dist/main.js"></script>

Options

Add window.PrintcartDesignerShopifyOptions variable before our script tag to customize the default UI or extend default functionality:

window.PrintcartDesignerShopifyOptions = {
  designBtnText: "",
  editBtnText: "",
  designClassName: "",
  onCreateSuccess: (data, context) => {},
  onEditSuccess: (data, context) => {},
};

<script src="https://unpkg.com/@printcart/shopify-integration/dist/main.js"></script>;

designBtnText

  • Type: string

Change the Start Design button text

designClassName

  • Type: string

Style the Start design button with css

editBtnText

  • Type: string

Change the Edit Design button text

onCreateSuccess

  • Type: (data) => void

A function run when the design file finish uploaded.

onEditSuccess

  • Type: (data) => void

A function run when the design file finish editted.

Example

window.PrintcartDesignerShopifyOptions = {
  designBtnText: "Custom Start Design Text",
  editBtnText: "Custom Edit Design Text",
  designClassName: "btn-css",
  onCreateSuccess: (data) => console.log(data),
  onEditSuccess: (data) => console.log(data),
};

<script src="https://unpkg.com/@printcart/shopify-integration-sdk/dist/main.js"></script>;
2.3.17

24 days ago

2.3.16

1 month ago

2.3.4

8 months ago

2.3.3

9 months ago

2.3.6

8 months ago

2.3.5

8 months ago

2.3.8

8 months ago

2.3.7

8 months ago

2.3.13

6 months ago

2.3.12

6 months ago

2.3.14

6 months ago

2.3.11

6 months ago

2.3.10

6 months ago

2.2.1

1 year ago

2.2.0

1 year ago

2.3.2

12 months ago

2.2.3

1 year ago

2.3.1

12 months ago

2.2.2

1 year ago

2.1.3

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.6

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago

2.1.2

1 year ago

2.0.3

1 year ago

2.1.1

1 year ago

2.0.2

1 year ago

2.1.0

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago