${function() {
const variantData = data.variant || {"id":"1d3f1f42-2e1e-4c4f-99a2-752e1d610bd4","product_id":"1a2c8630-da5f-46f9-a0f8-8677cdeab34e","title":"white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"white S-48606522","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5288adb82c5e09c4cbb60d9115d57663.png","path":"5288adb82c5e09c4cbb60d9115d57663.png","width":800,"height":1067,"alt":"","aspect_ratio":0.7497656982193065},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/loose-type-stylish-floral-print-short-sleeve-dress-208528436589?variant=1d3f1f42-2e1e-4c4f-99a2-752e1d610bd4","available_quantity":999999999,"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":"1d3f1f42-2e1e-4c4f-99a2-752e1d610bd4","product_id":"1a2c8630-da5f-46f9-a0f8-8677cdeab34e","title":"white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"white S-48606522","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5288adb82c5e09c4cbb60d9115d57663.png","path":"5288adb82c5e09c4cbb60d9115d57663.png","width":800,"height":1067,"alt":"","aspect_ratio":0.7497656982193065},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/loose-type-stylish-floral-print-short-sleeve-dress-208528436589?variant=1d3f1f42-2e1e-4c4f-99a2-752e1d610bd4","available_quantity":999999999,"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}
`
}()}