Summer Baby Socks Thin Mesh Mosquito Proof Midtube Socks Large Bow Knee-high Loose Baby Stuff Clothing Accessories Newborn
${function() {
const variantData = data.variant || {"id":"f49c0772-9d54-4fb1-b1da-6af0a68f4d6f","product_id":"33f2e109-b631-42ee-bd70-cc53864bcdf3","title":"pink-0-1 Years (S)","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"pink","option2":"0-1 Years (S)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e2be51f805c4eec1337bdb4e1d8d8a69.jpeg","path":"e2be51f805c4eec1337bdb4e1d8d8a69.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":1.96,"min_quantity":1}],"weight":"0","compare_at_price":"3.92","price":"1.96","retail_price":"3.92","available":true,"url":"\/products\/summer-baby-socks-thin-mesh-mosquito-proof-midtube-socks-large-bow-knee-high-loose-baby-stuff-clothing-accessories-newborn?variant=f49c0772-9d54-4fb1-b1da-6af0a68f4d6f","available_quantity":999999999,"options":[{"name":"Color","value":"pink"},{"name":"Kid Size","value":"0-1 Years (S)"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${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":"f49c0772-9d54-4fb1-b1da-6af0a68f4d6f","product_id":"33f2e109-b631-42ee-bd70-cc53864bcdf3","title":"pink-0-1 Years (S)","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"pink","option2":"0-1 Years (S)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e2be51f805c4eec1337bdb4e1d8d8a69.jpeg","path":"e2be51f805c4eec1337bdb4e1d8d8a69.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":1.96,"min_quantity":1}],"weight":"0","compare_at_price":"3.92","price":"1.96","retail_price":"3.92","available":true,"url":"\/products\/summer-baby-socks-thin-mesh-mosquito-proof-midtube-socks-large-bow-knee-high-loose-baby-stuff-clothing-accessories-newborn?variant=f49c0772-9d54-4fb1-b1da-6af0a68f4d6f","available_quantity":999999999,"options":[{"name":"Color","value":"pink"},{"name":"Kid Size","value":"0-1 Years (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}
`
}()}
${function() {
const minDays = parseInt('15');
const maxDays = parseInt('30');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}