${function() {
const variantData = data.variant || {"id":"27d0cba6-7656-4ff4-a684-9cb26216eb83","product_id":"50f4b86c-eae2-4cbe-bb76-e26e0d16d79a","title":"Yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4431992","barcode":"4431992","position":1,"option1":"Yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/beb44fcdc9006e65af277c1583ff0239.webp","path":"beb44fcdc9006e65af277c1583ff0239.webp","width":925,"height":1387,"alt":"","aspect_ratio":0.6669069935111752},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.15","compare_at_price":"69.99","price":"34.99","retail_price":"69.99","available":true,"url":"\/products\/yellow-floral-print-off-shoulder-elegant-mini-dress?variant=27d0cba6-7656-4ff4-a684-9cb26216eb83","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"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 : 4431992
Weight : 0.15kg
Barcode : 4431992
${function(){
const variantData = data.variant || {"id":"27d0cba6-7656-4ff4-a684-9cb26216eb83","product_id":"50f4b86c-eae2-4cbe-bb76-e26e0d16d79a","title":"Yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4431992","barcode":"4431992","position":1,"option1":"Yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/beb44fcdc9006e65af277c1583ff0239.webp","path":"beb44fcdc9006e65af277c1583ff0239.webp","width":925,"height":1387,"alt":"","aspect_ratio":0.6669069935111752},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.15","compare_at_price":"69.99","price":"34.99","retail_price":"69.99","available":true,"url":"\/products\/yellow-floral-print-off-shoulder-elegant-mini-dress?variant=27d0cba6-7656-4ff4-a684-9cb26216eb83","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"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}
`
}()}