${function() {
const variantData = data.variant || {"id":"02aa199d-b394-4265-9f81-8ccf8d600d1e","product_id":"0a5e93fc-22c7-4c38-9741-9b35a1d01e86","title":"A-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017431981","barcode":"","position":1,"option1":"A","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2baab8750e2fe23884aced4cee97b8ff.jpeg","path":"2baab8750e2fe23884aced4cee97b8ff.jpeg","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.45,"min_quantity":1}],"weight":"0","compare_at_price":"25.45","price":"25.45","retail_price":"25.45","available":true,"url":"\/products\/the-fashion-embroidered-crew-neck-short-sleeve-denim-dress-7467?variant=02aa199d-b394-4265-9f81-8ccf8d600d1e","available_quantity":1000,"options":[{"name":"Color","value":"A"},{"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":"02aa199d-b394-4265-9f81-8ccf8d600d1e","product_id":"0a5e93fc-22c7-4c38-9741-9b35a1d01e86","title":"A-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017431981","barcode":"","position":1,"option1":"A","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2baab8750e2fe23884aced4cee97b8ff.jpeg","path":"2baab8750e2fe23884aced4cee97b8ff.jpeg","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.45,"min_quantity":1}],"weight":"0","compare_at_price":"25.45","price":"25.45","retail_price":"25.45","available":true,"url":"\/products\/the-fashion-embroidered-crew-neck-short-sleeve-denim-dress-7467?variant=02aa199d-b394-4265-9f81-8ccf8d600d1e","available_quantity":1000,"options":[{"name":"Color","value":"A"},{"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}
`
}()}