${function() {
const variantData = data.variant || {"id":"84c09ad3-adbe-4190-b248-6a760abcdecf","product_id":"2f7019bc-04a7-4df7-83f4-4fa8d831056a","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Green S-40557516","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a990767031bb930528a9829636f4526d.jpeg","path":"a990767031bb930528a9829636f4526d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"39.99","retail_price":"39.99","available":true,"url":"\/products\/summer-vintage-floral-dress-boho-beach-dress-short-sleeve-green-irregular-vacation-dress-208529305953?variant=84c09ad3-adbe-4190-b248-6a760abcdecf","available_quantity":999999999,"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":"84c09ad3-adbe-4190-b248-6a760abcdecf","product_id":"2f7019bc-04a7-4df7-83f4-4fa8d831056a","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Green S-40557516","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a990767031bb930528a9829636f4526d.jpeg","path":"a990767031bb930528a9829636f4526d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"39.99","retail_price":"39.99","available":true,"url":"\/products\/summer-vintage-floral-dress-boho-beach-dress-short-sleeve-green-irregular-vacation-dress-208529305953?variant=84c09ad3-adbe-4190-b248-6a760abcdecf","available_quantity":999999999,"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}
`
}()}