${function() {
const variantData = data.variant || {"id":"f2f49e44-f01f-49c2-a3a6-676502b9c881","product_id":"86d8795d-8db3-49b5-b765-bfe87ced3de2","title":"Small Breed - 11\" X 13\" (4W)","weight_unit":"lb","inventory_quantity":0,"sku":"'100542403","barcode":"1705746359354\/368","position":1,"option1":"Small Breed - 11\" X 13\" (4W)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53a222a91a2e980dcc37bb198e6625ab.jpeg","path":"53a222a91a2e980dcc37bb198e6625ab.jpeg","width":2500,"height":2500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":70.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"70.99","retail_price":"0","available":true,"url":"\/products\/mothers-heartbeat-heated-puppy-pet-bed-with-bone-pillow?variant=f2f49e44-f01f-49c2-a3a6-676502b9c881","available_quantity":999999999,"options":[{"name":"Heartbeat\/Size\/Wattage","value":"Small Breed - 11\" X 13\" (4W)"}],"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.
Sku : '100542403
Barcode : 1705746359354/368
${function(){
const variantData = data.variant || {"id":"f2f49e44-f01f-49c2-a3a6-676502b9c881","product_id":"86d8795d-8db3-49b5-b765-bfe87ced3de2","title":"Small Breed - 11\" X 13\" (4W)","weight_unit":"lb","inventory_quantity":0,"sku":"'100542403","barcode":"1705746359354\/368","position":1,"option1":"Small Breed - 11\" X 13\" (4W)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53a222a91a2e980dcc37bb198e6625ab.jpeg","path":"53a222a91a2e980dcc37bb198e6625ab.jpeg","width":2500,"height":2500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":70.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"70.99","retail_price":"0","available":true,"url":"\/products\/mothers-heartbeat-heated-puppy-pet-bed-with-bone-pillow?variant=f2f49e44-f01f-49c2-a3a6-676502b9c881","available_quantity":999999999,"options":[{"name":"Heartbeat\/Size\/Wattage","value":"Small Breed - 11\" X 13\" (4W)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}