Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Created June 16, 2016 22:17
Show Gist options
  • Save nickmealey/90305acccc56af8653a66c23b1b21433 to your computer and use it in GitHub Desktop.
Save nickmealey/90305acccc56af8653a66c23b1b21433 to your computer and use it in GitHub Desktop.
<script>
Shopify.currentProduct = {{ product | json }};
if (Shopify.currentProduct) {
console.log(Shopify.currentProduct.variants);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment