${function() {
const variantData = data.variant || {"id":"ab20f4ed-7959-47a0-a0cd-979eb0d40f38","product_id":"8f31e067-24cd-45cd-999a-1d1edeeda878","title":"S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024810525","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":29.35,"min_quantity":1}],"weight":"0","compare_at_price":"29.35","price":"29.35","retail_price":"29.35","available":true,"url":"\/products\/new-leopard-off-the-shoulder-dress-women-elegant-v-neck-summer-dress-female-above-knee-dress-office-lady-dresses-3469?variant=ab20f4ed-7959-47a0-a0cd-979eb0d40f38","available_quantity":1000,"options":[{"name":"Size","value":"S"}],"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":"ab20f4ed-7959-47a0-a0cd-979eb0d40f38","product_id":"8f31e067-24cd-45cd-999a-1d1edeeda878","title":"S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024810525","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":29.35,"min_quantity":1}],"weight":"0","compare_at_price":"29.35","price":"29.35","retail_price":"29.35","available":true,"url":"\/products\/new-leopard-off-the-shoulder-dress-women-elegant-v-neck-summer-dress-female-above-knee-dress-office-lady-dresses-3469?variant=ab20f4ed-7959-47a0-a0cd-979eb0d40f38","available_quantity":1000,"options":[{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}