${function() {
const variantData = data.variant || {"id":"795c0ed3-b05d-4516-a5f1-1a89f1332999","product_id":"e93204c0-fccb-4d4f-9897-59487403e7b9","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017335581","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5035057b01c005d14a39bf104e2d8548.jpeg","path":"5035057b01c005d14a39bf104e2d8548.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.56,"min_quantity":1}],"weight":"0","compare_at_price":"29.56","price":"29.56","retail_price":"29.56","available":true,"url":"\/products\/summer-new-casual-women-v-neck-cotton-linen-solid-color-fashion-dress-elegant-slim-office-lady-half-sleeves-pocket-short-dresses-3537?variant=795c0ed3-b05d-4516-a5f1-1a89f1332999","available_quantity":1000,"options":[{"name":"Color","value":"Green"},{"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":"795c0ed3-b05d-4516-a5f1-1a89f1332999","product_id":"e93204c0-fccb-4d4f-9897-59487403e7b9","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017335581","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5035057b01c005d14a39bf104e2d8548.jpeg","path":"5035057b01c005d14a39bf104e2d8548.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.56,"min_quantity":1}],"weight":"0","compare_at_price":"29.56","price":"29.56","retail_price":"29.56","available":true,"url":"\/products\/summer-new-casual-women-v-neck-cotton-linen-solid-color-fashion-dress-elegant-slim-office-lady-half-sleeves-pocket-short-dresses-3537?variant=795c0ed3-b05d-4516-a5f1-1a89f1332999","available_quantity":1000,"options":[{"name":"Color","value":"Green"},{"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}
`
}()}