${function() {
const variantData = data.variant || {"id":"e6633889-12f0-41f9-93ee-0fdeda7ff3e0","product_id":"ae566872-ae8b-4aab-a59d-7dfdc1c4fb06","title":"Light Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"BSK334791-LBL00S","barcode":"","position":1,"option1":"Light Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c5beeb5b4e82cdae5e9c4ba6f89b87fd.jpeg","path":"c5beeb5b4e82cdae5e9c4ba6f89b87fd.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"46.99","price":"31.99","retail_price":"46.99","available":true,"url":"\/products\/womens-vintage-floral-short-sleeve-v-neck-lace-stitching-hollow-graphic-top-6?variant=e6633889-12f0-41f9-93ee-0fdeda7ff3e0","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"S"}],"off_ratio":32,"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":"e6633889-12f0-41f9-93ee-0fdeda7ff3e0","product_id":"ae566872-ae8b-4aab-a59d-7dfdc1c4fb06","title":"Light Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"BSK334791-LBL00S","barcode":"","position":1,"option1":"Light Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c5beeb5b4e82cdae5e9c4ba6f89b87fd.jpeg","path":"c5beeb5b4e82cdae5e9c4ba6f89b87fd.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"46.99","price":"31.99","retail_price":"46.99","available":true,"url":"\/products\/womens-vintage-floral-short-sleeve-v-neck-lace-stitching-hollow-graphic-top-6?variant=e6633889-12f0-41f9-93ee-0fdeda7ff3e0","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"S"}],"off_ratio":32,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}