${function() {
const variantData = data.variant || {"id":"a42a21f8-246a-43d1-a7da-1a3537589e04","product_id":"6b229961-bc07-4194-98b1-6f8e7d781fb4","title":"01 khaki-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805587153744_01 Khaki_S","barcode":"","position":1,"option1":"01 khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/57e0352ab3159d43a4e52c0a98166696.jpeg","path":"57e0352ab3159d43a4e52c0a98166696.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.39","retail_price":"0","available":true,"url":"\/products\/new-fashion-see-through-mesh-knitted-shirt-mens-top-summer-short-sleeve-sexy-transparent-hollow-out-knit-cardigan-men-streetwear?variant=a42a21f8-246a-43d1-a7da-1a3537589e04","available_quantity":999999999,"options":[{"name":"Color","value":"01 khaki"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":15};
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.
Sku : 3256805587153744_01 Khaki_S
${function(){
const variantData = data.variant || {"id":"a42a21f8-246a-43d1-a7da-1a3537589e04","product_id":"6b229961-bc07-4194-98b1-6f8e7d781fb4","title":"01 khaki-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805587153744_01 Khaki_S","barcode":"","position":1,"option1":"01 khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/57e0352ab3159d43a4e52c0a98166696.jpeg","path":"57e0352ab3159d43a4e52c0a98166696.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.39","retail_price":"0","available":true,"url":"\/products\/new-fashion-see-through-mesh-knitted-shirt-mens-top-summer-short-sleeve-sexy-transparent-hollow-out-knit-cardigan-men-streetwear?variant=a42a21f8-246a-43d1-a7da-1a3537589e04","available_quantity":999999999,"options":[{"name":"Color","value":"01 khaki"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":15};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}