${function() {
const variantData = data.variant || {"id":"5670b501-6d8e-43be-9e24-a0797a129d4f","product_id":"3c496f0c-c4b1-44ac-805c-20ae542013c4","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Green S-20510154","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5035057b01c005d14a39bf104e2d8548.jpeg","path":"5035057b01c005d14a39bf104e2d8548.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.56,"min_quantity":1}],"weight":"0","compare_at_price":"29.56","price":"29.56","retail_price":"29.56","available":true,"url":"\/products\/summer-new-casual-women-v-neck-cotton-linen-solid-color-fashion-dress-elegant-slim-office-lady-half-sleeves-pocket-short-dresses-208528528962?variant=5670b501-6d8e-43be-9e24-a0797a129d4f","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"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":"5670b501-6d8e-43be-9e24-a0797a129d4f","product_id":"3c496f0c-c4b1-44ac-805c-20ae542013c4","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Green S-20510154","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5035057b01c005d14a39bf104e2d8548.jpeg","path":"5035057b01c005d14a39bf104e2d8548.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.56,"min_quantity":1}],"weight":"0","compare_at_price":"29.56","price":"29.56","retail_price":"29.56","available":true,"url":"\/products\/summer-new-casual-women-v-neck-cotton-linen-solid-color-fashion-dress-elegant-slim-office-lady-half-sleeves-pocket-short-dresses-208528528962?variant=5670b501-6d8e-43be-9e24-a0797a129d4f","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"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}
`
}()}