${function() {
const variantData = data.variant || {"id":"f33d31a9-1450-49fb-a612-e5286916f64b","product_id":"47e16614-440e-442d-8cd3-493aa7d7ec77","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"HY1404-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/100c107d4fc80322eaf395abf4de70df.jpeg","path":"100c107d4fc80322eaf395abf4de70df.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.24","price":"24.99","retail_price":"33.24","available":true,"url":"\/products\/womens-leave-me-alone-im-only-speaking-to-my-horse-today-print-v-neck-long-sleeve-top-8dsp?variant=f33d31a9-1450-49fb-a612-e5286916f64b","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":1};
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":"f33d31a9-1450-49fb-a612-e5286916f64b","product_id":"47e16614-440e-442d-8cd3-493aa7d7ec77","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"HY1404-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/100c107d4fc80322eaf395abf4de70df.jpeg","path":"100c107d4fc80322eaf395abf4de70df.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.24","price":"24.99","retail_price":"33.24","available":true,"url":"\/products\/womens-leave-me-alone-im-only-speaking-to-my-horse-today-print-v-neck-long-sleeve-top-8dsp?variant=f33d31a9-1450-49fb-a612-e5286916f64b","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}