${function() {
const variantData = data.variant || {"id":"9988e290-f0d8-465f-bcf8-429ff5afff08","product_id":"f6afcd71-8ffa-4b77-ab54-02c30b8649e4","title":"Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"ZSYS-23091808-Red-S","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b53ce62cff0831dbab180ffc0154796.jpeg","path":"4b53ce62cff0831dbab180ffc0154796.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.74,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"38.74","retail_price":"0","available":true,"url":"\/products\/retro-black-red-stripe-print-sweatshirt-and-sweatpants?variant=9988e290-f0d8-465f-bcf8-429ff5afff08","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"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.
Sku : ZSYS-23091808-Red-S
${function(){
const variantData = data.variant || {"id":"9988e290-f0d8-465f-bcf8-429ff5afff08","product_id":"f6afcd71-8ffa-4b77-ab54-02c30b8649e4","title":"Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"ZSYS-23091808-Red-S","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b53ce62cff0831dbab180ffc0154796.jpeg","path":"4b53ce62cff0831dbab180ffc0154796.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.74,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"38.74","retail_price":"0","available":true,"url":"\/products\/retro-black-red-stripe-print-sweatshirt-and-sweatpants?variant=9988e290-f0d8-465f-bcf8-429ff5afff08","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"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}
`
}()}