${function() {
const variantData = data.variant || {"id":"eef6bade-9aae-4046-953f-41d89459cdf6","product_id":"8e095147-3ade-4159-9fbf-88bb4e0f7af1","title":"black-L","weight_unit":"kg","inventory_quantity":1000,"sku":"black L-44370581","barcode":"","position":1,"option1":"black","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a59d8d616dd031baaf907e88ae515def.jpeg","path":"a59d8d616dd031baaf907e88ae515def.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":57.54,"min_quantity":1}],"weight":"0","compare_at_price":"57.54","price":"57.54","retail_price":"57.54","available":true,"url":"\/products\/fashion-sweater-all-match-two-piece-set-207998502651?variant=eef6bade-9aae-4046-953f-41d89459cdf6","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"L"}],"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":"eef6bade-9aae-4046-953f-41d89459cdf6","product_id":"8e095147-3ade-4159-9fbf-88bb4e0f7af1","title":"black-L","weight_unit":"kg","inventory_quantity":1000,"sku":"black L-44370581","barcode":"","position":1,"option1":"black","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a59d8d616dd031baaf907e88ae515def.jpeg","path":"a59d8d616dd031baaf907e88ae515def.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":57.54,"min_quantity":1}],"weight":"0","compare_at_price":"57.54","price":"57.54","retail_price":"57.54","available":true,"url":"\/products\/fashion-sweater-all-match-two-piece-set-207998502651?variant=eef6bade-9aae-4046-953f-41d89459cdf6","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}