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":"91966d1a-bdc8-4d22-9ea4-1ef7362b2966","product_id":"b747c9eb-1345-4276-a104-130d26b0e0e7","title":"Same As Photo","weight_unit":"kg","inventory_quantity":10,"sku":"","barcode":"","position":1,"option1":"Same As Photo","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":1799,"min_quantity":1}],"weight":"44","compare_at_price":"1699","price":"1799","retail_price":"1699","available":true,"url":"\/products\/160cm-kayleigh-high-end-blonde-blue-eyes-sex-doll?variant=91966d1a-bdc8-4d22-9ea4-1ef7362b2966","available_quantity":999999999,"options":[{"name":"Breast","value":"Same As Photo"}],"off_ratio":0,"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":"91966d1a-bdc8-4d22-9ea4-1ef7362b2966","product_id":"b747c9eb-1345-4276-a104-130d26b0e0e7","title":"Same As Photo","weight_unit":"kg","inventory_quantity":10,"sku":"","barcode":"","position":1,"option1":"Same As Photo","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":1799,"min_quantity":1}],"weight":"44","compare_at_price":"1699","price":"1799","retail_price":"1699","available":true,"url":"\/products\/160cm-kayleigh-high-end-blonde-blue-eyes-sex-doll?variant=91966d1a-bdc8-4d22-9ea4-1ef7362b2966","available_quantity":999999999,"options":[{"name":"Breast","value":"Same As Photo"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}