Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created June 17, 2015 17:14
Show Gist options
  • Save cleytonmessias/68e4449e83ae508e4534 to your computer and use it in GitHub Desktop.
Save cleytonmessias/68e4449e83ae508e4534 to your computer and use it in GitHub Desktop.
VTEX - JS de footer para script de rating
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