${function() {
const variantData = data.variant || {"id":"e4b6356a-bcc6-48af-ba58-8b9012d96acb","product_id":"3facc69f-0607-4e24-a8d0-9e1a66fa39bb","title":"Green-One-Size","weight_unit":"kg","inventory_quantity":1000,"sku":"HP-Green-One-Size-A00250966","barcode":"","position":1,"option1":"Green","option2":"One-Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e253c944247d73560fbe6c0358090c25.jpeg","path":"e253c944247d73560fbe6c0358090c25.jpeg","width":1340,"height":1785,"alt":"","aspect_ratio":0.7507002801120448},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"16.58","price":"9.99","retail_price":"16.58","available":true,"url":"\/products\/womens-christmas-tree-vintage-earrings?variant=e4b6356a-bcc6-48af-ba58-8b9012d96acb","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"One-Size"}],"off_ratio":40,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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.
Sku : HP-Green-One-Size-A00250966
${function(){
const variantData = data.variant || {"id":"e4b6356a-bcc6-48af-ba58-8b9012d96acb","product_id":"3facc69f-0607-4e24-a8d0-9e1a66fa39bb","title":"Green-One-Size","weight_unit":"kg","inventory_quantity":1000,"sku":"HP-Green-One-Size-A00250966","barcode":"","position":1,"option1":"Green","option2":"One-Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e253c944247d73560fbe6c0358090c25.jpeg","path":"e253c944247d73560fbe6c0358090c25.jpeg","width":1340,"height":1785,"alt":"","aspect_ratio":0.7507002801120448},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"16.58","price":"9.99","retail_price":"16.58","available":true,"url":"\/products\/womens-christmas-tree-vintage-earrings?variant=e4b6356a-bcc6-48af-ba58-8b9012d96acb","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"One-Size"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}