DOBABIES Pleated Long sleeved Slim Maxi Dress Women Solid Fashion Elegant Party Dress Gown Off-Shoulder High Waist Bodycon Dress
${function() {
const variantData = data.variant || {"id":"b2b88d9d-0d4d-4d3c-b85d-c06007b61302","product_id":"c228985a-c2af-4e57-90e1-4b84b4ffed85","title":"Sleeveless Grey-M","weight_unit":"g","inventory_quantity":100,"sku":"DOBABIES2024-05-2714:350850#Sleeveless Grey;5:361386","barcode":"","position":1,"option1":"Sleeveless Grey","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/775d4e499c0ab7b24b91f84a5cf6270c.jpeg","path":"775d4e499c0ab7b24b91f84a5cf6270c.jpeg","width":760,"height":1013,"alt":"","aspect_ratio":0.7502467917077986},"wholesale_price":[{"price":51.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"51.99","retail_price":"0","available":true,"url":"\/products\/dobabies-pleated-long-sleeved-slim-maxi-dress-women-solid-fashion-elegant-party-dress-gown-off-shoulder-high-waist-bodycon-dress?variant=b2b88d9d-0d4d-4d3c-b85d-c06007b61302","available_quantity":999999999,"options":[{"name":"Color","value":"Sleeveless Grey"},{"name":"Size","value":"M"}],"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}
`;
}()}