Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <li data-product="%%GLOBAL_ProductId%%" class="%%GLOBAL_SearchTrackClass%%">
  2.  
  3. <div class="ProductImage">%%GLOBAL_ProductThumb%%</div>
  4.  
  5. <div class="ProductDetails">
  6. <span class="ProductName"><a href="%%GLOBAL_ProductLink%%">%%GLOBAL_ProductName%%</a></span>
  7. <span class="ProductPrice">%%GLOBAL_ProductPrice%%</span>
  8. <script type="text/javascript">
  9. (function e(){
  10. if(typeof yotpo==='undefined') {
  11. var e=document.createElement("script");e.type="text/javascript",e.async=true,e.src="//staticw2.yotpo.com/Rnvh7vXMjFGg68trERefVTe4ba1ZJNqQPhwCSNL0/widget.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)
  12. }
  13. else {
  14. yotpo.initialized=false;yotpo.init();
  15. }
  16. })();
  17. </script>
  18. <div class="yotpo bottomLine"
  19. data-product-id="%%GLOBAL_ProductId%%"
  20. data-url="%%GLOBAL_ProductLink%%">
  21. </div>
  22. <span class="ProductActionAdd" style="display:%%GLOBAL_HideActionAdd%%;">
  23. <!---Remove Add to Cart
  24. <a href="%%GLOBAL_ProductURL%%" class="small button">%%GLOBAL_ProductAddText%%</a>--->
  25. </span>
  26. <span class="ProductRating ProductRating%%GLOBAL_ProductRating%%" style="%%GLOBAL_HideProductRating%%">
  27. <a class="show-reviews rating-%%GLOBAL_ProductRating%%" href="%%GLOBAL_ProductLink%%#reviews">
  28. <i class="icon-rating-%%GLOBAL_ProductRating%%"></i>
  29. </a>
  30. </span>
  31. <div class="ProductCompareButton" style="display:%%GLOBAL_HideCompareItems%%">
  32. <label for="compare_%%GLOBAL_ProductId%%">
  33. <input type="checkbox" name="compare_product_ids" id="compare_%%GLOBAL_ProductId%%" value="%%GLOBAL_ProductId%%" onclick="product_comparison_box_changed(this.checked)">
  34. %%LNG_Compare%%
  35. </label>
  36. </div>
  37. </div>
  38.  
  39. <a href="%%GLOBAL_ProductLink%%" class="overlay-link"></a>
  40. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement