${function() {
const variantData = data.variant || {"id":"15df0748-06f9-423e-ae56-0cfcf889c3f2","product_id":"a152c1e3-8e13-45d7-b85d-cec249125ad0","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017180722","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e84a3c94b919d3cba4f578776d76fc52.jpeg","path":"e84a3c94b919d3cba4f578776d76fc52.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.85,"min_quantity":1}],"weight":"0","compare_at_price":"27.85","price":"27.85","retail_price":"27.85","available":true,"url":"\/products\/vintage-casual-cotton-elegant-short-sleeve-high-waist-mini-dress-7208?variant=15df0748-06f9-423e-ae56-0cfcf889c3f2","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":"15df0748-06f9-423e-ae56-0cfcf889c3f2","product_id":"a152c1e3-8e13-45d7-b85d-cec249125ad0","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017180722","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e84a3c94b919d3cba4f578776d76fc52.jpeg","path":"e84a3c94b919d3cba4f578776d76fc52.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.85,"min_quantity":1}],"weight":"0","compare_at_price":"27.85","price":"27.85","retail_price":"27.85","available":true,"url":"\/products\/vintage-casual-cotton-elegant-short-sleeve-high-waist-mini-dress-7208?variant=15df0748-06f9-423e-ae56-0cfcf889c3f2","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}
`
}()}