DOBABIES Vintage Plaid Wide Leg Pants Women High Waist Straight Casual Trousers Harajuku Korean Fashion Loose All Match Full Length
${function() {
const variantData = data.variant || {"id":"ffa26e5b-834b-4f8b-b27d-6c3d2c1e35bd","product_id":"d0a5f5c6-efd7-42e0-9e31-3a9b28cfe397","title":"PURPLE-XL","weight_unit":"g","inventory_quantity":100,"sku":"DOBABIES2024-05-1514:496;5:100014065","barcode":"","position":1,"option1":"PURPLE","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/45151e57074fa6eedbd27c00e63f8f51.jpeg","path":"45151e57074fa6eedbd27c00e63f8f51.jpeg","width":800,"height":800,"alt":"45962405839098|45962405871866|45962405904634|45962405937402|45962405970170","aspect_ratio":1},"wholesale_price":[{"price":40.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"40.99","retail_price":"0","available":true,"url":"\/products\/dobabies-vintage-plaid-wide-leg-pants-women-high-waist-straight-casual-trousers-harajuku-korean-fashion-loose-all-match-full-length?variant=ffa26e5b-834b-4f8b-b27d-6c3d2c1e35bd","available_quantity":999999999,"options":[{"name":"Color","value":"PURPLE"},{"name":"Size","value":"XL"}],"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}
`;
}()}