Rolex 179174 Diamond Lady Datejust "White Gold Bezel" Mother Of Pearl
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"e0d1df0e-4b55-42c1-99ab-e6964bcc0997","product_id":"8592eaeb-6610-4dca-8046-f92df39e04df","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"18056544425731980178000205","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":90,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"90","retail_price":"0","available":true,"url":"\/products\/rolex-179174-diamond-lady-datejust-white-gold-bezel-mother-of-pearl?variant=e0d1df0e-4b55-42c1-99ab-e6964bcc0997","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
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}
`;
}()}