${function() {
const variantData = data.variant || {"id":"5be0012f-f5d0-4cb3-a985-74e1527a26e3","title":"Blue-2XL","weight_unit":"kg","inventory_quantity":999,"sku":"SDWT0312Q-Blue-2XL","barcode":"","position":1,"option1":"Blue","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c28ebc628035ccb00c3bcb8e585900f7.jpeg","path":"c28ebc628035ccb00c3bcb8e585900f7.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":11.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"11.99","retail_price":"0","available":true,"url":"\/products\/floral-print-off-the-shoulder-lace-paneled-t-shirt?variant=5be0012f-f5d0-4cb3-a985-74e1527a26e3","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
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 : SDWT0312Q-Blue-2XL
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"5be0012f-f5d0-4cb3-a985-74e1527a26e3","title":"Blue-2XL","weight_unit":"kg","inventory_quantity":999,"sku":"SDWT0312Q-Blue-2XL","barcode":"","position":1,"option1":"Blue","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c28ebc628035ccb00c3bcb8e585900f7.jpeg","path":"c28ebc628035ccb00c3bcb8e585900f7.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":11.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"11.99","retail_price":"0","available":true,"url":"\/products\/floral-print-off-the-shoulder-lace-paneled-t-shirt?variant=5be0012f-f5d0-4cb3-a985-74e1527a26e3","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}