1.2.9 • Published 1 month ago

exemplis-customizer v1.2.9

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
1 month 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.2.9

1 month ago

1.2.8

6 months ago

1.2.7

7 months ago

1.2.6

7 months ago

1.2.5

8 months ago

1.2.4

9 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

11 months ago

1.1.9

12 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.6.7

2 years ago

0.6.6

2 years ago

0.6.9

2 years ago

0.6.8

2 years ago

0.7.2

2 years ago

0.5.4

2 years ago

0.7.1

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.7.0

2 years ago

0.5.2

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.3.9

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.4.5

2 years ago

0.3.6

2 years ago

0.2.7

2 years ago

0.1.8

2 years ago

0.4.4

2 years ago

0.3.5

2 years ago

0.2.6

2 years ago

0.1.7

2 years ago

0.3.8

2 years ago

0.2.9

2 years ago

0.3.7

2 years ago

0.2.8

2 years ago

0.1.9

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.1.4

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.4.3

2 years ago

0.3.4

2 years ago

0.2.5

2 years ago

0.1.6

2 years ago

0.4.2

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago