${function() {
const variantData = data.variant || {"id":"3df2744d-e0c2-4e63-bf92-c82ffcc18a24","product_id":"90021691-93d8-46bd-8bb6-0614bc4ffb33","title":"white-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4934081","barcode":"","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d1a2d7f51a27eea580f200cad62648e4.jpeg","path":"d1a2d7f51a27eea580f200cad62648e4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.95,"min_quantity":1}],"weight":"0","compare_at_price":"78.99","price":"39.95","retail_price":"78.99","available":true,"url":"\/products\/sexy-floral-v-collar-long-sleeve-fringe-vacation-maxi-dress?variant=3df2744d-e0c2-4e63-bf92-c82ffcc18a24","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":"3df2744d-e0c2-4e63-bf92-c82ffcc18a24","product_id":"90021691-93d8-46bd-8bb6-0614bc4ffb33","title":"white-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4934081","barcode":"","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d1a2d7f51a27eea580f200cad62648e4.jpeg","path":"d1a2d7f51a27eea580f200cad62648e4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.95,"min_quantity":1}],"weight":"0","compare_at_price":"78.99","price":"39.95","retail_price":"78.99","available":true,"url":"\/products\/sexy-floral-v-collar-long-sleeve-fringe-vacation-maxi-dress?variant=3df2744d-e0c2-4e63-bf92-c82ffcc18a24","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}
`
}()}