${function() {
const variantData = data.variant || {"id":"3fdc4de7-d009-4394-b0c9-16028424d5cc","product_id":"4d7a8c48-54fc-42dc-9d5c-add057afc138","title":"Brown-38","weight_unit":"kg","inventory_quantity":0,"sku":"-Brown-38-A001202","barcode":"","position":1,"option1":"Brown","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7107b14e5735c2da8a789b231e03ff75.jpg","path":"7107b14e5735c2da8a789b231e03ff75.jpg","width":5304,"height":7952,"alt":"Horween leatther Goodyear Stitching Craft Boots","aspect_ratio":0.6670020120724346},"wholesale_price":[{"price":359,"min_quantity":1}],"weight":"0","compare_at_price":"359","price":"359","retail_price":"359","available":true,"url":"\/products\/horween-leatther-goodyear-stitching-craft-boots?variant=3fdc4de7-d009-4394-b0c9-16028424d5cc","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"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":"3fdc4de7-d009-4394-b0c9-16028424d5cc","product_id":"4d7a8c48-54fc-42dc-9d5c-add057afc138","title":"Brown-38","weight_unit":"kg","inventory_quantity":0,"sku":"-Brown-38-A001202","barcode":"","position":1,"option1":"Brown","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7107b14e5735c2da8a789b231e03ff75.jpg","path":"7107b14e5735c2da8a789b231e03ff75.jpg","width":5304,"height":7952,"alt":"Horween leatther Goodyear Stitching Craft Boots","aspect_ratio":0.6670020120724346},"wholesale_price":[{"price":359,"min_quantity":1}],"weight":"0","compare_at_price":"359","price":"359","retail_price":"359","available":true,"url":"\/products\/horween-leatther-goodyear-stitching-craft-boots?variant=3fdc4de7-d009-4394-b0c9-16028424d5cc","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"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}
`
}()}