Rarove-Retro Y2K Grunge Cargo Denim Jeans Streetwear Korean Vintage 90s Low Waist Trousers Aesthetic 90s Straight Pants Cuteandpsycho-1
${function() {
const variantData = data.variant || {"id":"8069e051-eec1-4ac7-9c7a-12f363897c02","product_id":"2f922409-3ec1-4194-a60a-924aae184a37","title":"Army Green-M","weight_unit":"g","inventory_quantity":997,"sku":"rarove47283506-army-green-m","barcode":"","position":1,"option1":"Army Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81e878e9d54d5709b036a022fc32c50c.jpeg","path":"81e878e9d54d5709b036a022fc32c50c.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.58,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"30.58","retail_price":"0","available":true,"url":"\/products\/retro-y2k-grunge-cargo-denim-jeans-streetwear-korean-vintage-90s-low-waist-trousers-aesthetic-90s-straight-pants-cuteandpsycho-1?variant=8069e051-eec1-4ac7-9c7a-12f363897c02","available_quantity":997,"options":[{"name":"Color","value":"Army Green"},{"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}
`;
}()}