${function() {
const variantData = data.variant || {"id":"880e9def-edf0-4c1b-8c4c-bb3f83f20096","product_id":"629f75d9-083f-460c-bb06-ca4107728cbd","title":"Black-40","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d1a7bf1ab5d9cd9b942414e7175f62c9.jpg","path":"d1a7bf1ab5d9cd9b942414e7175f62c9.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"wholesale_price":[{"price":219,"min_quantity":1}],"weight":"2","compare_at_price":"219","price":"219","retail_price":"219","available":true,"url":"\/products\/goodyear-stitching-craft-boots-1r17?variant=880e9def-edf0-4c1b-8c4c-bb3f83f20096","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"EUR Size","value":"40"}],"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":"880e9def-edf0-4c1b-8c4c-bb3f83f20096","product_id":"629f75d9-083f-460c-bb06-ca4107728cbd","title":"Black-40","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d1a7bf1ab5d9cd9b942414e7175f62c9.jpg","path":"d1a7bf1ab5d9cd9b942414e7175f62c9.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"wholesale_price":[{"price":219,"min_quantity":1}],"weight":"2","compare_at_price":"219","price":"219","retail_price":"219","available":true,"url":"\/products\/goodyear-stitching-craft-boots-1r17?variant=880e9def-edf0-4c1b-8c4c-bb3f83f20096","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"EUR Size","value":"40"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}