Advertisement
SalemShafik

Untitled

Mar 17th, 2021
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <!-- Stamped - Begin Script--><script async type="text/javascript" data-api-key="" id="stamped-script-widget" src="https://cdn-stamped-io.azureedge.net/files/widget.min.js"></script><!-- Stamped - End Script --><br>
  2.  
  3.  
  4.  
  5. <!--Stamped - Begin Main Widget -->
  6. <div id="stamped-main-widget"
  7. data-widget-style="standard"
  8. data-product-id="{{ product.id }}"
  9. data-name="{{ product.title | escape }}"
  10. data-url="{{ shop.url }}{{ product.url }}"
  11. data-image-url="{{ product.featured_image | product_img_url: "large" |replace: '?', '%3F' | replace: '&','%26'}}"
  12. data-description="{{ product.description | escape }}"
  13. data-product-sku="{{product.handle}}"
  14. data-product-type="{{product.type}}">
  15. {{ product.metafields.stamped.reviews }}
  16. </div>
  17. <!-- Stamped - End Main Widget -->
  18.  
  19.  
  20.  
  21.  
  22. <!-- Stamped - Begin Star Rating Badge --><span class="stamped-product-reviews-badge stamped-main-badge" data-id="{{ product.id }}" data-product-sku="{{ product.handle }}" data-product-type="{{product.type}}" data-product-title="{{product.title}}" style="display: inline-block;">{{ product.metafields.stamped.badge }}</span><!-- Stamped - End Star Rating Badge -->
  23.  
  24.  
  25.  
  26.  
  27. <!-- Stamped - Begin Star Rating Badge --><span class=" stamped-product-reviews-badge" data-product-sku="{{ product.handle }}" data-id="{{ product.id }}" data-product-type="{{product.type}}" data-product-title="{{product.title}}" style="display:block;">{{ product.metafields.stamped.badge }}</span><!-- Stamped - End Star Rating Badge -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement