${function() {
const variantData = data.variant || {"id":"2ab11f22-3f3a-46f9-8e26-90c5e7658331","product_id":"3e492574-9b33-435d-aa75-d018d0aafb29","title":"03 Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"03 Khaki S-46202046","barcode":"","position":13,"option1":"03 Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9855efe427ba0bc937c974bb0b5d7b27.jpeg","path":"9855efe427ba0bc937c974bb0b5d7b27.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.67,"min_quantity":1}],"weight":"0","compare_at_price":"36.67","price":"36.67","retail_price":"36.67","available":true,"url":"\/products\/solid-color-office-ladies-long-sleeve-v-neck-street-loose-vintage-coat-208565267463?variant=2ab11f22-3f3a-46f9-8e26-90c5e7658331","available_quantity":999999999,"options":[{"name":"Color","value":"03 Khaki"},{"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 : 03 Khaki S-46202046
${function(){
const variantData = data.variant || {"id":"2ab11f22-3f3a-46f9-8e26-90c5e7658331","product_id":"3e492574-9b33-435d-aa75-d018d0aafb29","title":"03 Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"03 Khaki S-46202046","barcode":"","position":13,"option1":"03 Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9855efe427ba0bc937c974bb0b5d7b27.jpeg","path":"9855efe427ba0bc937c974bb0b5d7b27.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.67,"min_quantity":1}],"weight":"0","compare_at_price":"36.67","price":"36.67","retail_price":"36.67","available":true,"url":"\/products\/solid-color-office-ladies-long-sleeve-v-neck-street-loose-vintage-coat-208565267463?variant=2ab11f22-3f3a-46f9-8e26-90c5e7658331","available_quantity":999999999,"options":[{"name":"Color","value":"03 Khaki"},{"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}
`
}()}