ROLEX 126710BLRO GMT-MASTER II "PEPSI"
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"a4042650-b8ee-4e32-b129-164fa983f98f","product_id":"2e581735-018e-4cec-a70e-544f01456552","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"18056544591268408272490205","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-126710blro-gmt-master-ii-pepsi?variant=a4042650-b8ee-4e32-b129-164fa983f98f","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":1};
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}
`;
}()}