${function() {
const variantData = data.variant || {"id":"90b6c6f3-2e8b-4363-9957-9b0aef700354","product_id":"4f9c01a8-b11c-47a6-9dfe-0439ac08fc54","title":"Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"DOD350909-RED00S","barcode":"","position":9,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/59e18686484732debb5e8021f416fdf8.jpeg","path":"59e18686484732debb5e8021f416fdf8.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.99","price":"38.99","retail_price":"58.99","available":true,"url":"\/products\/new-fashion-long-sleeved-temperament-bubble-sleeve-pure-color-dress?variant=90b6c6f3-2e8b-4363-9957-9b0aef700354","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":34,"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":"90b6c6f3-2e8b-4363-9957-9b0aef700354","product_id":"4f9c01a8-b11c-47a6-9dfe-0439ac08fc54","title":"Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"DOD350909-RED00S","barcode":"","position":9,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/59e18686484732debb5e8021f416fdf8.jpeg","path":"59e18686484732debb5e8021f416fdf8.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.99","price":"38.99","retail_price":"58.99","available":true,"url":"\/products\/new-fashion-long-sleeved-temperament-bubble-sleeve-pure-color-dress?variant=90b6c6f3-2e8b-4363-9957-9b0aef700354","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":34,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}