Lab Coat
${function() {
const variantData = data.variant || {"id":"66dcc979-873f-4053-b6b1-9b2eac88b8c7","product_id":"88866c7f-fd20-4c88-82e5-f4f92d5c9613","title":"Light Blue-2XL","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":3,"option1":"Light Blue","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/pod\/f7efea6fd5ca4f9d80021c0d98e2aa18.jpg","path":"pod\/f7efea6fd5ca4f9d80021c0d98e2aa18.jpg","width":500,"height":625,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":23.43,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.43","retail_price":"0","available":true,"url":"\/products\/lab-coat-vif8?variant=66dcc979-873f-4053-b6b1-9b2eac88b8c7","available_quantity":999999999,"options":[{"name":"color","value":"Light Blue"},{"name":"size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":2};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${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.
${function(){
const variantData = data.variant || {"id":"66dcc979-873f-4053-b6b1-9b2eac88b8c7","product_id":"88866c7f-fd20-4c88-82e5-f4f92d5c9613","title":"Light Blue-2XL","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":3,"option1":"Light Blue","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/pod\/f7efea6fd5ca4f9d80021c0d98e2aa18.jpg","path":"pod\/f7efea6fd5ca4f9d80021c0d98e2aa18.jpg","width":500,"height":625,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":23.43,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.43","retail_price":"0","available":true,"url":"\/products\/lab-coat-vif8?variant=66dcc979-873f-4053-b6b1-9b2eac88b8c7","available_quantity":999999999,"options":[{"name":"color","value":"Light Blue"},{"name":"size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}