${function() {
const variantData = data.variant || {"id":"dd9f8fc7-540e-44f7-8e0b-8f9f9fca8b5a","product_id":"f57ef055-b791-48a2-a500-6847a0f8cf0b","title":"37-39","weight_unit":"kg","inventory_quantity":0,"sku":"HI03-S","barcode":"3701395001159","position":1,"option1":"37-39","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/989e1c8deb2475efc3ee16f87cce98d5.webp","path":"989e1c8deb2475efc3ee16f87cce98d5.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":100,"min_quantity":1}],"weight":"0.42","compare_at_price":"0","price":"100","retail_price":"0","available":true,"url":"\/products\/semelles-chauffantes-2020?variant=dd9f8fc7-540e-44f7-8e0b-8f9f9fca8b5a","available_quantity":999999999,"options":[{"name":"Taille","value":"37-39"}],"off_ratio":0,"flashsale_info":[],"sales":2};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : HI03-S
Weight : 0.42kg
Barcode : 3701395001159
${function(){
const variantData = data.variant || {"id":"dd9f8fc7-540e-44f7-8e0b-8f9f9fca8b5a","product_id":"f57ef055-b791-48a2-a500-6847a0f8cf0b","title":"37-39","weight_unit":"kg","inventory_quantity":0,"sku":"HI03-S","barcode":"3701395001159","position":1,"option1":"37-39","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/989e1c8deb2475efc3ee16f87cce98d5.webp","path":"989e1c8deb2475efc3ee16f87cce98d5.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":100,"min_quantity":1}],"weight":"0.42","compare_at_price":"0","price":"100","retail_price":"0","available":true,"url":"\/products\/semelles-chauffantes-2020?variant=dd9f8fc7-540e-44f7-8e0b-8f9f9fca8b5a","available_quantity":999999999,"options":[{"name":"Taille","value":"37-39"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}