Rarove-Ruffle Green Off Shoulder Maternity Dress Women Dress Elegant Pregnancy Bodycon Dresses Womens Clothing Photography Vestido
${function() {
const variantData = data.variant || {"id":"a3b622da-f5ca-44f8-a5dd-fb043081825d","product_id":"0b88dffb-fd7c-4025-9f7d-aa5ad1590c04","title":"pic 2-L","weight_unit":"g","inventory_quantity":198,"sku":"rarove23015033-pic-2-l","barcode":"","position":1,"option1":"pic 2","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4f4e4b0ee8c64a072f4ae014a0529d3b.jpeg","path":"4f4e4b0ee8c64a072f4ae014a0529d3b.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.55,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.55","retail_price":"0","available":true,"url":"\/products\/ruffle-green-off-shoulder-maternity-dress-women-dress-elegant-pregnancy-bodycon-dresses-womens-clothing-photography-vestido?variant=a3b622da-f5ca-44f8-a5dd-fb043081825d","available_quantity":198,"options":[{"name":"Color","value":"pic 2"},{"name":"Maternity 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}
`;
}()}