${function() {
const variantData = data.variant || {"id":"b0c228ce-8a83-4f6c-9278-31a5de17d4e4","product_id":"1d44d025-3714-4440-b6f9-6d48fe31cb58","title":"8-Green-M1906FC-306","weight_unit":"lb","inventory_quantity":0,"sku":"'196652865972","barcode":"","position":1,"option1":"8","option2":"Green","option3":"M1906FC-306","note":"","image":null,"wholesale_price":[{"price":155,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"155","retail_price":"0","available":true,"url":"\/products\/new-balance-f23-m1906fcgreen?variant=b0c228ce-8a83-4f6c-9278-31a5de17d4e4","available_quantity":999999999,"options":[{"name":"Size","value":"8"},{"name":"Color","value":"Green"},{"name":"Style","value":"M1906FC-306"}],"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}
`
}()}
${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":"b0c228ce-8a83-4f6c-9278-31a5de17d4e4","product_id":"1d44d025-3714-4440-b6f9-6d48fe31cb58","title":"8-Green-M1906FC-306","weight_unit":"lb","inventory_quantity":0,"sku":"'196652865972","barcode":"","position":1,"option1":"8","option2":"Green","option3":"M1906FC-306","note":"","image":null,"wholesale_price":[{"price":155,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"155","retail_price":"0","available":true,"url":"\/products\/new-balance-f23-m1906fcgreen?variant=b0c228ce-8a83-4f6c-9278-31a5de17d4e4","available_quantity":999999999,"options":[{"name":"Size","value":"8"},{"name":"Color","value":"Green"},{"name":"Style","value":"M1906FC-306"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}