${function() {
const variantData = data.variant || {"id":"ce42f1e3-9493-42ad-b7f4-0e6331d4ea1b","product_id":"62adbb01-eec4-4d8f-bb63-61e98cc41284","title":"BLACK-FREE SIZE","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"BLACK","option2":"FREE SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2be70f578466d48c0c19b77b0b03c101.webp","path":"2be70f578466d48c0c19b77b0b03c101.webp","width":600,"height":799,"alt":"","aspect_ratio":0.7509386733416771},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"46.78","price":"25.99","retail_price":"46.78","available":true,"url":"\/products\/loose-v-neck-fastener-cover-ups-swimwear?variant=ce42f1e3-9493-42ad-b7f4-0e6331d4ea1b","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"name":"Size","value":"FREE SIZE"}],"off_ratio":44,"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":"ce42f1e3-9493-42ad-b7f4-0e6331d4ea1b","product_id":"62adbb01-eec4-4d8f-bb63-61e98cc41284","title":"BLACK-FREE SIZE","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"BLACK","option2":"FREE SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2be70f578466d48c0c19b77b0b03c101.webp","path":"2be70f578466d48c0c19b77b0b03c101.webp","width":600,"height":799,"alt":"","aspect_ratio":0.7509386733416771},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"46.78","price":"25.99","retail_price":"46.78","available":true,"url":"\/products\/loose-v-neck-fastener-cover-ups-swimwear?variant=ce42f1e3-9493-42ad-b7f4-0e6331d4ea1b","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"name":"Size","value":"FREE SIZE"}],"off_ratio":44,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}