${function() {
const variantData = data.variant || {"id":"e971e065-9098-4a1c-b25c-78666890f065","product_id":"5dd1ee39-6df4-4dda-a7ed-2ce0c0ff9dfc","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017923080","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/258da8d9c5eadb28d1d4461239936fa0.jpeg","path":"258da8d9c5eadb28d1d4461239936fa0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.92,"min_quantity":1}],"weight":"0","compare_at_price":"34.92","price":"34.92","retail_price":"34.92","available":true,"url":"\/products\/womens-solid-o-neck-short-sleeve-casual-dress-8209?variant=e971e065-9098-4a1c-b25c-78666890f065","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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":"e971e065-9098-4a1c-b25c-78666890f065","product_id":"5dd1ee39-6df4-4dda-a7ed-2ce0c0ff9dfc","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017923080","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/258da8d9c5eadb28d1d4461239936fa0.jpeg","path":"258da8d9c5eadb28d1d4461239936fa0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.92,"min_quantity":1}],"weight":"0","compare_at_price":"34.92","price":"34.92","retail_price":"34.92","available":true,"url":"\/products\/womens-solid-o-neck-short-sleeve-casual-dress-8209?variant=e971e065-9098-4a1c-b25c-78666890f065","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}