${function() {
const variantData = data.variant || {"id":"86f6d634-1e40-4886-bdd7-b17e8b354c5f","product_id":"7e497026-df65-4182-b663-cea61a75fc8f","title":"1-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017930111","barcode":"","position":1,"option1":"1","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3d8f987061df377e40b5433f0c32745f.jpeg","path":"3d8f987061df377e40b5433f0c32745f.jpeg","width":265,"height":266,"alt":"","aspect_ratio":0.9962406015037594},"wholesale_price":[{"price":27.77,"min_quantity":1}],"weight":"0","compare_at_price":"27.77","price":"27.77","retail_price":"27.77","available":true,"url":"\/products\/women-casual-floral-half-sleeve-cotton-linen-dress-6979?variant=86f6d634-1e40-4886-bdd7-b17e8b354c5f","available_quantity":1000,"options":[{"name":"Color","value":"1"},{"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":"86f6d634-1e40-4886-bdd7-b17e8b354c5f","product_id":"7e497026-df65-4182-b663-cea61a75fc8f","title":"1-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017930111","barcode":"","position":1,"option1":"1","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3d8f987061df377e40b5433f0c32745f.jpeg","path":"3d8f987061df377e40b5433f0c32745f.jpeg","width":265,"height":266,"alt":"","aspect_ratio":0.9962406015037594},"wholesale_price":[{"price":27.77,"min_quantity":1}],"weight":"0","compare_at_price":"27.77","price":"27.77","retail_price":"27.77","available":true,"url":"\/products\/women-casual-floral-half-sleeve-cotton-linen-dress-6979?variant=86f6d634-1e40-4886-bdd7-b17e8b354c5f","available_quantity":1000,"options":[{"name":"Color","value":"1"},{"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}
`
}()}