${function() {
const variantData = data.variant || {"id":"1edbe1ff-329c-4fd7-a671-c4d330d8884a","product_id":"9678daa8-e8d6-4530-b2a4-f69c011a9688","title":"168cm-Big Breast","weight_unit":"kg","inventory_quantity":69,"sku":"","barcode":"","position":1,"option1":"168cm","option2":"Big Breast","option3":"","note":"","image":null,"wholesale_price":[{"price":805.38,"min_quantity":1}],"weight":"38","compare_at_price":"1299","price":"805.38","retail_price":"1299","available":true,"url":"\/products\/tpe-168cm-irene-big-breast?variant=1edbe1ff-329c-4fd7-a671-c4d330d8884a","available_quantity":999999999,"options":[{"name":"Height","value":"168cm"},{"name":"Breast","value":"Big Breast"}],"off_ratio":"38","flashsale_info":{"variant_id":"1edbe1ff-329c-4fd7-a671-c4d330d8884a","product_id":"","quantity":0,"discount_id":"5c711a67-6789-4f03-a04f-7de9c7df71b7","limit_time":3649559,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":0,"discount_sales_rate":"0","discount_stock":-1,"ends_at":1705391999,"starts_at":1699001163,"allow_oversold":"uncheck","allocation_method":"none","price":"805.38","compare_at_price":"1299","discount_price":"805.38","customary_saved_price":"493.62","customary_off_ratio":"38","discount_saved_price":"493.62","discount_off_ratio":"38","use_before_price":false,"before_price":"0","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
const saveType = "percentage";
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":"1edbe1ff-329c-4fd7-a671-c4d330d8884a","product_id":"9678daa8-e8d6-4530-b2a4-f69c011a9688","title":"168cm-Big Breast","weight_unit":"kg","inventory_quantity":69,"sku":"","barcode":"","position":1,"option1":"168cm","option2":"Big Breast","option3":"","note":"","image":null,"wholesale_price":[{"price":805.38,"min_quantity":1}],"weight":"38","compare_at_price":"1299","price":"805.38","retail_price":"1299","available":true,"url":"\/products\/tpe-168cm-irene-big-breast?variant=1edbe1ff-329c-4fd7-a671-c4d330d8884a","available_quantity":999999999,"options":[{"name":"Height","value":"168cm"},{"name":"Breast","value":"Big Breast"}],"off_ratio":"38","flashsale_info":{"variant_id":"1edbe1ff-329c-4fd7-a671-c4d330d8884a","product_id":"","quantity":0,"discount_id":"5c711a67-6789-4f03-a04f-7de9c7df71b7","limit_time":3649559,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":0,"discount_sales_rate":"0","discount_stock":-1,"ends_at":1705391999,"starts_at":1699001163,"allow_oversold":"uncheck","allocation_method":"none","price":"805.38","compare_at_price":"1299","discount_price":"805.38","customary_saved_price":"493.62","customary_off_ratio":"38","discount_saved_price":"493.62","discount_off_ratio":"38","use_before_price":false,"before_price":"0","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}