${function() {
const variantData = data.variant || {"id":"a8eda75d-6da4-4199-a86a-b83d2514de3b","product_id":"5e67986c-2c21-4778-a1ed-7ab52b1536f6","title":"white-One Size","weight_unit":"g","inventory_quantity":200,"sku":"LC0038-white-One Size","barcode":"","position":1,"option1":"white","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a628edf1e971bfb597eb67456b996f7b.jpeg","path":"a628edf1e971bfb597eb67456b996f7b.jpeg","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"60","compare_at_price":"0","price":"24.99","retail_price":"0","available":true,"url":"\/products\/kids-portable-pocket-microscope?variant=a8eda75d-6da4-4199-a86a-b83d2514de3b","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"One Size"}],"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 : LC0038-white-One Size
Weight : 60g
${function(){
const variantData = data.variant || {"id":"a8eda75d-6da4-4199-a86a-b83d2514de3b","product_id":"5e67986c-2c21-4778-a1ed-7ab52b1536f6","title":"white-One Size","weight_unit":"g","inventory_quantity":200,"sku":"LC0038-white-One Size","barcode":"","position":1,"option1":"white","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a628edf1e971bfb597eb67456b996f7b.jpeg","path":"a628edf1e971bfb597eb67456b996f7b.jpeg","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"60","compare_at_price":"0","price":"24.99","retail_price":"0","available":true,"url":"\/products\/kids-portable-pocket-microscope?variant=a8eda75d-6da4-4199-a86a-b83d2514de3b","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}