${function() {
const variantData = data.variant || {"id":"7bbefa7c-69b1-43d0-997e-58fd02e61a23","product_id":"b4ab70f7-2f10-4b06-acbf-74c9cdee03c4","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018105857","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b126ba7f5afd176e4df9c4665cd39ede.jpeg","path":"b126ba7f5afd176e4df9c4665cd39ede.jpeg","width":400,"height":600,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":19.04,"min_quantity":1}],"weight":"0","compare_at_price":"19.04","price":"19.04","retail_price":"19.04","available":true,"url":"\/products\/casual-cotton-blend-crew-neck-dresses-3111?variant=7bbefa7c-69b1-43d0-997e-58fd02e61a23","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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":"7bbefa7c-69b1-43d0-997e-58fd02e61a23","product_id":"b4ab70f7-2f10-4b06-acbf-74c9cdee03c4","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018105857","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b126ba7f5afd176e4df9c4665cd39ede.jpeg","path":"b126ba7f5afd176e4df9c4665cd39ede.jpeg","width":400,"height":600,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":19.04,"min_quantity":1}],"weight":"0","compare_at_price":"19.04","price":"19.04","retail_price":"19.04","available":true,"url":"\/products\/casual-cotton-blend-crew-neck-dresses-3111?variant=7bbefa7c-69b1-43d0-997e-58fd02e61a23","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}