1.3.8 • Published 3 months ago

exemplis-customizer v1.3.8

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 months ago

Exemplis Configurator

How To Install

npm install exemplis-customizer

Paramaters

platform (required)

Type: string Default: ""

This is the platform that the customizer will be ran in. The two options are shopify or aem.

apiRootUrl (required)

Type: string Default: ""

This is the base api url. e.g. "https://devcustom.timbuk2.com"

accountId (required)

Type: string Default: ""

This is the indentifier that the api uses to differentiate between brands. e.g. "timbuk2"

productId (required)

Type: string Default: ""

This is the product indentifier. e.g. "classicmessenger-bundle"

containerId

Type: string Default: "root"

This is the id of the DOM element that the configurator will get injected into. e.g. "root"

threeD

Type: boolean Default: false

If set to true, this will create a 3D experience within the cylindo viewer.

expandedOptions

Type: boolean Default: false

If set to true, this will expand all of the product option accordions.

accentColor1

Type: string Default: ""

This should be set to the main color of the site.

accentColor2

Type: string Default: ""

This can be a lighter version of the main color of the site.

Example Initialization

import  ExemplisCustomizer  from  'exemplis-customizer';

const customizer = new ExemplisCustomizer({
	platform: 'shopify',
	apiRootUrl:  'https://devcustom.timbuk2.com',
	accountId:  'timbuk2',
	productId:  'classicmessenger-bundle',
	containerId:  'root',
	threeD:  false,
	expandedOptions:  false,
	accentColor1:  '#2D3142',
	accentColor2:  '#4F5D75'
});

customizer.init();

!IMPORTANT!

If your website has a sticky header, please give the sticky header the class of js-customizer-sticky-header. e.g. <header id="header" class="header js-customizer-sticky-header">

1.3.8

3 months ago

1.3.7

5 months ago

1.3.6

8 months ago

1.3.5

9 months ago

1.3.4

9 months ago

1.3.3

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

12 months ago

1.2.9

1 year ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.6.7

3 years ago

0.6.6

3 years ago

0.6.9

3 years ago

0.6.8

3 years ago

0.7.2

3 years ago

0.5.4

3 years ago

0.7.1

3 years ago

0.5.3

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.7.0

3 years ago

0.5.2

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.9

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.3.9

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.4.5

3 years ago

0.3.6

3 years ago

0.2.7

3 years ago

0.1.8

3 years ago

0.4.4

3 years ago

0.3.5

3 years ago

0.2.6

3 years ago

0.1.7

3 years ago

0.3.8

3 years ago

0.2.9

3 years ago

0.3.7

3 years ago

0.2.8

3 years ago

0.1.9

3 years ago

0.4.1

3 years ago

0.3.2

3 years ago

0.2.3

3 years ago

0.1.4

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.4.3

3 years ago

0.3.4

3 years ago

0.2.5

3 years ago

0.1.6

3 years ago

0.4.2

3 years ago

0.3.3

3 years ago

0.2.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago