Created
June 17, 2015 17:14
-
-
Save cleytonmessias/68e4449e83ae508e4534 to your computer and use it in GitHub Desktop.
VTEX - JS de footer para script de rating
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
var _trustvox_shelf_rate = _trustvox_shelf_rate || []; | |
_trustvox_shelf_rate.push(['_storeId', 'ID DA LOJA']); | |
_trustvox_shelf_rate.push(['_productContainer', '.prateleira']); | |
(function() { | |
var tv = document.createElement('script'); tv.type = 'text/javascript'; tv.async = true; | |
tv.src = '//s3-sa-east-1.amazonaws.com/trustvox-rate-widget-js/widget.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(tv, s); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment