${function() {
const variantData = data.variant || {"id":"34668471-ddf4-4018-83d4-8b1a22138c08","product_id":"9705b822-60ed-43c9-931c-28f453378772","title":"black-39","weight_unit":"kg","inventory_quantity":1000,"sku":"63260196-black-39","barcode":"","position":10,"option1":"black","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/907876da27e73f8415f00fa017f5dc0e.jpeg","path":"907876da27e73f8415f00fa017f5dc0e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/fashion-sneakers-lightweight-men-casual-shoes-breathable-male-footwear-lace-up-walking-shoe-sport-running-sneaker-plus-size?variant=34668471-ddf4-4018-83d4-8b1a22138c08","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Shoe Size","value":"39"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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":"34668471-ddf4-4018-83d4-8b1a22138c08","product_id":"9705b822-60ed-43c9-931c-28f453378772","title":"black-39","weight_unit":"kg","inventory_quantity":1000,"sku":"63260196-black-39","barcode":"","position":10,"option1":"black","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/907876da27e73f8415f00fa017f5dc0e.jpeg","path":"907876da27e73f8415f00fa017f5dc0e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/fashion-sneakers-lightweight-men-casual-shoes-breathable-male-footwear-lace-up-walking-shoe-sport-running-sneaker-plus-size?variant=34668471-ddf4-4018-83d4-8b1a22138c08","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Shoe Size","value":"39"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}