${function() {
const variantData = data.variant || {"id":"a6fab36a-f681-4773-bb0e-91f7403dcb83","product_id":"b91c4fc1-ced4-428d-9102-938c2ac36ab6","title":"yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018139886","barcode":"","position":1,"option1":"yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e196165307a205a9a247a2e80f67e83.jpeg","path":"9e196165307a205a9a247a2e80f67e83.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":30.17,"min_quantity":1}],"weight":"0","compare_at_price":"30.17","price":"30.17","retail_price":"30.17","available":true,"url":"\/products\/yellow-simple-long-sleeve-dresses-9731?variant=a6fab36a-f681-4773-bb0e-91f7403dcb83","available_quantity":1000,"options":[{"name":"Color","value":"yellow"},{"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":"a6fab36a-f681-4773-bb0e-91f7403dcb83","product_id":"b91c4fc1-ced4-428d-9102-938c2ac36ab6","title":"yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018139886","barcode":"","position":1,"option1":"yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e196165307a205a9a247a2e80f67e83.jpeg","path":"9e196165307a205a9a247a2e80f67e83.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":30.17,"min_quantity":1}],"weight":"0","compare_at_price":"30.17","price":"30.17","retail_price":"30.17","available":true,"url":"\/products\/yellow-simple-long-sleeve-dresses-9731?variant=a6fab36a-f681-4773-bb0e-91f7403dcb83","available_quantity":1000,"options":[{"name":"Color","value":"yellow"},{"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}
`
}()}