${function() {
const variantData = data.variant || {"id":"812fddb0-5b5e-46cb-b9b6-232885ebe174","product_id":"5d1827cb-57ef-46f1-b86e-c566ad6e6c76","title":"Green-Clipper","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Green","option2":"Clipper","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/84648a663b3ba9041a9b425cdaad791c.webp","path":"84648a663b3ba9041a9b425cdaad791c.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"22.99","retail_price":"39.99","available":true,"url":"\/products\/led-light-pet-nail-clippers-for-dog-cat?variant=812fddb0-5b5e-46cb-b9b6-232885ebe174","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"VALUE PACK","value":"Clipper"}],"off_ratio":43,"flashsale_info":[],"sales":1};
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":"812fddb0-5b5e-46cb-b9b6-232885ebe174","product_id":"5d1827cb-57ef-46f1-b86e-c566ad6e6c76","title":"Green-Clipper","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Green","option2":"Clipper","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/84648a663b3ba9041a9b425cdaad791c.webp","path":"84648a663b3ba9041a9b425cdaad791c.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"22.99","retail_price":"39.99","available":true,"url":"\/products\/led-light-pet-nail-clippers-for-dog-cat?variant=812fddb0-5b5e-46cb-b9b6-232885ebe174","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"VALUE PACK","value":"Clipper"}],"off_ratio":43,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}