${function() {
const variantData = data.variant || {"id":"96ff20b1-45ee-48ed-9f42-64ba109de363","product_id":"f6d40bd0-9722-4808-b9da-7c44774fa823","title":"apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027649687","barcode":"","position":1,"option1":"apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eacced9130e40d7e810aa1ede59ab21e.jpeg","path":"eacced9130e40d7e810aa1ede59ab21e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.91,"min_quantity":1}],"weight":"0","compare_at_price":"36.91","price":"36.91","retail_price":"36.91","available":true,"url":"\/products\/autumn-long-sleeve-v-neck-solid-single-breasted-knitted-cardigan-1810?variant=96ff20b1-45ee-48ed-9f42-64ba109de363","available_quantity":1000,"options":[{"name":"Color","value":"apricot"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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":"96ff20b1-45ee-48ed-9f42-64ba109de363","product_id":"f6d40bd0-9722-4808-b9da-7c44774fa823","title":"apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027649687","barcode":"","position":1,"option1":"apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eacced9130e40d7e810aa1ede59ab21e.jpeg","path":"eacced9130e40d7e810aa1ede59ab21e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.91,"min_quantity":1}],"weight":"0","compare_at_price":"36.91","price":"36.91","retail_price":"36.91","available":true,"url":"\/products\/autumn-long-sleeve-v-neck-solid-single-breasted-knitted-cardigan-1810?variant=96ff20b1-45ee-48ed-9f42-64ba109de363","available_quantity":1000,"options":[{"name":"Color","value":"apricot"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}