${function() {
const variantData = data.variant || {"id":"4e98bbfb-aee3-4c68-92df-2f6ad0ed005e","product_id":"ec454f07-3218-4eba-8932-e8fcee57de68","title":"Light blue-S","weight_unit":"g","inventory_quantity":999,"sku":"1719604960221876225","barcode":"","position":1,"option1":"Light blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b16759ef32b2126bcb2ba7f73f32fab3.jpeg","path":"b16759ef32b2126bcb2ba7f73f32fab3.jpeg","width":1800,"height":1800,"alt":"d7589baeae4ecf73bac9dc977627683d","aspect_ratio":1},"wholesale_price":[{"price":31.04,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"31.04","retail_price":"0","available":true,"url":"\/products\/oversize-mclaren-f1-hoodie?variant=4e98bbfb-aee3-4c68-92df-2f6ad0ed005e","available_quantity":999999999,"options":[{"name":"Color","value":"Light blue"},{"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 : 1719604960221876225
Weight : 500g
${function(){
const variantData = data.variant || {"id":"4e98bbfb-aee3-4c68-92df-2f6ad0ed005e","product_id":"ec454f07-3218-4eba-8932-e8fcee57de68","title":"Light blue-S","weight_unit":"g","inventory_quantity":999,"sku":"1719604960221876225","barcode":"","position":1,"option1":"Light blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b16759ef32b2126bcb2ba7f73f32fab3.jpeg","path":"b16759ef32b2126bcb2ba7f73f32fab3.jpeg","width":1800,"height":1800,"alt":"d7589baeae4ecf73bac9dc977627683d","aspect_ratio":1},"wholesale_price":[{"price":31.04,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"31.04","retail_price":"0","available":true,"url":"\/products\/oversize-mclaren-f1-hoodie?variant=4e98bbfb-aee3-4c68-92df-2f6ad0ed005e","available_quantity":999999999,"options":[{"name":"Color","value":"Light blue"},{"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}
`
}()}