${function() {
const variantData = data.variant || {"id":"6f4b437f-07ee-47ba-9c4b-79a85d328435","product_id":"aa742114-e29d-4d71-a729-c5e0d515ce5d","title":"02 Brown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"02 Brown S-46201968","barcode":"","position":9,"option1":"02 Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ef17f04427871b14d30a1b3e30e2c06.jpeg","path":"7ef17f04427871b14d30a1b3e30e2c06.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=6f4b437f-07ee-47ba-9c4b-79a85d328435","available_quantity":999999999,"options":[{"name":"Color","value":"02 Brown"},{"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.
Sku : 02 Brown S-46201968
${function(){
const variantData = data.variant || {"id":"6f4b437f-07ee-47ba-9c4b-79a85d328435","product_id":"aa742114-e29d-4d71-a729-c5e0d515ce5d","title":"02 Brown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"02 Brown S-46201968","barcode":"","position":9,"option1":"02 Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ef17f04427871b14d30a1b3e30e2c06.jpeg","path":"7ef17f04427871b14d30a1b3e30e2c06.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=6f4b437f-07ee-47ba-9c4b-79a85d328435","available_quantity":999999999,"options":[{"name":"Color","value":"02 Brown"},{"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}
`
}()}