${function() {
const variantData = data.variant || {"id":"114e846c-4c68-4405-b301-32f6f95bdeea","product_id":"390d2547-68c8-4e3c-b1b0-921cb342c374","title":"Yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"XHvVS0ebt-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83c8d2dbeeecc5a81258e52af31cf873.jpeg","path":"83c8d2dbeeecc5a81258e52af31cf873.jpeg","width":721,"height":722,"alt":"","aspect_ratio":0.9986149584487535},"wholesale_price":[{"price":53.03,"min_quantity":1}],"weight":"140","compare_at_price":"63.67","price":"53.03","retail_price":"63.67","available":true,"url":"\/products\/casual-retro-letter-coat-jacket?variant=114e846c-4c68-4405-b301-32f6f95bdeea","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":17,"flashsale_info":[],"sales":2};
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.
Sku : XHvVS0ebt-Yellow-S
Weight : 140g
${function(){
const variantData = data.variant || {"id":"114e846c-4c68-4405-b301-32f6f95bdeea","product_id":"390d2547-68c8-4e3c-b1b0-921cb342c374","title":"Yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"XHvVS0ebt-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83c8d2dbeeecc5a81258e52af31cf873.jpeg","path":"83c8d2dbeeecc5a81258e52af31cf873.jpeg","width":721,"height":722,"alt":"","aspect_ratio":0.9986149584487535},"wholesale_price":[{"price":53.03,"min_quantity":1}],"weight":"140","compare_at_price":"63.67","price":"53.03","retail_price":"63.67","available":true,"url":"\/products\/casual-retro-letter-coat-jacket?variant=114e846c-4c68-4405-b301-32f6f95bdeea","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":17,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}