${function() {
const variantData = data.variant || {"id":"21fcf4b5-e74f-45a2-be1f-9278807b91b9","product_id":"21aec336-b724-4bce-8668-fdf074e65907","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4511771","barcode":"4511771","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79537031c79b247f1d8a67fa2fe1a6cd.webp","path":"79537031c79b247f1d8a67fa2fe1a6cd.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"53.99","price":"26.99","retail_price":"53.99","available":true,"url":"\/products\/sexy-fashion-stripe-short-sleeves-mini-dress?variant=21fcf4b5-e74f-45a2-be1f-9278807b91b9","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":50,"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 : 4511771
Weight : 0.25kg
Barcode : 4511771
${function(){
const variantData = data.variant || {"id":"21fcf4b5-e74f-45a2-be1f-9278807b91b9","product_id":"21aec336-b724-4bce-8668-fdf074e65907","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4511771","barcode":"4511771","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79537031c79b247f1d8a67fa2fe1a6cd.webp","path":"79537031c79b247f1d8a67fa2fe1a6cd.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"53.99","price":"26.99","retail_price":"53.99","available":true,"url":"\/products\/sexy-fashion-stripe-short-sleeves-mini-dress?variant=21fcf4b5-e74f-45a2-be1f-9278807b91b9","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}