${function() {
const variantData = data.variant || {"id":"e53f1e5c-ffd0-4252-a238-9c907ec1b01f","product_id":"1e43e80d-19af-4ef5-90e7-c2a0787ffc80","title":"Pink-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"QZHYLWEGn5-Pink-XS","barcode":"","position":1,"option1":"Pink","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/11901103bd16a05ee35eedb8dfda5b39.jpeg","path":"11901103bd16a05ee35eedb8dfda5b39.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":61.99,"min_quantity":1}],"weight":"0","compare_at_price":"104.99","price":"61.99","retail_price":"104.99","available":true,"url":"\/products\/solid-color-sleeveless-pleated-dress?variant=e53f1e5c-ffd0-4252-a238-9c907ec1b01f","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"XS"}],"off_ratio":41,"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.
${function(){
const variantData = data.variant || {"id":"e53f1e5c-ffd0-4252-a238-9c907ec1b01f","product_id":"1e43e80d-19af-4ef5-90e7-c2a0787ffc80","title":"Pink-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"QZHYLWEGn5-Pink-XS","barcode":"","position":1,"option1":"Pink","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/11901103bd16a05ee35eedb8dfda5b39.jpeg","path":"11901103bd16a05ee35eedb8dfda5b39.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":61.99,"min_quantity":1}],"weight":"0","compare_at_price":"104.99","price":"61.99","retail_price":"104.99","available":true,"url":"\/products\/solid-color-sleeveless-pleated-dress?variant=e53f1e5c-ffd0-4252-a238-9c907ec1b01f","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"XS"}],"off_ratio":41,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}