${function() {
const variantData = data.variant || {"id":"40b54345-02e7-491b-845c-dbd69d78053c","product_id":"bc5a1ba3-be54-4f8a-8bd7-c1995dd80db0","title":"Square Yellow","weight_unit":"kg","inventory_quantity":100,"sku":"QB00360-Square Yellow-A001940","barcode":"","position":3,"option1":"Square Yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f4c6cf98bc1e8044022a589dd5522ea1.jpeg","path":"f4c6cf98bc1e8044022a589dd5522ea1.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.97,"min_quantity":1}],"weight":"1","compare_at_price":"35.91","price":"11.97","retail_price":"35.91","available":true,"url":"\/products\/soft-silicone-pet-brush-massage-your-dog-or-cats-hair-with-shower-gel-dispenser-perfect-for-bath-time?variant=40b54345-02e7-491b-845c-dbd69d78053c","available_quantity":100,"options":[{"name":"Color","value":"Square Yellow"}],"off_ratio":67,"flashsale_info":[],"sales":5000};
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 : QB00360-Square Yellow-A001940
Weight : 1kg
${function(){
const variantData = data.variant || {"id":"40b54345-02e7-491b-845c-dbd69d78053c","product_id":"bc5a1ba3-be54-4f8a-8bd7-c1995dd80db0","title":"Square Yellow","weight_unit":"kg","inventory_quantity":100,"sku":"QB00360-Square Yellow-A001940","barcode":"","position":3,"option1":"Square Yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f4c6cf98bc1e8044022a589dd5522ea1.jpeg","path":"f4c6cf98bc1e8044022a589dd5522ea1.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.97,"min_quantity":1}],"weight":"1","compare_at_price":"35.91","price":"11.97","retail_price":"35.91","available":true,"url":"\/products\/soft-silicone-pet-brush-massage-your-dog-or-cats-hair-with-shower-gel-dispenser-perfect-for-bath-time?variant=40b54345-02e7-491b-845c-dbd69d78053c","available_quantity":100,"options":[{"name":"Color","value":"Square Yellow"}],"off_ratio":67,"flashsale_info":[],"sales":5000};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}