${function() {
const variantData = data.variant || {"id":"79f32344-355f-411f-bdfb-3ed72d544577","product_id":"51b01dee-4acb-45f5-a4a3-2da9f02e10d0","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018317946","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c347fcb49b5ef306055266b62a9a565a.jpeg","path":"c347fcb49b5ef306055266b62a9a565a.jpeg","width":750,"height":1001,"alt":"","aspect_ratio":0.7492507492507493},"wholesale_price":[{"price":22.35,"min_quantity":1}],"weight":"0","compare_at_price":"22.35","price":"22.35","retail_price":"22.35","available":true,"url":"\/products\/short-sleeve-casual-v-neck-dresses-5355?variant=79f32344-355f-411f-bdfb-3ed72d544577","available_quantity":1000,"options":[{"name":"Color","value":"Yellow"},{"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}
`
}()}
${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":"79f32344-355f-411f-bdfb-3ed72d544577","product_id":"51b01dee-4acb-45f5-a4a3-2da9f02e10d0","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018317946","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c347fcb49b5ef306055266b62a9a565a.jpeg","path":"c347fcb49b5ef306055266b62a9a565a.jpeg","width":750,"height":1001,"alt":"","aspect_ratio":0.7492507492507493},"wholesale_price":[{"price":22.35,"min_quantity":1}],"weight":"0","compare_at_price":"22.35","price":"22.35","retail_price":"22.35","available":true,"url":"\/products\/short-sleeve-casual-v-neck-dresses-5355?variant=79f32344-355f-411f-bdfb-3ed72d544577","available_quantity":1000,"options":[{"name":"Color","value":"Yellow"},{"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}
`
}()}