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":"d3a19bc5-69cf-4742-907c-4a2c309f2521","product_id":"e08874a2-6ad1-42ba-9f99-421dfa9d28ed","title":"#1 Sophia","weight_unit":"kg","inventory_quantity":8,"sku":"","barcode":"","position":1,"option1":"#1 Sophia","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a919a95192a2a7ef42e362a8b4e3bf27.png","path":"a919a95192a2a7ef42e362a8b4e3bf27.png","width":854,"height":888,"alt":"","aspect_ratio":0.9617117117117117},"wholesale_price":[{"price":599,"min_quantity":1}],"weight":"17","compare_at_price":"599","price":"599","retail_price":"599","available":true,"url":"\/products\/ship-from-china-realistic-doll?variant=d3a19bc5-69cf-4742-907c-4a2c309f2521","available_quantity":999999999,"options":[{"name":"Name","value":"#1 Sophia"}],"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":"d3a19bc5-69cf-4742-907c-4a2c309f2521","product_id":"e08874a2-6ad1-42ba-9f99-421dfa9d28ed","title":"#1 Sophia","weight_unit":"kg","inventory_quantity":8,"sku":"","barcode":"","position":1,"option1":"#1 Sophia","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a919a95192a2a7ef42e362a8b4e3bf27.png","path":"a919a95192a2a7ef42e362a8b4e3bf27.png","width":854,"height":888,"alt":"","aspect_ratio":0.9617117117117117},"wholesale_price":[{"price":599,"min_quantity":1}],"weight":"17","compare_at_price":"599","price":"599","retail_price":"599","available":true,"url":"\/products\/ship-from-china-realistic-doll?variant=d3a19bc5-69cf-4742-907c-4a2c309f2521","available_quantity":999999999,"options":[{"name":"Name","value":"#1 Sophia"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}