${function() {
const variantData = data.variant || {"id":"617293a2-0c68-48fb-be8f-eb337505502a","product_id":"4e0c37fd-2d44-4a38-b1eb-85214b2758ef","title":"S (For Body Weight 40 Kg To 50 Kg)-1 Pairs","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"S (For Body Weight 40 Kg To 50 Kg)","option2":"1 Pairs","option3":"","note":"","image":null,"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"14.99","retail_price":"24.99","available":true,"url":"\/products\/bamboo-knee-sleeves-pack-of-2?variant=617293a2-0c68-48fb-be8f-eb337505502a","available_quantity":999999999,"options":[{"name":"Size","value":"S (For Body Weight 40 Kg To 50 Kg)"},{"name":"Buy more ,save more","value":"1 Pairs"}],"off_ratio":40,"flashsale_info":[],"sales":1};
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.
${function(){
const variantData = data.variant || {"id":"617293a2-0c68-48fb-be8f-eb337505502a","product_id":"4e0c37fd-2d44-4a38-b1eb-85214b2758ef","title":"S (For Body Weight 40 Kg To 50 Kg)-1 Pairs","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"S (For Body Weight 40 Kg To 50 Kg)","option2":"1 Pairs","option3":"","note":"","image":null,"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"14.99","retail_price":"24.99","available":true,"url":"\/products\/bamboo-knee-sleeves-pack-of-2?variant=617293a2-0c68-48fb-be8f-eb337505502a","available_quantity":999999999,"options":[{"name":"Size","value":"S (For Body Weight 40 Kg To 50 Kg)"},{"name":"Buy more ,save more","value":"1 Pairs"}],"off_ratio":40,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}