${function() {
const variantData = data.variant || {"id":"6fffde1d-c925-4e1f-b5f5-debd680b3d31","product_id":"f2cdcecd-12d6-4f5c-afd4-32d1473c569b","title":"black dress-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018012964","barcode":"","position":1,"option1":"black dress","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e86fa537047971de633f49281e67696a.webp","path":"e86fa537047971de633f49281e67696a.webp","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.06,"min_quantity":1}],"weight":"0","compare_at_price":"22.06","price":"22.06","retail_price":"22.06","available":true,"url":"\/products\/irregular-beach-style-loose-casual-fold-drape-dress-8817?variant=6fffde1d-c925-4e1f-b5f5-debd680b3d31","available_quantity":1000,"options":[{"name":"Color","value":"black dress"},{"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":"6fffde1d-c925-4e1f-b5f5-debd680b3d31","product_id":"f2cdcecd-12d6-4f5c-afd4-32d1473c569b","title":"black dress-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018012964","barcode":"","position":1,"option1":"black dress","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e86fa537047971de633f49281e67696a.webp","path":"e86fa537047971de633f49281e67696a.webp","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.06,"min_quantity":1}],"weight":"0","compare_at_price":"22.06","price":"22.06","retail_price":"22.06","available":true,"url":"\/products\/irregular-beach-style-loose-casual-fold-drape-dress-8817?variant=6fffde1d-c925-4e1f-b5f5-debd680b3d31","available_quantity":1000,"options":[{"name":"Color","value":"black dress"},{"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}
`
}()}