Official Rolex Retailer
CONTACT US
We have the necessary skills, technical know-how and special equipment to guarantee the authenticity of your Rolex. It will be our pleasure to assist you with any inquiries.
- View Map
- View List
-
Official Rolex Retailer
Laings
70 Buchanan Street
Glasgow
G1 3JE
Scotland
United Kingdom -
Official Rolex Retailer
Laings
72 George Street
Edinburgh
EH2 3BX
Scotland
United Kingdom -
Official Rolex Retailer
Laings
St David's
25-27 The Hayes
Cardiff,
CF10 1GA
Wales
United Kingdom -
Official Rolex Retailer
Laings
SU16 Westquay Shopping Centre
Southampton
SO15 1QD
England
United Kingdom
document.querySelectorAll(".mgz-button").forEach(function(button) {
let cancelDiv = document.createElement("button");
cancelDiv.type = "reset";
cancelDiv.classList.add("cancel-rolex");
cancelDiv.textContent = "Cancel";
button.appendChild(cancelDiv);
});
document.querySelector('#rolex-pre-owned-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";
}) ;