${function() {
const variantData = data.variant || {"id":"84e0fb90-23fe-4ac3-b382-88f6b1d9e58d","product_id":"d032e237-2a9f-43ec-be95-734a77f64a29","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018365720","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/650641f62633dd2324a0f5475497052c.jpeg","path":"650641f62633dd2324a0f5475497052c.jpeg","width":736,"height":981,"alt":"","aspect_ratio":0.7502548419979612},"wholesale_price":[{"price":30.44,"min_quantity":1}],"weight":"0","compare_at_price":"30.44","price":"30.44","retail_price":"30.44","available":true,"url":"\/products\/floral-cotton-blend-short-sleeve-dresses-6208?variant=84e0fb90-23fe-4ac3-b382-88f6b1d9e58d","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"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":"84e0fb90-23fe-4ac3-b382-88f6b1d9e58d","product_id":"d032e237-2a9f-43ec-be95-734a77f64a29","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018365720","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/650641f62633dd2324a0f5475497052c.jpeg","path":"650641f62633dd2324a0f5475497052c.jpeg","width":736,"height":981,"alt":"","aspect_ratio":0.7502548419979612},"wholesale_price":[{"price":30.44,"min_quantity":1}],"weight":"0","compare_at_price":"30.44","price":"30.44","retail_price":"30.44","available":true,"url":"\/products\/floral-cotton-blend-short-sleeve-dresses-6208?variant=84e0fb90-23fe-4ac3-b382-88f6b1d9e58d","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"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}
`
}()}