${function() {
const variantData = data.variant || {"id":"de2414c2-9725-4602-955e-8678390f3fcc","product_id":"940b5836-e8c8-42f7-93b7-ab78946f1860","title":"02 Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"02 Red S-46968091","barcode":"","position":6,"option1":"02 Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3936fee56410801ac11f3bbd32ac079a.jpeg","path":"3936fee56410801ac11f3bbd32ac079a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.55,"min_quantity":1}],"weight":"0","compare_at_price":"37.55","price":"37.55","retail_price":"37.55","available":true,"url":"\/products\/fashion-casual-printed-long-sleeve-elegant-o-neck-loose-rompers-208565364264?variant=de2414c2-9725-4602-955e-8678390f3fcc","available_quantity":999999999,"options":[{"name":"Color","value":"02 Red"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"de2414c2-9725-4602-955e-8678390f3fcc","product_id":"940b5836-e8c8-42f7-93b7-ab78946f1860","title":"02 Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"02 Red S-46968091","barcode":"","position":6,"option1":"02 Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3936fee56410801ac11f3bbd32ac079a.jpeg","path":"3936fee56410801ac11f3bbd32ac079a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.55,"min_quantity":1}],"weight":"0","compare_at_price":"37.55","price":"37.55","retail_price":"37.55","available":true,"url":"\/products\/fashion-casual-printed-long-sleeve-elegant-o-neck-loose-rompers-208565364264?variant=de2414c2-9725-4602-955e-8678390f3fcc","available_quantity":999999999,"options":[{"name":"Color","value":"02 Red"},{"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}
`
}()}