${function() {
const variantData = data.variant || {"id":"4d3d7859-d418-4a35-b5be-0cbdc14198be","product_id":"3a4d14e9-3ba3-46c0-9427-6e34386c3c19","title":"Light Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7109281","barcode":"7109281","position":1,"option1":"Light Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d5eb87b3ea7010eb4763f6f75dde0c5b.jpeg","path":"d5eb87b3ea7010eb4763f6f75dde0c5b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.95,"min_quantity":1}],"weight":"0.2","compare_at_price":"34.99","price":"20.95","retail_price":"34.99","available":true,"url":"\/products\/off-the-shoulder-vintage-printed-lace-up-sling-dress?variant=4d3d7859-d418-4a35-b5be-0cbdc14198be","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"s"}],"off_ratio":40,"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 : 7109281
Weight : 0.2kg
Barcode : 7109281
${function(){
const variantData = data.variant || {"id":"4d3d7859-d418-4a35-b5be-0cbdc14198be","product_id":"3a4d14e9-3ba3-46c0-9427-6e34386c3c19","title":"Light Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7109281","barcode":"7109281","position":1,"option1":"Light Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d5eb87b3ea7010eb4763f6f75dde0c5b.jpeg","path":"d5eb87b3ea7010eb4763f6f75dde0c5b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.95,"min_quantity":1}],"weight":"0.2","compare_at_price":"34.99","price":"20.95","retail_price":"34.99","available":true,"url":"\/products\/off-the-shoulder-vintage-printed-lace-up-sling-dress?variant=4d3d7859-d418-4a35-b5be-0cbdc14198be","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"s"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}