${function() {
const variantData = data.variant || {"id":"1aadfefc-e271-4768-8c3a-f250728060c8","product_id":"7cba916e-a928-45e0-9c26-a32a7a648a11","title":"Large Stitch (Soft)","weight_unit":"kg","inventory_quantity":100,"sku":"","barcode":"","position":1,"option1":"Large Stitch (Soft)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f04d76217a17537a0d3ed12f63ad49b.jpeg","path":"2f04d76217a17537a0d3ed12f63ad49b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"4.99","price":"9.99","retail_price":"4.99","available":true,"url":"\/products\/baby-figure-sitich-princess-halloween-diy-phone-case-accessories?variant=1aadfefc-e271-4768-8c3a-f250728060c8","available_quantity":100,"options":[{"name":"\u6837\u5f0f","value":"Large Stitch (Soft)"}],"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":"1aadfefc-e271-4768-8c3a-f250728060c8","product_id":"7cba916e-a928-45e0-9c26-a32a7a648a11","title":"Large Stitch (Soft)","weight_unit":"kg","inventory_quantity":100,"sku":"","barcode":"","position":1,"option1":"Large Stitch (Soft)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f04d76217a17537a0d3ed12f63ad49b.jpeg","path":"2f04d76217a17537a0d3ed12f63ad49b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"4.99","price":"9.99","retail_price":"4.99","available":true,"url":"\/products\/baby-figure-sitich-princess-halloween-diy-phone-case-accessories?variant=1aadfefc-e271-4768-8c3a-f250728060c8","available_quantity":100,"options":[{"name":"\u6837\u5f0f","value":"Large Stitch (Soft)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}