${function() {
const variantData = data.variant || {"id":"a3e586ca-bbab-4675-9e61-81f597977581","product_id":"e79044e3-0495-4f33-bf2d-ea3472da1c0a","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017174947","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15d89a0ef9fecdbc29e6b363c7d9ec83.jpeg","path":"15d89a0ef9fecdbc29e6b363c7d9ec83.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.87,"min_quantity":1}],"weight":"0","compare_at_price":"26.87","price":"26.87","retail_price":"26.87","available":true,"url":"\/products\/women-vintage-cotton-linen-oversize-solid-casual-fashion-dress-9410?variant=a3e586ca-bbab-4675-9e61-81f597977581","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":"a3e586ca-bbab-4675-9e61-81f597977581","product_id":"e79044e3-0495-4f33-bf2d-ea3472da1c0a","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017174947","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15d89a0ef9fecdbc29e6b363c7d9ec83.jpeg","path":"15d89a0ef9fecdbc29e6b363c7d9ec83.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.87,"min_quantity":1}],"weight":"0","compare_at_price":"26.87","price":"26.87","retail_price":"26.87","available":true,"url":"\/products\/women-vintage-cotton-linen-oversize-solid-casual-fashion-dress-9410?variant=a3e586ca-bbab-4675-9e61-81f597977581","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}
`
}()}