${function() {
const variantData = data.variant || {"id":"846d559e-d3f4-4f58-bdda-08796857ca57","product_id":"ebff4fae-c55f-4bc7-9737-f47f6159ee87","title":"beige-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017425464","barcode":"","position":1,"option1":"beige","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ba652f903a0cb608797ec8ae5d6eaafd.jpeg","path":"ba652f903a0cb608797ec8ae5d6eaafd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36,"min_quantity":1}],"weight":"0","compare_at_price":"36","price":"36","retail_price":"36","available":true,"url":"\/products\/round-neck-linen-and-cotton-pocket-pullover-loose-long-dress-1250?variant=846d559e-d3f4-4f58-bdda-08796857ca57","available_quantity":1000,"options":[{"name":"Color","value":"beige"},{"name":"Size","value":"One Size"}],"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":"846d559e-d3f4-4f58-bdda-08796857ca57","product_id":"ebff4fae-c55f-4bc7-9737-f47f6159ee87","title":"beige-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017425464","barcode":"","position":1,"option1":"beige","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ba652f903a0cb608797ec8ae5d6eaafd.jpeg","path":"ba652f903a0cb608797ec8ae5d6eaafd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36,"min_quantity":1}],"weight":"0","compare_at_price":"36","price":"36","retail_price":"36","available":true,"url":"\/products\/round-neck-linen-and-cotton-pocket-pullover-loose-long-dress-1250?variant=846d559e-d3f4-4f58-bdda-08796857ca57","available_quantity":1000,"options":[{"name":"Color","value":"beige"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}