DOBABIES White High Waist Knitwear Dress Fashion Women Rib Lapel Autumn 2023 Slim Elegant Long Dress Casual Knit Solid Party Dress
${function() {
const variantData = data.variant || {"id":"4ebffb1b-e020-420f-a02c-d7b63f0ceb48","product_id":"5d8cbb7f-2935-45a6-a8cd-32d77054033f","title":"White Stripe-L","weight_unit":"g","inventory_quantity":100,"sku":"DOBABIES2024-05-2814:771#White Stripe;5:361385","barcode":"","position":1,"option1":"White Stripe","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1858cafe2ae38d24887b5d63ecd2df40.jpeg","path":"1858cafe2ae38d24887b5d63ecd2df40.jpeg","width":750,"height":1000,"alt":"46126148190458|46126148223226|46126148550906","aspect_ratio":0.75},"wholesale_price":[{"price":44.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"44.99","retail_price":"0","available":true,"url":"\/products\/dobabies-white-high-waist-knitwear-dress-fashion-women-rib-lapel-autumn-2023-slim-elegant-long-dress-casual-knit-solid-party-dress?variant=4ebffb1b-e020-420f-a02c-d7b63f0ceb48","available_quantity":999999999,"options":[{"name":"Color","value":"White Stripe"},{"name":"Size","value":"L"}],"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}
`;
}()}