${function() {
const variantData = data.variant || {"id":"da4c53ed-ae28-4055-8f63-9b9164b41f3b","product_id":"226a089a-d84d-4b25-839a-4bfe83bbcc67","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1681201383369420801","barcode":"","position":7,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae69aa61cd1156159f77be7454673659.jpeg","path":"ae69aa61cd1156159f77be7454673659.jpeg","width":850,"height":850,"alt":"be390593625e740381c0b308f7b8a1e8","aspect_ratio":1},"wholesale_price":[{"price":16.07,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"16.07","retail_price":"0","available":true,"url":"\/products\/vintage-unisex-monaco-monte-carlo-yacht-club-t-shirt?variant=da4c53ed-ae28-4055-8f63-9b9164b41f3b","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"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.
Sku : 1681201383369420801
Weight : 500g
${function(){
const variantData = data.variant || {"id":"da4c53ed-ae28-4055-8f63-9b9164b41f3b","product_id":"226a089a-d84d-4b25-839a-4bfe83bbcc67","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1681201383369420801","barcode":"","position":7,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae69aa61cd1156159f77be7454673659.jpeg","path":"ae69aa61cd1156159f77be7454673659.jpeg","width":850,"height":850,"alt":"be390593625e740381c0b308f7b8a1e8","aspect_ratio":1},"wholesale_price":[{"price":16.07,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"16.07","retail_price":"0","available":true,"url":"\/products\/vintage-unisex-monaco-monte-carlo-yacht-club-t-shirt?variant=da4c53ed-ae28-4055-8f63-9b9164b41f3b","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"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}
`
}()}