Skip to content

Instantly share code, notes, and snippets.

@dashengz
Last active May 19, 2020 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dashengz/da2c82195190d296e2535e7a768241a2 to your computer and use it in GitHub Desktop.
Save dashengz/da2c82195190d296e2535e7a768241a2 to your computer and use it in GitHub Desktop.
Corvid by Wix: Product Configurators - Initialize Configurators
// Step 3 (Final Step): Initialize configurators after $w is ready
$w.onReady(function () {
// referencing the _options and _databases in Step 1
new ProductConfigurators(_options, _databases);
});
// All set!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment