${function() {
const variantData = data.variant || {"id":"4cad66b1-2c7d-43ca-8d11-91d0a0b08864","product_id":"195896f6-54cd-48bc-9886-4537c96511d1","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Beige S-30779750","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2601b8b29d8a0674f31346070bed4981.jpeg","path":"2601b8b29d8a0674f31346070bed4981.jpeg","width":750,"height":752,"alt":"","aspect_ratio":0.9973404255319149},"wholesale_price":[{"price":43.81,"min_quantity":1}],"weight":"0","compare_at_price":"43.81","price":"43.81","retail_price":"43.81","available":true,"url":"\/products\/new-2021-women-summer-dress-4-colors-high-waist-double-breasted-puff-sleeve-casual-lace-up-elegant-long-dress-208529128833?variant=4cad66b1-2c7d-43ca-8d11-91d0a0b08864","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"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":"4cad66b1-2c7d-43ca-8d11-91d0a0b08864","product_id":"195896f6-54cd-48bc-9886-4537c96511d1","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Beige S-30779750","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2601b8b29d8a0674f31346070bed4981.jpeg","path":"2601b8b29d8a0674f31346070bed4981.jpeg","width":750,"height":752,"alt":"","aspect_ratio":0.9973404255319149},"wholesale_price":[{"price":43.81,"min_quantity":1}],"weight":"0","compare_at_price":"43.81","price":"43.81","retail_price":"43.81","available":true,"url":"\/products\/new-2021-women-summer-dress-4-colors-high-waist-double-breasted-puff-sleeve-casual-lace-up-elegant-long-dress-208529128833?variant=4cad66b1-2c7d-43ca-8d11-91d0a0b08864","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"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}
`
}()}