${function() {
const variantData = data.variant || {"id":"cad89516-6341-42e4-96e9-1999f4283777","product_id":"99bcc35e-d51f-4719-b4dc-6c6222b0e572","title":"Apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027651256","barcode":"","position":1,"option1":"Apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9bcd5d04981f2ef2bcf3cd13fd430ae4.jpeg","path":"9bcd5d04981f2ef2bcf3cd13fd430ae4.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.89,"min_quantity":1}],"weight":"0","compare_at_price":"39.89","price":"39.89","retail_price":"39.89","available":true,"url":"\/products\/women-chic-double-layer-ruffles-long-sleeve-knit-elegant-pullovers-6461?variant=cad89516-6341-42e4-96e9-1999f4283777","available_quantity":1000,"options":[{"name":"Color","value":"Apricot"},{"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":"cad89516-6341-42e4-96e9-1999f4283777","product_id":"99bcc35e-d51f-4719-b4dc-6c6222b0e572","title":"Apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027651256","barcode":"","position":1,"option1":"Apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9bcd5d04981f2ef2bcf3cd13fd430ae4.jpeg","path":"9bcd5d04981f2ef2bcf3cd13fd430ae4.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.89,"min_quantity":1}],"weight":"0","compare_at_price":"39.89","price":"39.89","retail_price":"39.89","available":true,"url":"\/products\/women-chic-double-layer-ruffles-long-sleeve-knit-elegant-pullovers-6461?variant=cad89516-6341-42e4-96e9-1999f4283777","available_quantity":1000,"options":[{"name":"Color","value":"Apricot"},{"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}
`
}()}