DOBABIES-Loose Letter Print Long Sleeve T-Shirt Women's Spring Korean Slim Fashion Underlay Top
${function() {
const variantData = data.variant || {"id":"6decd496-1d5a-4977-a110-314c8fd86eca","product_id":"e2382156-1abe-479a-a730-f26bd74c91e0","title":"One Size-Gray","weight_unit":"g","inventory_quantity":100,"sku":"DOBABIES2024-05-2114:691#Gray;5:100014064#One Size","barcode":"","position":1,"option1":"One Size","option2":"Gray","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7f0c4bed340e3c9e046b805d24b6d3ba.jpeg","path":"7f0c4bed340e3c9e046b805d24b6d3ba.jpeg","width":960,"height":1280,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"38.99","retail_price":"0","available":true,"url":"\/products\/dobabies-loose-letter-print-long-sleeve-t-shirt-womens-spring-korean-slim-fashion-underlay-top?variant=6decd496-1d5a-4977-a110-314c8fd86eca","available_quantity":999999999,"options":[{"name":"Size","value":"One Size"},{"name":"Color","value":"Gray"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 minDays = parseInt('7');
const maxDays = parseInt('15');
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}
`;
}()}