${function() {
const variantData = data.variant || {"id":"bf6be5df-a954-493c-885f-214199cb5b68","product_id":"1807ff66-c619-42ba-98d4-600e86ab25b5","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7226669","barcode":"7226669","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6cb5e85d127f3c8717beacda058d8370.webp","path":"6cb5e85d127f3c8717beacda058d8370.webp","width":907,"height":907,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.25,"min_quantity":1}],"weight":"0","compare_at_price":"131.25","price":"23.25","retail_price":"131.25","available":true,"url":"\/products\/small-floral-button-sling-v-neck-mini-dress?variant=bf6be5df-a954-493c-885f-214199cb5b68","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"s"}],"off_ratio":82,"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 : 7226669
Barcode : 7226669
${function(){
const variantData = data.variant || {"id":"bf6be5df-a954-493c-885f-214199cb5b68","product_id":"1807ff66-c619-42ba-98d4-600e86ab25b5","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7226669","barcode":"7226669","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6cb5e85d127f3c8717beacda058d8370.webp","path":"6cb5e85d127f3c8717beacda058d8370.webp","width":907,"height":907,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.25,"min_quantity":1}],"weight":"0","compare_at_price":"131.25","price":"23.25","retail_price":"131.25","available":true,"url":"\/products\/small-floral-button-sling-v-neck-mini-dress?variant=bf6be5df-a954-493c-885f-214199cb5b68","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"s"}],"off_ratio":82,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}