${function() {
const variantData = data.variant || {"id":"f9d0a8f4-459d-49a8-a27e-c8cebe342a78","product_id":"4b5c9a00-a722-4539-880f-f3b84f5ce7c8","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017203491","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9aeed19012a5ecc1eab480fe2968f753.jpeg","path":"9aeed19012a5ecc1eab480fe2968f753.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.23,"min_quantity":1}],"weight":"0","compare_at_price":"24.23","price":"24.23","retail_price":"24.23","available":true,"url":"\/products\/women-casual-temperament-lapel-linen-cotton-dress-2143?variant=f9d0a8f4-459d-49a8-a27e-c8cebe342a78","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":"f9d0a8f4-459d-49a8-a27e-c8cebe342a78","product_id":"4b5c9a00-a722-4539-880f-f3b84f5ce7c8","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017203491","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9aeed19012a5ecc1eab480fe2968f753.jpeg","path":"9aeed19012a5ecc1eab480fe2968f753.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.23,"min_quantity":1}],"weight":"0","compare_at_price":"24.23","price":"24.23","retail_price":"24.23","available":true,"url":"\/products\/women-casual-temperament-lapel-linen-cotton-dress-2143?variant=f9d0a8f4-459d-49a8-a27e-c8cebe342a78","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}
`
}()}