${function() {
const variantData = data.variant || {"id":"bb58b309-d717-42e4-9134-ea1ccda450df","product_id":"d1653745-942a-42d0-b2f1-42464d68c0f2","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/76cc448d30545ff1d63cd1625abb192e.jpeg","path":"76cc448d30545ff1d63cd1625abb192e.jpeg","width":540,"height":720,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26,"min_quantity":1}],"weight":"0","compare_at_price":"85.89","price":"26","retail_price":"85.89","available":true,"url":"\/products\/oversized-striped-round-neck-pocket-maxi-dresses?variant=bb58b309-d717-42e4-9134-ea1ccda450df","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":70,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"bb58b309-d717-42e4-9134-ea1ccda450df","product_id":"d1653745-942a-42d0-b2f1-42464d68c0f2","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/76cc448d30545ff1d63cd1625abb192e.jpeg","path":"76cc448d30545ff1d63cd1625abb192e.jpeg","width":540,"height":720,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26,"min_quantity":1}],"weight":"0","compare_at_price":"85.89","price":"26","retail_price":"85.89","available":true,"url":"\/products\/oversized-striped-round-neck-pocket-maxi-dresses?variant=bb58b309-d717-42e4-9134-ea1ccda450df","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":70,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}