${function() {
const variantData = data.variant || {"id":"c3ebe6b6-bed5-4469-9844-16a7f8d7187e","product_id":"95689f36-f1e1-4baf-9bc3-0e6b6082a82d","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017263385","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/419dfa08853f627666b25d66182c5c7b.jpeg","path":"419dfa08853f627666b25d66182c5c7b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.37,"min_quantity":1}],"weight":"0","compare_at_price":"21.37","price":"21.37","retail_price":"21.37","available":true,"url":"\/products\/elegant-women-dresses-casual-solid-half-sleeve-pocket-shirt-dress-women-clothes-loose-dress-7265?variant=c3ebe6b6-bed5-4469-9844-16a7f8d7187e","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":"c3ebe6b6-bed5-4469-9844-16a7f8d7187e","product_id":"95689f36-f1e1-4baf-9bc3-0e6b6082a82d","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017263385","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/419dfa08853f627666b25d66182c5c7b.jpeg","path":"419dfa08853f627666b25d66182c5c7b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.37,"min_quantity":1}],"weight":"0","compare_at_price":"21.37","price":"21.37","retail_price":"21.37","available":true,"url":"\/products\/elegant-women-dresses-casual-solid-half-sleeve-pocket-shirt-dress-women-clothes-loose-dress-7265?variant=c3ebe6b6-bed5-4469-9844-16a7f8d7187e","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}
`
}()}