Advertisement
SalemShafik

StampedMainWidget

Mar 7th, 2023
782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <!--Stamped - Begin Main Widget -->
  2. <div id="stamped-main-widget"  
  3. data-widget-style="standard"
  4. data-product-id="{{ product.id }}"  
  5. data-name="{{ product.title | escape }}"  
  6. data-url="{{ shop.url }}{{ product.url }}"  
  7. data-image-url="{{ product.featured_image | product_img_url: "large" |replace: '?', '%3F' | replace: '&','%26'}}"
  8. data-description="{{ product.description | escape }}"  
  9. data-product-sku="{{product.handle}}"
  10. data-product-type="{{product.type}}">  
  11.  
  12. </div>
  13. <!-- Stamped - End Main Widget -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement