${function() {
const variantData = data.variant || {"id":"4f8ff4e8-ab69-4998-ad72-691604e56af4","product_id":"e9d12c38-09d3-4ed1-96fb-f33dc009f625","title":"S-Green","weight_unit":"kg","inventory_quantity":999,"sku":"W80756GR-S","barcode":"","position":1,"option1":"S","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/780b21661aa84bdd3e70e41aa6fc649b.jpeg","path":"780b21661aa84bdd3e70e41aa6fc649b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.28","compare_at_price":"43.99","price":"23.99","retail_price":"43.99","available":true,"url":"\/products\/one-shoulder-slim-sequin-evening-dress?variant=4f8ff4e8-ab69-4998-ad72-691604e56af4","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Green"}],"off_ratio":45,"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.
Sku : W80756GR-S
Weight : 0.28kg
${function(){
const variantData = data.variant || {"id":"4f8ff4e8-ab69-4998-ad72-691604e56af4","product_id":"e9d12c38-09d3-4ed1-96fb-f33dc009f625","title":"S-Green","weight_unit":"kg","inventory_quantity":999,"sku":"W80756GR-S","barcode":"","position":1,"option1":"S","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/780b21661aa84bdd3e70e41aa6fc649b.jpeg","path":"780b21661aa84bdd3e70e41aa6fc649b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.28","compare_at_price":"43.99","price":"23.99","retail_price":"43.99","available":true,"url":"\/products\/one-shoulder-slim-sequin-evening-dress?variant=4f8ff4e8-ab69-4998-ad72-691604e56af4","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Green"}],"off_ratio":45,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}