${function() {
const variantData = data.variant || {"id":"5e7b236f-46b9-451f-afab-e8811caafd20","product_id":"72ca455c-211e-4a2d-aed7-34db2689fe8d","title":"yellow-S","weight_unit":"g","inventory_quantity":9999,"sku":"GTTWD3286-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2262f6b477b049b8bfcc191135b97b25.jpeg","path":"2262f6b477b049b8bfcc191135b97b25.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"340","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/bohemian-vintage-v-neck-floral-maxi-dress?variant=5e7b236f-46b9-451f-afab-e8811caafd20","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}}";
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 : GTTWD3286-yellow-S
Weight : 340g
${function(){
const variantData = data.variant || {"id":"5e7b236f-46b9-451f-afab-e8811caafd20","product_id":"72ca455c-211e-4a2d-aed7-34db2689fe8d","title":"yellow-S","weight_unit":"g","inventory_quantity":9999,"sku":"GTTWD3286-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2262f6b477b049b8bfcc191135b97b25.jpeg","path":"2262f6b477b049b8bfcc191135b97b25.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"340","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/bohemian-vintage-v-neck-floral-maxi-dress?variant=5e7b236f-46b9-451f-afab-e8811caafd20","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}
`
}()}