Purple Baby Tee Sleeveless Patchwork Earth Crop Tank Top Women Aesthetic e-Girl Y2K Outfit /
${function() {
const variantData = data.variant || {"id":"0f9bfe8e-d7b2-4669-8248-d5eb968604db","product_id":"2a93089e-3848-42ff-bed3-ab6aea943eb4","title":"black-L","weight_unit":"g","inventory_quantity":900,"sku":"49983386-black-l","barcode":"","position":1,"option1":"black","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec95883ba91a3af5304e45e4b1400474.jpeg","path":"ec95883ba91a3af5304e45e4b1400474.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.55,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.55","retail_price":"0","available":true,"url":"\/products\/purple-baby-tee-sleeveless-patchwork-earth-crop-tank-top-women-aesthetic-e-girl-y2k-outfit?variant=0f9bfe8e-d7b2-4669-8248-d5eb968604db","available_quantity":900,"options":[{"name":"Color","value":"black"},{"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}
`;
}()}