Rarove Corduroy Wide Leg Trousers Female Cargo Pants 90S Streetwear Caramel Brown Low Waist E Girl Aesthetic Y2K Joggers Women
${function() {
const variantData = data.variant || {"id":"206fcab2-0074-45ee-99c3-3d783abb1417","product_id":"61afa8f2-aed0-4bfb-9088-aab64de5f7d2","title":"Brown-M","weight_unit":"g","inventory_quantity":285,"sku":"42173697-brown-m","barcode":"","position":1,"option1":"Brown","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e92537cbe9c03f466bfe69688d2954ed.jpeg","path":"e92537cbe9c03f466bfe69688d2954ed.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.58,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"31.58","retail_price":"0","available":true,"url":"\/products\/rockmore-corduroy-wide-leg-trousers-female-cargo-pants-90s-streetwear-caramel-brown-low-waist-e-girl-aesthetic-y2k-joggers-women?variant=206fcab2-0074-45ee-99c3-3d783abb1417","available_quantity":285,"options":[{"name":"Color","value":"Brown"},{"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}
`;
}()}