${function() {
const variantData = data.variant || {"id":"31efa412-93c2-49fa-8906-0e4ab3e04cea","product_id":"87655f7d-a82f-4aa4-a21f-77b1e6a81354","title":"blackish green-38","weight_unit":"kg","inventory_quantity":0,"sku":"-blackish green-38-A001239","barcode":"","position":1,"option1":"blackish green","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6f466c7dbc55fe5618e62e91926c89de.jpg","path":"6f466c7dbc55fe5618e62e91926c89de.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"wholesale_price":[{"price":219,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"219","retail_price":"219","available":true,"url":"\/products\/goodyear-stitching-craft-boots-ft8l?variant=31efa412-93c2-49fa-8906-0e4ab3e04cea","available_quantity":999999999,"options":[{"name":"Color","value":"blackish green"},{"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.
Sku : -blackish green-38-A001239
${function(){
const variantData = data.variant || {"id":"31efa412-93c2-49fa-8906-0e4ab3e04cea","product_id":"87655f7d-a82f-4aa4-a21f-77b1e6a81354","title":"blackish green-38","weight_unit":"kg","inventory_quantity":0,"sku":"-blackish green-38-A001239","barcode":"","position":1,"option1":"blackish green","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6f466c7dbc55fe5618e62e91926c89de.jpg","path":"6f466c7dbc55fe5618e62e91926c89de.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"wholesale_price":[{"price":219,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"219","retail_price":"219","available":true,"url":"\/products\/goodyear-stitching-craft-boots-ft8l?variant=31efa412-93c2-49fa-8906-0e4ab3e04cea","available_quantity":999999999,"options":[{"name":"Color","value":"blackish green"},{"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}
`
}()}