Rolex
Loading...
Official Rolex Retailer

Glasgow

46-50 Argyll Arcade
Glasgow
G2 8BG
Scotland
United Kingdom

Opening Times: 9:30 - 17:30
  • Monday
    9:30 - 17:30
  • Tuesday
    9:30 - 17:30
  • Wednesday
    10:30 - 17:30
  • Thursday
    9:30 - 17:30
  • Friday
    9:30 - 17:30
  • Saturday
    9:30 - 17:30
  • Sunday
    11:00 - 17:00

Glasgow

CONTACT US

Please specify your preferred mode of contact and we will respond as quickly as possible.

*Required

document.querySelector('#rolex-contant-submit button').addEventListener('click', function(event) { const inputEmail = document.querySelector('#rolex-contact-email input'); const inputPhone = document.querySelector('#rolex-contact-phone input'); const errorEmail = document.querySelector('#rolex-contact-email .bfb-error'); const rolexHeading = document.querySelector('.rolex-form-heading'); const rolexSubheading = document.querySelector('.rolex-form-subheading'); if(inputEmail.value || inputPhone.value) { errorEmail.innerHTML = ''; rolexHeading.style.display = "none"; } else { event.preventDefault(); event.stopImmediatePropagation(); errorEmail.innerHTML = '
Error: please input email address and/or phone.
'; } rolexSubheading.style.display = "none"; }) ;