${function() {
const variantData = data.variant || {"id":"251caef2-944c-478e-b4ec-de1f86b123a3","product_id":"25a440ce-de1e-4c4c-8ed1-80fc4006ca5b","title":"lightgreen-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018140552","barcode":"","position":1,"option1":"lightgreen","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1260406a3fbdd96ef9659ec4b3a8383.jpeg","path":"f1260406a3fbdd96ef9659ec4b3a8383.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":23.23,"min_quantity":1}],"weight":"0","compare_at_price":"23.23","price":"23.23","retail_price":"23.23","available":true,"url":"\/products\/lightgreen-holiday-round-neck-cotton-solid-dresses-2745?variant=251caef2-944c-478e-b4ec-de1f86b123a3","available_quantity":1000,"options":[{"name":"Color","value":"lightgreen"},{"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":"251caef2-944c-478e-b4ec-de1f86b123a3","product_id":"25a440ce-de1e-4c4c-8ed1-80fc4006ca5b","title":"lightgreen-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018140552","barcode":"","position":1,"option1":"lightgreen","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1260406a3fbdd96ef9659ec4b3a8383.jpeg","path":"f1260406a3fbdd96ef9659ec4b3a8383.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":23.23,"min_quantity":1}],"weight":"0","compare_at_price":"23.23","price":"23.23","retail_price":"23.23","available":true,"url":"\/products\/lightgreen-holiday-round-neck-cotton-solid-dresses-2745?variant=251caef2-944c-478e-b4ec-de1f86b123a3","available_quantity":1000,"options":[{"name":"Color","value":"lightgreen"},{"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}
`
}()}