${function() {
const variantData = data.variant || {"id":"ee8c74f1-158c-418b-b55c-a086ff58d714","product_id":"89735ba0-1934-4b98-8f69-8b4e507bdf22","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c3eb3d63f08dba25208945fc26486709.jpeg","path":"c3eb3d63f08dba25208945fc26486709.jpeg","width":740,"height":740,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.4,"min_quantity":1}],"weight":"0","compare_at_price":"89","price":"45.4","retail_price":"89","available":true,"url":"\/products\/elegant-bohemian-inwrought-v-neck-belted-ruffled-dress?variant=ee8c74f1-158c-418b-b55c-a086ff58d714","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":49,"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":"ee8c74f1-158c-418b-b55c-a086ff58d714","product_id":"89735ba0-1934-4b98-8f69-8b4e507bdf22","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c3eb3d63f08dba25208945fc26486709.jpeg","path":"c3eb3d63f08dba25208945fc26486709.jpeg","width":740,"height":740,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.4,"min_quantity":1}],"weight":"0","compare_at_price":"89","price":"45.4","retail_price":"89","available":true,"url":"\/products\/elegant-bohemian-inwrought-v-neck-belted-ruffled-dress?variant=ee8c74f1-158c-418b-b55c-a086ff58d714","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}