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":"db34f56f-d3a0-4e56-8ae2-6f8110664c36","product_id":"b23c2eb5-88f0-48de-8baf-83907be73e8a","title":"same as photo","weight_unit":"kg","inventory_quantity":99,"sku":"","barcode":"","position":1,"option1":"same as photo","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":2429.1,"min_quantity":1}],"weight":"30","compare_at_price":"2699","price":"2429.1","retail_price":"2699","available":true,"url":"\/products\/164cm-jada-life-size-sexy-mature-pregnant-sex-doll-\u7684\u526f\u672c?variant=db34f56f-d3a0-4e56-8ae2-6f8110664c36","available_quantity":999999999,"options":[{"name":"Height","value":"same as photo"}],"off_ratio":10,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"db34f56f-d3a0-4e56-8ae2-6f8110664c36","product_id":"b23c2eb5-88f0-48de-8baf-83907be73e8a","title":"same as photo","weight_unit":"kg","inventory_quantity":99,"sku":"","barcode":"","position":1,"option1":"same as photo","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":2429.1,"min_quantity":1}],"weight":"30","compare_at_price":"2699","price":"2429.1","retail_price":"2699","available":true,"url":"\/products\/164cm-jada-life-size-sexy-mature-pregnant-sex-doll-\u7684\u526f\u672c?variant=db34f56f-d3a0-4e56-8ae2-6f8110664c36","available_quantity":999999999,"options":[{"name":"Height","value":"same as photo"}],"off_ratio":10,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}