${function() {
const variantData = data.variant || {"id":"f41fb9ed-edfa-41c8-a7df-e09988f3d6e6","product_id":"8a6664c8-6a35-405f-8df3-291c9a4c41d5","title":"khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017174940","barcode":"","position":1,"option1":"khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1438bed349f8074271506a406fae562b.jpeg","path":"1438bed349f8074271506a406fae562b.jpeg","width":718,"height":716,"alt":"","aspect_ratio":1.0027932960893855},"wholesale_price":[{"price":29.28,"min_quantity":1}],"weight":"0","compare_at_price":"29.28","price":"29.28","retail_price":"29.28","available":true,"url":"\/products\/fashion-vintage-solid-casual-loose-o-neck-short-sleeve-cotton-linen-dress-1996?variant=f41fb9ed-edfa-41c8-a7df-e09988f3d6e6","available_quantity":1000,"options":[{"name":"Color","value":"khaki"},{"name":"Size","value":"S"}],"off_ratio":0,"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":"f41fb9ed-edfa-41c8-a7df-e09988f3d6e6","product_id":"8a6664c8-6a35-405f-8df3-291c9a4c41d5","title":"khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017174940","barcode":"","position":1,"option1":"khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1438bed349f8074271506a406fae562b.jpeg","path":"1438bed349f8074271506a406fae562b.jpeg","width":718,"height":716,"alt":"","aspect_ratio":1.0027932960893855},"wholesale_price":[{"price":29.28,"min_quantity":1}],"weight":"0","compare_at_price":"29.28","price":"29.28","retail_price":"29.28","available":true,"url":"\/products\/fashion-vintage-solid-casual-loose-o-neck-short-sleeve-cotton-linen-dress-1996?variant=f41fb9ed-edfa-41c8-a7df-e09988f3d6e6","available_quantity":1000,"options":[{"name":"Color","value":"khaki"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}