${function() {
const variantData = data.variant || {"id":"95c5da6d-0a79-4881-80a4-5c2ea9c129f1","product_id":"1c034ea9-905e-4e40-aa11-fbf9c98ea57c","title":"creamy white-M","weight_unit":"g","inventory_quantity":999,"sku":"1496766338979381250","barcode":"","position":1,"option1":"creamy white","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9d1058c8fe1d586c699574d116a05aa4.jpeg","path":"9d1058c8fe1d586c699574d116a05aa4.jpeg","width":2160,"height":2158,"alt":"1e360414a1dab3c1becfca4c25f39de1","aspect_ratio":1.0009267840593141},"wholesale_price":[{"price":18.42,"min_quantity":1}],"weight":"210","compare_at_price":"0","price":"18.42","retail_price":"0","available":true,"url":"\/products\/retro-mens-colorado-print-oversized-t-shirt?variant=95c5da6d-0a79-4881-80a4-5c2ea9c129f1","available_quantity":999999999,"options":[{"name":"Color","value":"creamy white"},{"name":"Size","value":"M"}],"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 : 1496766338979381250
Weight : 210g
${function(){
const variantData = data.variant || {"id":"95c5da6d-0a79-4881-80a4-5c2ea9c129f1","product_id":"1c034ea9-905e-4e40-aa11-fbf9c98ea57c","title":"creamy white-M","weight_unit":"g","inventory_quantity":999,"sku":"1496766338979381250","barcode":"","position":1,"option1":"creamy white","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9d1058c8fe1d586c699574d116a05aa4.jpeg","path":"9d1058c8fe1d586c699574d116a05aa4.jpeg","width":2160,"height":2158,"alt":"1e360414a1dab3c1becfca4c25f39de1","aspect_ratio":1.0009267840593141},"wholesale_price":[{"price":18.42,"min_quantity":1}],"weight":"210","compare_at_price":"0","price":"18.42","retail_price":"0","available":true,"url":"\/products\/retro-mens-colorado-print-oversized-t-shirt?variant=95c5da6d-0a79-4881-80a4-5c2ea9c129f1","available_quantity":999999999,"options":[{"name":"Color","value":"creamy white"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}