1.0.4 • Published 8 years ago

sauce-shopify-snippet v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

Shopify liquid snippet

The main theme snippet for the Sauce-Shopify integration. Exposes the key data about all pages of your theme following the Sauce data layer schema.

Installation

This snippet should not be installed directly to your theme, it is automatically added when you install Sauce.

Module usage

This snippet can also be required in as an NPM module:

  1. Install the module with npm install sauce-shopify-snippet
  2. Provide the clientId to the snippet:
var snippet = require('sauce-shopify-snippet');
var html = snippet({
  clientId: '123'
});
// => `html` is the final code

License

This extension is released under Apache License 2.0.

1.0.4

8 years ago

1.0.3

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago