S&P Le magasin des Commerçants
Crayon feutre permanent Liquid Tip
{ "@context": "https://schema.org/", "@type": "Product", "name": "{{ product.title | escape }}", "image": "{{ product.featured_image | img_url: 'large' | prepend: 'https:' }}", "description": "{{ product.description | strip_html | truncate: 250 }}", "brand": { "@type": "Brand", "name": "Sharpie" }, "sku": "{{ product.sku }}", "offers": { "@type": "Offer", "url": "{{ shop.url }}{{ product.url }}", "priceCurrency": "{{ shop.currency }}", "price": "{{ product.price | money_without_currency }}", "itemCondition": "https://schema.org/NewCondition", "availability": "https://schema.org/{% if product.available %}InStock{% else %}OutOfStock{% endif %}" } }