Rolex 326238 Sky-Dweller Yellow Gold Men's Black Dial Watch
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"37e6b0f1-9ddc-431d-a071-7aec33f9aebc","product_id":"6fcf4001-4de9-480e-b006-5457c43372ae","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"18056546405363776406870205","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-326238-sky-dweller-yellow-gold-mens-black-dial-watch-xpx6?variant=37e6b0f1-9ddc-431d-a071-7aec33f9aebc","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}
`;
}()}