Skip to content

Instantly share code, notes, and snippets.

@mghdotdev
Last active August 29, 2015 14:13
Show Gist options
  • Save mghdotdev/8543de8bd38129e02f9f to your computer and use it in GitHub Desktop.
Save mghdotdev/8543de8bd38129e02f9f to your computer and use it in GitHub Desktop.
Miva: Event On Variant Change
MivaEvents.SubscribeToEvent('variant_changed', function (product_data) {
console.log(product_data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment