Created
July 28, 2017 22:20
-
-
Save svaustin66/b20fca6d3e8585969f3e658e0b10ed34 to your computer and use it in GitHub Desktop.
Shopper Approved Product Stars Snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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