${function() {
const variantData = data.variant || {"id":"e6fca624-a828-40ec-b985-1b9e20789f48","product_id":"44a65fb6-778c-4570-8679-5c1b1a8e94e4","title":"Blue-L","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017186550","barcode":"","position":1,"option1":"Blue","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cc97b4a59adef3a1769a8d1461dd4cc5.jpeg","path":"cc97b4a59adef3a1769a8d1461dd4cc5.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.86,"min_quantity":1}],"weight":"0","compare_at_price":"36.86","price":"36.86","retail_price":"36.86","available":true,"url":"\/products\/fashion-plaid-artistic-round-neck-waist-slim-sleeveless-drawstring-linen-cotton-dress-7547?variant=e6fca624-a828-40ec-b985-1b9e20789f48","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"L"}],"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":"e6fca624-a828-40ec-b985-1b9e20789f48","product_id":"44a65fb6-778c-4570-8679-5c1b1a8e94e4","title":"Blue-L","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017186550","barcode":"","position":1,"option1":"Blue","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cc97b4a59adef3a1769a8d1461dd4cc5.jpeg","path":"cc97b4a59adef3a1769a8d1461dd4cc5.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.86,"min_quantity":1}],"weight":"0","compare_at_price":"36.86","price":"36.86","retail_price":"36.86","available":true,"url":"\/products\/fashion-plaid-artistic-round-neck-waist-slim-sleeveless-drawstring-linen-cotton-dress-7547?variant=e6fca624-a828-40ec-b985-1b9e20789f48","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}