${function() {
const variantData = data.variant || {"id":"87b222e0-35e5-4fb9-9f98-cdbb23beca9d","product_id":"805ec1df-7b07-4f7f-a745-4138f2bae011","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"HP-Black-S-A00250619","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a1fe89e6a3075703f7c98107959781b4.jpeg","path":"a1fe89e6a3075703f7c98107959781b4.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.2","price":"21.99","retail_price":"33.2","available":true,"url":"\/products\/womens-pink-christmas-tree-print-leggings?variant=87b222e0-35e5-4fb9-9f98-cdbb23beca9d","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":34,"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-Black-S-A00250619
${function(){
const variantData = data.variant || {"id":"87b222e0-35e5-4fb9-9f98-cdbb23beca9d","product_id":"805ec1df-7b07-4f7f-a745-4138f2bae011","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"HP-Black-S-A00250619","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a1fe89e6a3075703f7c98107959781b4.jpeg","path":"a1fe89e6a3075703f7c98107959781b4.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.2","price":"21.99","retail_price":"33.2","available":true,"url":"\/products\/womens-pink-christmas-tree-print-leggings?variant=87b222e0-35e5-4fb9-9f98-cdbb23beca9d","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":34,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}