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":"e38d3fc7-b0a8-4d82-8d9e-120829a79135","product_id":"3f4da76e-f88d-4970-b3b7-1d426e0a1aa4","title":"","weight_unit":"kg","inventory_quantity":99,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":1519.05,"min_quantity":1}],"weight":"0","compare_at_price":"1599","price":"1519.05","retail_price":"1599","available":true,"url":"\/products\/climax-pro-fd161cm-savannah-realistic-sex-doll-black?variant=e38d3fc7-b0a8-4d82-8d9e-120829a79135","available_quantity":999999999,"options":[],"off_ratio":"5","flashsale_info":{"variant_id":"e38d3fc7-b0a8-4d82-8d9e-120829a79135","product_id":"","quantity":0,"discount_id":"1a5523ea-6cae-45f6-b74b-b2d92ced8d02","limit_time":335465,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":0,"discount_sales_rate":"0","discount_stock":-1,"ends_at":1737791999,"starts_at":1736409600,"allow_oversold":"uncheck","allocation_method":"none","price":"1519.05","compare_at_price":"1599.00","discount_price":"1519.05","customary_saved_price":"79.95","customary_off_ratio":"5","discount_saved_price":"79.95","discount_off_ratio":"5","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 + '%'
: ``
)}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"e38d3fc7-b0a8-4d82-8d9e-120829a79135","product_id":"3f4da76e-f88d-4970-b3b7-1d426e0a1aa4","title":"","weight_unit":"kg","inventory_quantity":99,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":1519.05,"min_quantity":1}],"weight":"0","compare_at_price":"1599","price":"1519.05","retail_price":"1599","available":true,"url":"\/products\/climax-pro-fd161cm-savannah-realistic-sex-doll-black?variant=e38d3fc7-b0a8-4d82-8d9e-120829a79135","available_quantity":999999999,"options":[],"off_ratio":"5","flashsale_info":{"variant_id":"e38d3fc7-b0a8-4d82-8d9e-120829a79135","product_id":"","quantity":0,"discount_id":"1a5523ea-6cae-45f6-b74b-b2d92ced8d02","limit_time":335465,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":0,"discount_sales_rate":"0","discount_stock":-1,"ends_at":1737791999,"starts_at":1736409600,"allow_oversold":"uncheck","allocation_method":"none","price":"1519.05","compare_at_price":"1599.00","discount_price":"1519.05","customary_saved_price":"79.95","customary_off_ratio":"5","discount_saved_price":"79.95","discount_off_ratio":"5","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}
`
}()}