${function() {
const variantData = data.variant || {"id":"eeda91be-cc46-4ddb-ac1c-00a909403b6c","product_id":"9df9b97a-47c4-489f-8923-541a4e39d1b9","title":"Yellow-38","weight_unit":"kg","inventory_quantity":0,"sku":"-Yellow-38-A001219","barcode":"","position":1,"option1":"Yellow","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c901ae844279d0e73bfc06851cca1aba.jpg","path":"c901ae844279d0e73bfc06851cca1aba.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"wholesale_price":[{"price":159,"min_quantity":1}],"weight":"0","compare_at_price":"159","price":"159","retail_price":"159","available":true,"url":"\/products\/goodyear-stitching-craft-boots-1ilr?variant=eeda91be-cc46-4ddb-ac1c-00a909403b6c","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"EUR Size","value":"38"}],"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":"eeda91be-cc46-4ddb-ac1c-00a909403b6c","product_id":"9df9b97a-47c4-489f-8923-541a4e39d1b9","title":"Yellow-38","weight_unit":"kg","inventory_quantity":0,"sku":"-Yellow-38-A001219","barcode":"","position":1,"option1":"Yellow","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c901ae844279d0e73bfc06851cca1aba.jpg","path":"c901ae844279d0e73bfc06851cca1aba.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"wholesale_price":[{"price":159,"min_quantity":1}],"weight":"0","compare_at_price":"159","price":"159","retail_price":"159","available":true,"url":"\/products\/goodyear-stitching-craft-boots-1ilr?variant=eeda91be-cc46-4ddb-ac1c-00a909403b6c","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"EUR Size","value":"38"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}