${function() {
const variantData = data.variant || {"id":"3abf6472-3978-4223-ab98-c7d43a890a91","product_id":"287f40cf-25bb-4b8f-8379-5a20fadc1a44","title":"No.1 small hoe","weight_unit":"kg","inventory_quantity":1000,"sku":"CJYL125182601AZ","barcode":"","position":1,"option1":"No.1 small hoe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef551a9b4914eae6a0e2bc1c0ae8faec.jpeg","path":"ef551a9b4914eae6a0e2bc1c0ae8faec.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/small-sickle-four-tooth-rake-shovel-hoe-garden-tool-set-garden-farm-tool-sickle?variant=3abf6472-3978-4223-ab98-c7d43a890a91","available_quantity":999999999,"options":[{"name":"style","value":"No.1 small hoe"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"3abf6472-3978-4223-ab98-c7d43a890a91","product_id":"287f40cf-25bb-4b8f-8379-5a20fadc1a44","title":"No.1 small hoe","weight_unit":"kg","inventory_quantity":1000,"sku":"CJYL125182601AZ","barcode":"","position":1,"option1":"No.1 small hoe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef551a9b4914eae6a0e2bc1c0ae8faec.jpeg","path":"ef551a9b4914eae6a0e2bc1c0ae8faec.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/small-sickle-four-tooth-rake-shovel-hoe-garden-tool-set-garden-farm-tool-sickle?variant=3abf6472-3978-4223-ab98-c7d43a890a91","available_quantity":999999999,"options":[{"name":"style","value":"No.1 small hoe"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}