Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created January 9, 2014 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleytonmessias/8336420 to your computer and use it in GitHub Desktop.
Save cleytonmessias/8336420 to your computer and use it in GitHub Desktop.
Loja Integrada - Instalação Trustvox
_trustvox.push(['_productId', $('.produto .acoes-produto[data-produto-id]').last().data('produto-id')]);
_trustvox.push(['_productName',$('h1.nome-produto').text()]);
_trustvox.push(['_productPhotos', ['http:'+$(".elastislide").find("[href]").data('imagem-grande')] ]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment