${function() {
const variantData = data.variant || {"id":"5c8a9e43-2ea5-4b6c-9381-b6f14f0989b7","product_id":"52771fca-8110-4240-b787-bd5011d0b68f","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017450585","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6191d45f62d11ecce8d89485eb3953c3.jpeg","path":"6191d45f62d11ecce8d89485eb3953c3.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":29.45,"min_quantity":1}],"weight":"0","compare_at_price":"29.45","price":"29.45","retail_price":"29.45","available":true,"url":"\/products\/holiday-shift-paneled-crew-neck-dresses-6629?variant=5c8a9e43-2ea5-4b6c-9381-b6f14f0989b7","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":"5c8a9e43-2ea5-4b6c-9381-b6f14f0989b7","product_id":"52771fca-8110-4240-b787-bd5011d0b68f","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017450585","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6191d45f62d11ecce8d89485eb3953c3.jpeg","path":"6191d45f62d11ecce8d89485eb3953c3.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":29.45,"min_quantity":1}],"weight":"0","compare_at_price":"29.45","price":"29.45","retail_price":"29.45","available":true,"url":"\/products\/holiday-shift-paneled-crew-neck-dresses-6629?variant=5c8a9e43-2ea5-4b6c-9381-b6f14f0989b7","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}
`
}()}