${function() {
const variantData = data.variant || {"id":"b8d05498-012d-46fa-8cc2-8437bb95fad5","product_id":"25ff6625-dfde-43b1-9f3b-ed0bf9a8b332","title":"Green-S","weight_unit":"kg","inventory_quantity":0,"sku":"xtjx5202209094-8-a","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/859d20f82d71eb797397e0d3434607e9.jpeg","path":"859d20f82d71eb797397e0d3434607e9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.69","retail_price":"0","available":true,"url":"\/products\/military-vintage-harem-distressed-multi-pocket-pencil-slacks-casual-pants?variant=b8d05498-012d-46fa-8cc2-8437bb95fad5","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":5};
const saveType = "percentage";
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":"b8d05498-012d-46fa-8cc2-8437bb95fad5","product_id":"25ff6625-dfde-43b1-9f3b-ed0bf9a8b332","title":"Green-S","weight_unit":"kg","inventory_quantity":0,"sku":"xtjx5202209094-8-a","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/859d20f82d71eb797397e0d3434607e9.jpeg","path":"859d20f82d71eb797397e0d3434607e9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.69","retail_price":"0","available":true,"url":"\/products\/military-vintage-harem-distressed-multi-pocket-pencil-slacks-casual-pants?variant=b8d05498-012d-46fa-8cc2-8437bb95fad5","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":5};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}