The current item does not participate in the discount gift campaign. Switch the participating items to check the design.
(This prompt will not be displayed on the client-side)
${function() {
const variantData = data.variant || {"id":"ae8d7e88-8b8f-46b5-9af2-561411dfd001","product_id":"d4fee7fc-ee26-4f02-84a8-a0fb9ef67a86","title":"4.8kg","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"4.8kg","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":175,"min_quantity":1}],"weight":"0","compare_at_price":"250","price":"175","retail_price":"250","available":true,"url":"\/products\/torso-lbb-4-8-kg-9-5kg-13-5kg-big-gel-breast-sex-doll?variant=ae8d7e88-8b8f-46b5-9af2-561411dfd001","available_quantity":999999999,"options":[{"name":"Weight","value":"4.8kg"}],"off_ratio":"30","flashsale_info":{"variant_id":"ae8d7e88-8b8f-46b5-9af2-561411dfd001","product_id":"","quantity":0,"discount_id":"bc67387e-7ebd-4347-bff6-7727fed27d3c","limit_time":-1,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":0,"discount_sales_rate":"0","discount_stock":-1,"ends_at":-1,"starts_at":1699001163,"allow_oversold":"uncheck","allocation_method":"none","price":"175","compare_at_price":"250","discount_price":"175","customary_saved_price":"75","customary_off_ratio":"30","discount_saved_price":"75","discount_off_ratio":"30","use_before_price":false,"before_price":"0","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"ae8d7e88-8b8f-46b5-9af2-561411dfd001","product_id":"d4fee7fc-ee26-4f02-84a8-a0fb9ef67a86","title":"4.8kg","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"4.8kg","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":175,"min_quantity":1}],"weight":"0","compare_at_price":"250","price":"175","retail_price":"250","available":true,"url":"\/products\/torso-lbb-4-8-kg-9-5kg-13-5kg-big-gel-breast-sex-doll?variant=ae8d7e88-8b8f-46b5-9af2-561411dfd001","available_quantity":999999999,"options":[{"name":"Weight","value":"4.8kg"}],"off_ratio":"30","flashsale_info":{"variant_id":"ae8d7e88-8b8f-46b5-9af2-561411dfd001","product_id":"","quantity":0,"discount_id":"bc67387e-7ebd-4347-bff6-7727fed27d3c","limit_time":-1,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":0,"discount_sales_rate":"0","discount_stock":-1,"ends_at":-1,"starts_at":1699001163,"allow_oversold":"uncheck","allocation_method":"none","price":"175","compare_at_price":"250","discount_price":"175","customary_saved_price":"75","customary_off_ratio":"30","discount_saved_price":"75","discount_off_ratio":"30","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}
`
}()}