${function() {
const variantData = data.variant || {"id":"f0b072bb-05c0-4d13-a20a-9b0a530fefbc","product_id":"9e56ea74-dcf8-416b-9e1a-4d3844e52a6a","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018360999","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6971afa7e12abd37aac3bef803b705d0.jpeg","path":"6971afa7e12abd37aac3bef803b705d0.jpeg","width":1401,"height":1752,"alt":"","aspect_ratio":0.7996575342465754},"wholesale_price":[{"price":41.93,"min_quantity":1}],"weight":"0","compare_at_price":"41.93","price":"41.93","retail_price":"41.93","available":true,"url":"\/products\/women-green-yellow-sleeveless-dresses-9668?variant=f0b072bb-05c0-4d13-a20a-9b0a530fefbc","available_quantity":1000,"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":"f0b072bb-05c0-4d13-a20a-9b0a530fefbc","product_id":"9e56ea74-dcf8-416b-9e1a-4d3844e52a6a","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018360999","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6971afa7e12abd37aac3bef803b705d0.jpeg","path":"6971afa7e12abd37aac3bef803b705d0.jpeg","width":1401,"height":1752,"alt":"","aspect_ratio":0.7996575342465754},"wholesale_price":[{"price":41.93,"min_quantity":1}],"weight":"0","compare_at_price":"41.93","price":"41.93","retail_price":"41.93","available":true,"url":"\/products\/women-green-yellow-sleeveless-dresses-9668?variant=f0b072bb-05c0-4d13-a20a-9b0a530fefbc","available_quantity":1000,"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}
`
}()}