${function() {
const variantData = data.variant || {"id":"3ba6e7a4-f16e-40a0-be46-dd7d791313f1","product_id":"aa742114-e29d-4d71-a729-c5e0d515ce5d","title":"01 Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Red S-46201960","barcode":"","position":1,"option1":"01 Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/305434c6cc36f72ee8b2598681284574.jpeg","path":"305434c6cc36f72ee8b2598681284574.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.22,"min_quantity":1}],"weight":"0","compare_at_price":"37.22","price":"37.22","retail_price":"37.22","available":true,"url":"\/products\/womens-fashion-straight-loungewear-lapel-full-sleeve-solid-color-vintage-pocket-trench-coats-208565180010?variant=3ba6e7a4-f16e-40a0-be46-dd7d791313f1","available_quantity":999999999,"options":[{"name":"Color","value":"01 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":"3ba6e7a4-f16e-40a0-be46-dd7d791313f1","product_id":"aa742114-e29d-4d71-a729-c5e0d515ce5d","title":"01 Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Red S-46201960","barcode":"","position":1,"option1":"01 Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/305434c6cc36f72ee8b2598681284574.jpeg","path":"305434c6cc36f72ee8b2598681284574.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.22,"min_quantity":1}],"weight":"0","compare_at_price":"37.22","price":"37.22","retail_price":"37.22","available":true,"url":"\/products\/womens-fashion-straight-loungewear-lapel-full-sleeve-solid-color-vintage-pocket-trench-coats-208565180010?variant=3ba6e7a4-f16e-40a0-be46-dd7d791313f1","available_quantity":999999999,"options":[{"name":"Color","value":"01 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}
`
}()}