${function() {
const variantData = data.variant || {"id":"ef941f76-c792-4771-bbf2-c6f97660c566","product_id":"d7c5265b-55d1-4886-ad34-3a802d71af5c","title":"S-Blue","weight_unit":"kg","inventory_quantity":999,"sku":"W92515BL-S","barcode":"","position":1,"option1":"S","option2":"Blue","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7d3bcdb16e8ede5cf5789273890b378.jpeg","path":"b7d3bcdb16e8ede5cf5789273890b378.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0.33","compare_at_price":"53.99","price":"33.99","retail_price":"53.99","available":true,"url":"\/products\/sexy-temperament-striped-solid-color-dress?variant=ef941f76-c792-4771-bbf2-c6f97660c566","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Blue"}],"off_ratio":37,"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 : W92515BL-S
Weight : 0.33kg
${function(){
const variantData = data.variant || {"id":"ef941f76-c792-4771-bbf2-c6f97660c566","product_id":"d7c5265b-55d1-4886-ad34-3a802d71af5c","title":"S-Blue","weight_unit":"kg","inventory_quantity":999,"sku":"W92515BL-S","barcode":"","position":1,"option1":"S","option2":"Blue","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7d3bcdb16e8ede5cf5789273890b378.jpeg","path":"b7d3bcdb16e8ede5cf5789273890b378.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0.33","compare_at_price":"53.99","price":"33.99","retail_price":"53.99","available":true,"url":"\/products\/sexy-temperament-striped-solid-color-dress?variant=ef941f76-c792-4771-bbf2-c6f97660c566","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Blue"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}