${function() {
const variantData = data.variant || {"id":"cafb9b52-70f0-4540-9919-987f8c3ef092","product_id":"d584bc48-1c98-441e-8e48-b23b3efec438","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow S-17591259","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":19.95,"min_quantity":1}],"weight":"0","compare_at_price":"19.95","price":"19.95","retail_price":"19.95","available":true,"url":"\/products\/s-5xl-plus-size-dress-summer-women-vintage-floral-short-sleeve-midi-dress-loose-beach-casual-dresses-208528550856?variant=cafb9b52-70f0-4540-9919-987f8c3ef092","available_quantity":999999999,"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":"cafb9b52-70f0-4540-9919-987f8c3ef092","product_id":"d584bc48-1c98-441e-8e48-b23b3efec438","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow S-17591259","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":19.95,"min_quantity":1}],"weight":"0","compare_at_price":"19.95","price":"19.95","retail_price":"19.95","available":true,"url":"\/products\/s-5xl-plus-size-dress-summer-women-vintage-floral-short-sleeve-midi-dress-loose-beach-casual-dresses-208528550856?variant=cafb9b52-70f0-4540-9919-987f8c3ef092","available_quantity":999999999,"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}
`
}()}