${function() {
const variantData = data.variant || {"id":"4a30e38c-8dd8-48b1-97e6-70416815a21f","product_id":"e5c768a2-b67e-4d9d-b0a9-9abcd4e39fba","title":"light yellow-S","weight_unit":"kg","inventory_quantity":500,"sku":"","barcode":"","position":1,"option1":"light yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/21ef94f2d19a2723147d01eaa6750ee5.jpeg","path":"21ef94f2d19a2723147d01eaa6750ee5.jpeg","width":960,"height":1200,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":48,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"48","retail_price":"88","available":true,"url":"\/products\/asily?variant=4a30e38c-8dd8-48b1-97e6-70416815a21f","available_quantity":999999999,"options":[{"name":"Couleur","value":"light yellow"},{"name":"Taille","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":0};
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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"4a30e38c-8dd8-48b1-97e6-70416815a21f","product_id":"e5c768a2-b67e-4d9d-b0a9-9abcd4e39fba","title":"light yellow-S","weight_unit":"kg","inventory_quantity":500,"sku":"","barcode":"","position":1,"option1":"light yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/21ef94f2d19a2723147d01eaa6750ee5.jpeg","path":"21ef94f2d19a2723147d01eaa6750ee5.jpeg","width":960,"height":1200,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":48,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"48","retail_price":"88","available":true,"url":"\/products\/asily?variant=4a30e38c-8dd8-48b1-97e6-70416815a21f","available_quantity":999999999,"options":[{"name":"Couleur","value":"light yellow"},{"name":"Taille","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}