${function() {
const variantData = data.variant || {"id":"96f28132-c56b-4afb-b7c5-9702345a137c","product_id":"3a4fc80e-be53-4b23-85c3-e7cafba2b9ca","title":"green-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693054026926","barcode":"","position":3,"option1":"green","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/624057689d67f53de3d6dafbf33c2c4a.jpeg","path":"624057689d67f53de3d6dafbf33c2c4a.jpeg","width":999,"height":999,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.95,"min_quantity":1}],"weight":"0","compare_at_price":"22.95","price":"22.95","retail_price":"22.95","available":true,"url":"\/products\/fashion-v-neck-knitted-solid-color-sweater-vest-2321?variant=96f28132-c56b-4afb-b7c5-9702345a137c","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"One Size"}],"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}
`
}()}
${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":"96f28132-c56b-4afb-b7c5-9702345a137c","product_id":"3a4fc80e-be53-4b23-85c3-e7cafba2b9ca","title":"green-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693054026926","barcode":"","position":3,"option1":"green","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/624057689d67f53de3d6dafbf33c2c4a.jpeg","path":"624057689d67f53de3d6dafbf33c2c4a.jpeg","width":999,"height":999,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.95,"min_quantity":1}],"weight":"0","compare_at_price":"22.95","price":"22.95","retail_price":"22.95","available":true,"url":"\/products\/fashion-v-neck-knitted-solid-color-sweater-vest-2321?variant=96f28132-c56b-4afb-b7c5-9702345a137c","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}