Skip to content

Instantly share code, notes, and snippets.

@boldsupport
Last active December 29, 2017 19:19
Show Gist options
  • Save boldsupport/417fdaf4d7939ef45619 to your computer and use it in GitHub Desktop.
Save boldsupport/417fdaf4d7939ef45619 to your computer and use it in GitHub Desktop.
<div style='display:none' id='shappify_custom_options_{{ product.id }}'></div><script async src="//secure.apps.shappify.com/apps/options/generate_options.php?shop={{shop.permanent_domain}}&product_id={{ product.id }}"></script>
<script>
$(window).load(function(){
if(typeof shappify_options_{{product.id}} !== "undefined"){
if(pojQuery("#shappify_custom_options_{{product.id}}").html() == ""){
shappify_options_{{product.id}}();
}
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment