${function() {
const variantData = data.variant || {"id":"04adb30e-9f23-4116-82d8-5fe71d45cfa4","product_id":"74f81178-c988-4445-be08-19db5e0e85b2","title":"Green-S","weight_unit":"","inventory_quantity":0,"sku":"xtjx52022063018-8-a","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/05f73f0295de4ffac52ffd9d13b5aa87.jpeg","path":"05f73f0295de4ffac52ffd9d13b5aa87.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":56.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"56.69","retail_price":"0","available":true,"url":"\/products\/heavyweight-oil-wax-canvas-motorcycle-series-jungle-wanderer-jacket?variant=04adb30e-9f23-4116-82d8-5fe71d45cfa4","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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.
Sku : xtjx52022063018-8-a
${function(){
const variantData = data.variant || {"id":"04adb30e-9f23-4116-82d8-5fe71d45cfa4","product_id":"74f81178-c988-4445-be08-19db5e0e85b2","title":"Green-S","weight_unit":"","inventory_quantity":0,"sku":"xtjx52022063018-8-a","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/05f73f0295de4ffac52ffd9d13b5aa87.jpeg","path":"05f73f0295de4ffac52ffd9d13b5aa87.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":56.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"56.69","retail_price":"0","available":true,"url":"\/products\/heavyweight-oil-wax-canvas-motorcycle-series-jungle-wanderer-jacket?variant=04adb30e-9f23-4116-82d8-5fe71d45cfa4","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}