Super Customer Service
Transparent Pricing & Secure Payments
Nationwide Delivery Available On All Orders
Specialist Supplier Of Over 6000 Doors & Door Accessories
Start right away with 4 months to pay
Enjoy 0% over 4 monthly instalments*
View finance options
* Subject to status. Minimum spend required. T&Cs apply.
The SMART way to buy trade building materials
Sign up today for a cash or credit account, exclusive discounts, rebates and rewards with a CMO Trade Account
Good Builds start with our
See our specialist stores
Be first to know about offers, product deals, exclusive discounts and industry news.
Would you like to empty your basket?
Yes No
'); } }); } function callBackValidation() { var charexp = / /gi; // used to strip white space var formError = false; $('#call-back__form').find('.call-back__input, .call-back__select').each(function () { if ($(this).val().replace(charexp, "") == "") { formError = true; } }); if (true === formError) { return false; } else { pushFormSubmission('Request a Callback'); $('#js-call-back-save-btn').css('visibility', 'hidden').attr('disabled', true); grecaptcha.execute(recaptchaCallBack); } } function callBackRecapcha(token) { insertCallBackRequest(); } function insertProductQuestion() { var thisForm = $("#product-question__form"); var questionFormHeader = $("#js-product-question-header-wrapper"); var questionHeaderWrapper = $("#js-product-question-header-wrapper"); var questionSaveBtn = $('#js-product-question-save-btn'); $.ajax({ url: thisForm.attr('action'), type: thisForm.attr('method'), data: thisForm.serialize(), dataType: "json", cache: false, error: function () { alert('The invisible reCAPTCHA failed, please try again.'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion); questionSaveBtn.css('visibility', '').attr('disabled', false); }, success: function (response) { if (false === response['email-error']) { thisForm.hide(); questionFormHeader.html('
Thank you for the product question
When your question is answered, it will be listed above.
'); questionHeaderWrapper.addClass('product-question-success').removeClass('product-question-error'); grecaptcha.reset(recaptchaProductQuestion); } else { questionFormHeader.html('
There\'s been a problem
'); questionHeaderWrapper.addClass('product-question-error').removeClass('product-question-success'); grecaptcha.reset(recaptchaProductQuestion); questionSaveBtn.css('visibility', '').attr('disabled', false); } } }); } function productQuestionValidation() { var charexp = / /gi; // used to strip white space var alertMessage = ''; var formError = false; $('#product-question__form').find('.product-question__input').each(function () { if (($(this).attr('name') !== 'email_address' || $(this).attr('name') === 'telephone_number') && $(this).val().replace(charexp, '') === '') { alertMessage += $(this).data('error') + '\n'; formError = true; } else if ($(this).attr('name') === 'email_address' && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(this).val()) === false) { // Check email is not blank and valid alertMessage += $(this).data('error') + '\n'; formError = true; } else if ($(this).attr('name') === 'telephone_number' && /^[0-9s()-+]{6,25}$/g.test($(this).val().replace(charexp, '')) === false) { // Check telephone is not blank and valid alertMessage += $(this).data('error'); formError = true; } }); if (true == formError) { alert('The fields below have errors : \n' + alertMessage); return false; } else { pushFormSubmission('Product Question'); grecaptcha.execute(recaptchaProductQuestion); } } function contactFormSPERecaptcha(token) { woofuCaptchaValidate(token, 'collapseOne'); grecaptcha.execute(recaptchaContactFormSPE); } function contactFormCSERecaptcha(token) { woofuCaptchaValidate(token, 'collapseTwo'); grecaptcha.execute(recaptchaContactFormCSE); } function contactFormFCRecaptcha(token) { woofuCaptchaValidate(token, 'collapseThree'); grecaptcha.execute(recaptchaContactFormFC); } function contactFormValidation(contactFormReference, recaptchaVariable) { var charexp = / /gi; // used to strip white space var alertMessage = ''; var formError = false; $('#'+contactFormReference).find('.js-contact-form-input').each(function () { var field = $(this).data('label'); var required = $(this).prop('required'); // Check to ensure required fields contain data if (required && $(this).val() === '') { alertMessage += field + '\n'; formError = true; } else if ('Email Address' === field && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(this).val()) === false) { // Check email is not blank and valid alertMessage += field + '\n'; formError = true; } else if ('Telephone' === field && /^[0-9s()-+]{6,25}$/g.test($(this).val().replace(charexp, '')) === false) { // Check telephone is not blank and valid alertMessage += field + '\n'; formError = true; } else if ('Enquiry Type' === field && 'Select an enquiry type' === $(this).val()) { alertMessage += field + '\n'; formError = true; } }); if (true === formError) { alert('The fields below have errors : \n' + alertMessage); return false; } else { grecaptcha.execute(recaptchaVariable); } } function woofuCaptchaValidate(token, contactFormReference) { $.ajax({ url: 'https://www.doorsuperstore.co.uk/verify-captcha', type: 'POST', data: { 'g-recaptcha-response': token }, dataType: "json", cache: false, error: function () { alert('The invisible reCAPTCHA failed, please try again.'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion); }, success: function (response) { if ('success' === response.response) { $('#' + contactFormReference + ' form .recaptcha-field').remove(); $('#' + contactFormReference + ' form').submit(); } else { alert('The invisible reCAPTCHA failed, please try again.'); } } }); } function whatsappSharingRecaptcha(token) { grecaptcha.execute(recaptchaWhatsappSharing); } function smsSharingRecaptcha(token) { grecaptcha.execute(recaptchaSmsSharing); } function emailSharingRecaptcha(token) { grecaptcha.execute(recaptchaEmailSharing); } function validateShareBasketInput(inputId) { var charexp = / /gi; // used to strip white space var alertMessage = ''; if ($(inputId).attr('type') === 'tel' && /^[0-9+]{9,20}$/g.test($(inputId).val().replace(charexp, '')) === false) { // Check telephone is not blank and valid alertMessage += 'Mobile number'; } else if ($(inputId).attr('type') === 'email' && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(inputId).val()) === false) { // Check email is not blank and valid alertMessage += 'Email address'; } if (alertMessage.length > 0) { alert(alertMessage + ' is not valid.'); return false; } else { postSharingForm($(inputId).parent().parent().parent()); } } function postSharingForm(thisForm) { var shareBtn = thisForm.find('.share-button').first(); var thisFormId = thisForm[0].id; var gRecaptchaResponse = thisForm.find('.g-recaptcha-response')[0].value; var sharingVar = ''; if (thisFormId === 'smsMobileSharing') { sharingVar = recaptchaSmsSharing; } else if (thisFormId === 'whatsappMobileSharing') { sharingVar = recaptchaWhatsappSharing; } else if (thisFormId === 'emailSharing') { sharingVar = recaptchaEmailSharing; } var sharingInput = thisForm.find('.js-sharing-input'); if (gRecaptchaResponse === '') { alert('Please check the reCaptcha and try again.'); } else if (sharingVar !== '') { shareBtn.first().css('visibility', 'hidden').attr('disabled', true); $.ajax({ url: thisForm.data('url'), type: 'POST', data: { 'shareMethod': thisFormId, 'sharingInput': $(sharingInput).val(), 'permalink': $('#basketPermalinkInput').val(), 'recaptcha': gRecaptchaResponse }, error: function () { shareBtn.first().css('visibility', '').attr('disabled', false); alert('Sharing failed, please try again.'); grecaptcha.reset(sharingVar); grecaptcha.execute(sharingVar); }, success: function (response) { if (response['response'] === 'success') { var dataLayer = window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'basketShare', 'method': thisFormId, 'permalink': $('#basketPermalinkInput').val() }); thisForm.hide(); $('#js-sharing-success').show(); grecaptcha.reset(sharingVar); var basketSharedViaWhatsApp = response['cookies']['basketSharedViaWhatsApp']; var basketSharedViaSms = response['cookies']['basketSharedViaSms']; var basketSharedViaEmail = response['cookies']['basketSharedViaEmail']; if (basketSharedViaWhatsApp && basketSharedViaSms && basketSharedViaEmail) { $('.allShareContainers').remove(); } else { if (basketSharedViaWhatsApp) { $('#whatsappShareContainer').remove(); } if (basketSharedViaSms) { $('#smsShareContainer').remove(); } if (basketSharedViaEmail) { $('#emailShareContainer').remove(); } } if (response['additional'] !== undefined) { var win = window.open(response['additional'], '_blank'); win.focus(); } } } }); } else { alert('Could not find reCAPTCHA. Please refresh and try again.'); } } function productQuestionsRecapcha(token) { $('#js-product-question-save-btn').css('visibility', 'hidden').attr('disabled', true); insertProductQuestion(); } function subscribeFormValidation() { var formError = false; const customerName = $('#customer_name'); const customerEmail = $('#customer_email'); var alertMessage = ''; if (customerName.val().replace(/ /i, "") === "") { alertMessage += 'Your name.\n'; formError = true; } if (/^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test(customerEmail.val()) === false) { alertMessage += 'A valid email address.'; formError = true; } if (true === formError) { alert('Please enter the following and try again: \n' + alertMessage); return false; } else { $('#js-subscribe-save-btn').css('visibility', 'hidden').attr('disabled', true); grecaptcha.execute(recaptchaSubscribe); } } function submitSubscribeFormData() { var thisForm = $("#js-subscribe-form"); $.ajax({ url: thisForm.attr('action'), type: thisForm.attr('method'), data: thisForm.serialize(), dataType: "json", cache: false, error: function () { alert('The invisible reCAPTCHA failed, please try again.'); grecaptcha.reset(recaptchaSubscribe); grecaptcha.execute(recaptchaSubscribe); }, success: function (response) { window.location.href = '/pages/subscribe-confirmation.html'; } }); } function subscribeRecapcha(token) { submitSubscribeFormData(); } var onloadCallback = function () { /* Attached to Request a Call Back Form */ if ($('#callBackRecapcha').length) { recaptchaCallBack = grecaptcha.render('callBackRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': callBackRecapcha, 'size': 'invisible', 'badge': 'inline' }); } /* Attached to Product Question Form */ if ($('#productQuestionsRecapcha').length) { recaptchaProductQuestion = grecaptcha.render('productQuestionsRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': productQuestionsRecapcha, 'size': 'invisible', 'badge': 'inline' }); } /* Attached to SPE Contact Form */ if ($('#contactFormSPERecaptcha').length) { recaptchaContactFormSPE = grecaptcha.render('contactFormSPERecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormSPERecaptcha, 'size': 'invisible', 'badge': 'inline' }); } if ($('#contactFormCSERecaptcha').length) { recaptchaContactFormCSE = grecaptcha.render('contactFormCSERecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormCSERecaptcha, 'size': 'invisible', 'badge': 'inline' }); } if ($('#contactFormFCRecaptcha').length) { recaptchaContactFormFC = grecaptcha.render('contactFormFCRecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormFCRecaptcha, 'size': 'invisible', 'badge': 'inline' }); } if ($('#subscribeRecapcha').length) { recaptchaSubscribe = grecaptcha.render('subscribeRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': subscribeRecapcha, 'size': 'invisible', 'badge': 'inline' }); } }; $(document).ready(function () { // Load recaptcha JS when a product question or callback request form element receives focus var captchaLoaded = false; $('.product-question__input, .call-back__input, .call-back__select, .js-sharing-input, .subscribe__input, .js-contact-form-input').on('focus', function () { // Only load JS once if (captchaLoaded) { return; } var head = document.getElementsByTagName('head')[0]; var recaptchaScript = document.createElement('script'); recaptchaScript.type = 'text/javascript'; recaptchaScript.src = 'https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit'; recaptchaScript.defer = true; head.appendChild(recaptchaScript); captchaLoaded = true; }); $('#js-call-back-save-btn').click(function () { callBackValidation(); }); $('#js-product-question-save-btn').click(function () { productQuestionValidation(); }); $('#js-subscribe-save-btn').click(function (event) { event.preventDefault(); subscribeFormValidation(); }); // Contact Form submit detects $('#saveForm_SPE').click(function (event) { event.preventDefault(); contactFormValidation('collapseOne', recaptchaContactFormSPE); }); $('#saveForm_CSE').click(function (event) { event.preventDefault(); contactFormValidation('collapseTwo', recaptchaContactFormCSE); }); $('#saveForm_FC').click(function (event) { event.preventDefault(); contactFormValidation('collapseThree', recaptchaContactFormFC); }); /* Set-up Category/Brand/Search price slider */ if ($('.js-range-slider').length) { $('head').append('
'); $.ajax({ url: "/user/themes/base/assets/js/ion.rangeSlider/js/ion.rangeSlider.min.js", context: document.body }).done(function() { $('.js-range-slider').ionRangeSlider({ skin: "round", prettify_enabled: true, prettify_separator: ',' }); }); } });
Sorry
It seems you are running an older version of Internet Explorer. Our site does not support these old browsers as they do not house the technology that allows our site to be safe and secure.
If you wish to access our site please either upgrade your browser or download an alternative.
FAQs
Is Oak good for external doors? ›
Its durability and natural beauty makes it a perfect material for exterior doors. It may be traditional but it doesn't make external oak doors old-fashioned. They're timeless! With plenty of charm and character, oak front and back doors are sure to bring a warmth to the outside of any home.
What is the best finish for oak outside? ›Oak is best treated with either Raw Linseed Oil diluted with White Spirits, Finest Danish Oil or Pure Tung Oil which gives a paler shade.
What color front door adds the most value? ›SEATTLE, June 23, 2022 /PRNewswire/ -- A statement-making front door can boost a home's curb appeal and its value. Research from Zillow® finds that homes with slate blue or black front doors appeal to more recent and prospective buyers and could sell for a higher price.
What color front door is most inviting? ›Use a neutral hue such as brown, black, or gray for a look that will withstand the test of time. Even deep reds and navy blues are classic front door colors that act as neutrals. If your style changes or you alter your home's exterior later, neutral hues will adapt with you.
What is the most popular front door? ›Craftsman Door — One of the most popular types of front doors on the market today, the Craftsman style goes with much more than just a Craftsman style house. You can recognize this style from the raised panels in the center of the door frame as well as the top glass panels.
Should front door be lighter or darker than house? ›If your house's exterior is neutral, a bold front door color may provide the contrasting hues your home's aesthetic needs. In general, if the materials surrounding your door are dark, a lighter front door color is best and vice versa. However, don't be afraid to be a little unconventional.
What type of exterior front door is best? ›Steel and fiberglass front doors require the least amount of maintenance. They're made from durable materials that resist dents and scratches, with a long-lasting finish. Wood front doors require a bit more maintenance if you choose a wood exterior.
What is the best type of front door to buy? ›A steel door is your best bet if security and durability are top priorities. Steel units are stronger than wood or fiberglass doors, and they won't crack or warp. Any dents or dings on these doors can be pulled and puttied with an auto-body repair kit.
How long will oak Last untreated? ›An untreated Oak beam, which is classed as 'durable', for example, will last 15-25 years depending on environmental conditions.
Is oak water proof? ›As a hardwood, oak has a high level of water resistance as its dense, non – porous texture resists water absorption, making it ideal for exterior uses without the need for waterproof chemicals being applied.
Is oak a cheap wood? ›
Oak wood is generally more expensive than other woods due to the time and difficulties involved in growing and working with it. However, it also tends to last much longer than other woods so you should bear that in mind.
How do you protect oak without darkening? ›The oil also repels water, thus preventing it from going black. If the requirement is to protect the oak whilst keeping the silvery appearance then the following is the best: 1 coat of clear wood preservative. Followed by 3-5 coats of high quality Tung Oil such as Morrells Tung Oil.
How do you make oak less orange? ›But if you simply want to make the orange toned wood look weathered follow these three simple steps: Dry brush orange toned wood with white paint. Dry brush once more with chalk paint.
How do you seal oak for outdoor use? ›Use an outdoor-rated finish like polyurethane, epoxy, lacquer, or varnish. Make a natural oil finish with one part tung or linseed oil, one part mineral spirits, and one part polyurethane. Use a stain sealant combo that gives your wood some color and a durable finish all in one.
What is the most popular front door Colour in 2022? ›It's black that's set to be the most popular front door color of 2022 with blue and green also favored. Some 56 per cent of experts surveyed for the Fixr (opens in new tab) paint and color trends 2022 report agreed that black will be the most popular front door color choice in 2022.
What are popular front door colors for 2023? ›In 2023, just as in 2022, front doors should be bold. Bright reds, yellows, teals and blues are going to be in style. These bright colors can add the color your home needs to allow you to keep your other designs more modest.
What color should you not paint your front door? ›'My advice would always be to avoid painting a front door a color that will divide opinion. This includes most bright colors, such as pink, purple or yellow. If you are selling your home any time soon, it's vital to choose neutral colors that won't offend,' says Lucy Searle, Editor in Chief, Homes & Gardens.
What are the trends for 2022 for front doors? ›Bold Colors
Keep in mind that bold is the trending front door color in 2022. Bold hues such as blues, bright reds, teals, and yellows have become significantly popular. Applying bright colors to your front door will not only add outstanding beauty but can also complement other modern designs in your home.
Red is probably the most popular color for a feng shui-inspired front door. In feng shui, red represents good luck, protection, and fire energy.
What color attracts more buyers? ›Red is the color of power. It gets people's attention and it holds it, which is why it's the most popular color for marketing. The word SALE is always red, and you'll often find red a common tie color for professionals.
What type of door lasts the longest? ›
Steel Entry Doors
You really can't beat steel when it comes choosing a long-lasting door. Not only do they resist fire damage, they're extremely secure and they can last for 100 years or more. Look for doors with an insulated core to keep your energy costs low. You can also choose an affordable door.
Wooden doors
Buying a wooden door or timber door for your home will provide an extremely solid door that will be hard for intruders to break into.
There are a few different standard sizes for front doors, but the most common is 36 inches wide by 80 inches tall. Some doors can be as narrow as 30 inches and as tall as 96 inches, though, so it's important to find the exact measurements.
What is the best wood for external doors? ›- Alder. Alder is a great choice for your exterior door because it has a pronounced grain and distinctive knots which provide texture and character to your door. ...
- Cherry. Generally stained a darker tone, cherry wood is red in color. ...
- Hickory. ...
- Mahogany. ...
- Oak. ...
- Maple.
White oak and teak are also long lasting woods that are resistant to decay, twisting, cracking, or warping. These low maintenance dense woods have a natural ability to repel moisture, insects, and rotting, which make them an excellent choice when building outdoor wood furniture.
Are oak front doors good? ›However, Oak doors are desirable for many reasons. They are usually strong, durable, and good insulators. They will complement other furnishings in a house and floors made from Oak. They make rooms feel warmer, quieter, and more relaxed.
How long does oak last outside? ›Oak is a durable, class 2 timber, which has an outdoor life expectancy of 15-25 years without harmful chemical treatments that eventually leech into the environment. This life expectancy can be increased or decreased depending upon the exact conditions.
What type of exterior door is most durable? ›A steel door is your best bet if security and durability are top priorities. Steel units are stronger than wood or fiberglass doors, and they won't crack or warp. Any dents or dings on these doors can be pulled and puttied with an auto-body repair kit.
What wood lasts the longest outside? ›Teak wood easily lasts the longest when used for outdoor furniture or decking. When properly maintained, it can last for the entirety of your life and years after.
What is the strongest wood for front door? ›Solid and rich in color, mahogany wood doors add sophistication to your home. Mahogany is one of the most reliable materials for exterior door construction.
How do you weatherproof oak? ›
- Use linseed or Tung oil to create a beautiful and protective hand-rubbed finish.
- Seal the wood with coating of polyurethane, varnish, or lacquer.
- Finish and waterproof wood simultaneously with a stain-sealant combo.
It's rot-resistant, and easy to work with. "With its straight grain and natural resistance to rot, regularly stained and well looked-after white oak furniture can last for decades" says Armstrong speaking from experience.
What is the strongest front door you can buy? ›Composite doors
The surface skin of the door is made from glass-reinforced plastic which is a sturdy material and the combination of these materials makes a solid door that can withstand brute force. A composite door is one of the safest front doors and the best front doors for security.
Did you know: The oldest living oak tree is a coastal live oak known as the Pechanga great oak near Temecula, California, believed to be at least 2000 years old! A typical oak tree starts producing acorns at around 20 to 40 years old, peaking in productivity around 80-120 years.
Why does oak go black? ›Why does oak go black? Oak timber naturally contains Tannins. These are a natural chemical that provide the protective waterproof quality oak is famed for. Being acidic, they can react with iron and water to produce chemicals that stain the wood.