${function() {
const variantData = data.variant || {"id":"e4b6e716-cf08-4e03-9b64-19c89f8772b9","product_id":"0fc3c781-8658-40b6-9cd9-1ee402fb5ac1","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017199419","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5d3a6f7c760969e9c43490d845df7119.jpeg","path":"5d3a6f7c760969e9c43490d845df7119.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.6,"min_quantity":1}],"weight":"0","compare_at_price":"32.6","price":"32.6","retail_price":"32.6","available":true,"url":"\/products\/solid-color-fashion-lantern-sleeve-loose-cotton-linen-retro-pocket-dress-3935?variant=e4b6e716-cf08-4e03-9b64-19c89f8772b9","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":"e4b6e716-cf08-4e03-9b64-19c89f8772b9","product_id":"0fc3c781-8658-40b6-9cd9-1ee402fb5ac1","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017199419","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5d3a6f7c760969e9c43490d845df7119.jpeg","path":"5d3a6f7c760969e9c43490d845df7119.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.6,"min_quantity":1}],"weight":"0","compare_at_price":"32.6","price":"32.6","retail_price":"32.6","available":true,"url":"\/products\/solid-color-fashion-lantern-sleeve-loose-cotton-linen-retro-pocket-dress-3935?variant=e4b6e716-cf08-4e03-9b64-19c89f8772b9","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}
`
}()}