${function() {
const variantData = data.variant || {"id":"9b4d1d40-afb4-49ee-bad0-662e4624e987","product_id":"e4b72be0-78c9-42d2-a978-859a8ad6ec32","title":"Red-US6","weight_unit":"kg","inventory_quantity":999,"sku":"T0039-Red-US6","barcode":"","position":1,"option1":"Red","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f953b3fd45ec4fdcd60bb7c59d7f65c0.jpeg","path":"f953b3fd45ec4fdcd60bb7c59d7f65c0.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":29.98,"min_quantity":1}],"weight":"0.25","compare_at_price":"75.95","price":"29.98","retail_price":"75.95","available":true,"url":"\/products\/women-v-neck-vintage-printed-short-sleeve-summer-mini-dress?variant=9b4d1d40-afb4-49ee-bad0-662e4624e987","available_quantity":999999999,"options":[{"name":"color","value":"Red"},{"name":"size","value":"US6"}],"off_ratio":61,"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 : T0039-Red-US6
Weight : 0.25kg
${function(){
const variantData = data.variant || {"id":"9b4d1d40-afb4-49ee-bad0-662e4624e987","product_id":"e4b72be0-78c9-42d2-a978-859a8ad6ec32","title":"Red-US6","weight_unit":"kg","inventory_quantity":999,"sku":"T0039-Red-US6","barcode":"","position":1,"option1":"Red","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f953b3fd45ec4fdcd60bb7c59d7f65c0.jpeg","path":"f953b3fd45ec4fdcd60bb7c59d7f65c0.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":29.98,"min_quantity":1}],"weight":"0.25","compare_at_price":"75.95","price":"29.98","retail_price":"75.95","available":true,"url":"\/products\/women-v-neck-vintage-printed-short-sleeve-summer-mini-dress?variant=9b4d1d40-afb4-49ee-bad0-662e4624e987","available_quantity":999999999,"options":[{"name":"color","value":"Red"},{"name":"size","value":"US6"}],"off_ratio":61,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}