Skip to content

Instantly share code, notes, and snippets.

@svaustin66
Created July 28, 2017 22:20
Show Gist options
  • Save svaustin66/b20fca6d3e8585969f3e658e0b10ed34 to your computer and use it in GitHub Desktop.
Save svaustin66/b20fca6d3e8585969f3e658e0b10ed34 to your computer and use it in GitHub Desktop.
Shopper Approved Product Stars Snippet
<div id="product_just_stars" class="big"></div>
<script type="text/javascript">
var sa_product = '{{ product.handle }}'; function saLoadScript(src)
{ var js = window.document.createElement("script"); js.src = src; js.type = "text/javascript";
document.getElementsByTagName("head")[0].appendChild(js); }
saLoadScript('//www.shopperapproved.com/product/XXXXX/'+sa_product+'.js');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment