${function() {
const variantData = data.variant || {"id":"54c41a3c-7972-4913-ad9b-f6390a77c731","product_id":"940b5836-e8c8-42f7-93b7-ab78946f1860","title":"01 Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Green S-46968086","barcode":"","position":1,"option1":"01 Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1fec77226b33932eea6ae0facebb6b08.jpeg","path":"1fec77226b33932eea6ae0facebb6b08.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.55,"min_quantity":1}],"weight":"0","compare_at_price":"37.55","price":"37.55","retail_price":"37.55","available":true,"url":"\/products\/fashion-casual-printed-long-sleeve-elegant-o-neck-loose-rompers-208565364264?variant=54c41a3c-7972-4913-ad9b-f6390a77c731","available_quantity":999999999,"options":[{"name":"Color","value":"01 Green"},{"name":"Size","value":"S"}],"off_ratio":0,"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 : 01 Green S-46968086
${function(){
const variantData = data.variant || {"id":"54c41a3c-7972-4913-ad9b-f6390a77c731","product_id":"940b5836-e8c8-42f7-93b7-ab78946f1860","title":"01 Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Green S-46968086","barcode":"","position":1,"option1":"01 Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1fec77226b33932eea6ae0facebb6b08.jpeg","path":"1fec77226b33932eea6ae0facebb6b08.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.55,"min_quantity":1}],"weight":"0","compare_at_price":"37.55","price":"37.55","retail_price":"37.55","available":true,"url":"\/products\/fashion-casual-printed-long-sleeve-elegant-o-neck-loose-rompers-208565364264?variant=54c41a3c-7972-4913-ad9b-f6390a77c731","available_quantity":999999999,"options":[{"name":"Color","value":"01 Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}