${function() {
const variantData = data.variant || {"id":"ce35e296-b1f1-4342-8fc6-96cff16ef173","product_id":"a75e9b06-1762-44f5-8e4c-3069b4e51acc","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017446207","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/58d68ec2c95c086f91cf6ab37b3a3d08.jpeg","path":"58d68ec2c95c086f91cf6ab37b3a3d08.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":28.69,"min_quantity":1}],"weight":"0","compare_at_price":"28.69","price":"28.69","retail_price":"28.69","available":true,"url":"\/products\/navy-blue-floral-print-sleeveless-ruched-shirts-tops-7414?variant=ce35e296-b1f1-4342-8fc6-96cff16ef173","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":"ce35e296-b1f1-4342-8fc6-96cff16ef173","product_id":"a75e9b06-1762-44f5-8e4c-3069b4e51acc","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017446207","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/58d68ec2c95c086f91cf6ab37b3a3d08.jpeg","path":"58d68ec2c95c086f91cf6ab37b3a3d08.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":28.69,"min_quantity":1}],"weight":"0","compare_at_price":"28.69","price":"28.69","retail_price":"28.69","available":true,"url":"\/products\/navy-blue-floral-print-sleeveless-ruched-shirts-tops-7414?variant=ce35e296-b1f1-4342-8fc6-96cff16ef173","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}
`
}()}