great customer service
Transparent prices and secure payments
Nationwide shipping available on all orders
Professional supplier of more than 3000 kinds of insulation products
Start paying now for 4 months
Enjoy 0% installment payments for 4 months*
Look at the financial possibilities
* Subject to availability. Minimum consumption required. Terms of use apply.
SMART way of buying commercial building materials
Apply for a cash or credit account today and use your Building Superstore account to receive exclusive discounts, rebates and rewards
Good construction starts with us
Check out our store
Be the first to hear about deals, product offers, exclusive discounts and industry news.
Do you want to empty your basket?
And Yes
'); } }); } funkcija callBackValidation() { var charexp = //gi; // koristi se za uklanjanje praznina 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 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 ('Nevidljivi kod za provjeru nije uspio, pokušajte ponovno.'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion); questionSaveBtn.css('visibility', '').attr('disabled', false); } , uspjeh: funkcija (odgovor) { if (false === odgovor['email-error']) { thisForm.hide(); questionFormHeader.html('
Thank you for your question about the product
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('
something went wrong
'); questionHeaderWrapper.addClass('product-question-error').removeClass('product-question-success'); grecaptcha.reset(recaptchaProductQuestion); questionSaveBtn.css('visibility', '').attr('disabled', false); } } }); } function productQuestionValidation() { var charexp = / /gi; // 用于去除空白 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) { // 检查电子邮件是否为空且有效 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) { // 检查电话是否为空且有效 alertMessage += $(this).data('error'); formError = true; } }); if (true == formError) { alert('以下字段有错误:\n' + alertMessage);返回假; } else { pushFormSubmission('产品问题'); 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; // 用于去除空白 var alertMessage = ''; var formError = false; $('#'+contactFormReference).find('.js-contact-form-input').each(function () { var field = $(this).data('label'); var required = $(this ).prop('required'); // 检查以确保必填字段包含数据 if (required && $(this).val() === '') { alertMessage += field + '\n'; formError = true ; } else if ('电子邮件地址' === 字段 && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\ w]{1,6}\.)?[\w]{2,20}$/g.test($(this).val()) === false) { // 检查电子邮件是否为空且有效alertMessage += field + '\n'; formError = true; } else if ('Telephone' === field && /^[0-9s()-+]{6,25}$/g.test($( this).val().replace(charexp, '')) === false) { // 检查电话是否为空且有效 alertMessage += field + '\n'; formError = true; } else if ('Enquiry Type' === field && '选择查询类型' === $(this).val()) { alertMessage += field + '\n'; formError = true; } }); if (true === formError) { alert('以下字段有错误:\n' + alertMessage);返回假; } else { grecaptcha.execute(recaptchaVariable); } } function woofuCaptchaValidate(token, contactFormReference) { $.ajax({ url: 'https://www.insulationsuperstore.co.uk/verify-captcha', type: 'POST', data: { 'g-recaptcha-response ': token }, dataType: "json", cache: false, error: function () { alert('隐形验证码失败,请重试。'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion); }, success: function (response) { if ('success' === response.response) { $('#' + contactFormReference + ' form .recaptcha-field').remove(); $('#' + contactFormReference + ' form').submit(); } else { alert('隐形验证码失败,请重试。'); } } }); } function whatsappSharingRecaptcha(token) { grecaptcha.execute(recaptchaWhatsappSharing); } function smsSharingRecaptcha(token) { grecaptcha.execute(recaptchaSmsSharing); } function emailSharingRecaptcha(token) { grecaptcha.execute(recaptchaEmailSharing); } function validateShareBasketInput(inputId) { var charexp = / /gi; // 用于去除空白 var alertMessage = ''; if ($(inputId).attr('type') === 'tel' && /^[0-9+]{9,20}$/g.test($(inputId).val().replace( charexp, '')) === false) { // 检查电话是否为空且有效 alertMessage += '手机号码'; } else if ($(inputId).attr('type') === 'email' && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_ -]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(inputId).val()) === false) { / / 检查电子邮件是否为空且有效 alertMessage += 'Email address'; } if (alertMessage.length > 0) { alert(alertMessage + '无效。');返回假; } 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 = '';如果 (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('请检查 reCaptcha 并重试。'); } 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( '分享失败,请重试。'); 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('无法找到 reCAPTCHA。请刷新并重试。'); } } 函数 productQuestionsRecapcha(token) { $('#js-product-question-save-btn').css('visibility', 'hidden').attr('disabled', true);插入产品问题(); } function subscribeFormValidation() { var formError = false; const customerName = $('#customer_name'); const customerEmail = $('#customer_email'); var alertMessage = ''; if (customerName.val().replace(/ /i, "") === "") { alertMessage += '你的名字。\n';形式错误=真; } 如果 (/^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)? [\w]{2,20}$/g.test(customerEmail.val()) === false) { alertMessage += '一个有效的电子邮件地址。';形式错误=真; } if (true === formError) { alert('请输入以下内容并重试:\n' + alertMessage);返回假; } 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", 缓存: false, 错误: function () { alert('隐形验证码失败,请重试。'); grecaptcha.reset(recaptchaSubscribe); grecaptcha.execute(recaptchaSubscribe); }, success: function (response) { window.location.href = '/pages/subscribe -confirmation.html'; } }); } function subscribeRecapcha(token) { submitSubscribeFormData(); } var onloadCallback = function () { /* 附加到请求回调表单 */ if ($('#callBackRecapcha').length) { recaptchaCallBack = grecaptcha.render('callBackRecapcha', { 'sitekey': reCaptchaSiteKey, ' callback': callBackRecapcha, 'size': 'invisible', 'badge': 'inline' }); } /* 附加到产品问题表 */ if ($('#productQuestionsRecapcha').length) { recaptchaProductQuestion = grecaptcha.render('productQuestionsRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': productQuestionsRecapcha, 'size': '隐形', '徽章': '内联' }); } /* 附在 SPE 联系表格上 */ '隐形', '徽章': '内联' }); } if ($('#contactFormCSERecaptcha').length) { recaptchaContactFormCSE = grecaptcha.render('contactFormCSERecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormCSERecaptcha, 'size': 'invisible', 'badge': '排队' }); } if ($('#contactFormFCRecaptcha').length) { recaptchaContactFormFC = grecaptcha.render('contactFormFCRecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormFCRecaptcha, 'size': 'invisible', 'badge': '排队' }); } if ($('#subscribeRecapcha').length) { recaptchaSubscribe = grecaptcha.render('subscribeRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': subscribeRecapcha, 'size': 'invisible', 'badge': '排队' }); } }; $(document).ready(function () { // 当产品问题或回调请求表单元素获得焦点时加载 recaptcha JS var captchaLoaded = false; $('.product-question__input, .call-back__input, .call-back__select, .js-sharing-input, .subscribe__input, .js-contact-form-input').on('focus', function () { // 只加载一次 JS 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(函数( ) { callBackValidation(); }); $('#js-product-question-save-btn').click(function () { productQuestionValidation(); }); $('#js-subscribe-save-btn' ).click(function (event) { event.preventDefault(); subscribeFormValidation(); }); // 联系表单提交检测 $('#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); }); /* 设置类别/品牌/搜索价格滑块 */ if ($('.js-range-slider').length) { $('head').append('
'); $.ajax({ url: "/user/themes/base/assets/js/ion.rangeSlider/js/ion.rangeSlider.min.js", kontekst: document.body }).done(function() { $( '.js-range-slider').ionRangeSlider({ skin: "round", prettify_enabled: true, prettify_separator: ',' }); }); } });
I'm sorry
It appears that you are using an older version of Internet Explorer. Our website does not support these older browsers because they do not contain the technology that makes our website safe and secure.
If you want to visit our website, pleaseupgrade your browserorDownload the replacement.
FAQs
What is the R-value of Celotex insulation board? ›
Thickness (mm) | Length (mm) | R-Value (m².K/W) |
---|---|---|
50 | 2400 | 2.25 |
60 | 2400 | 2.70 |
70 | 2400 | 3.15 |
75 | 2400 | 3.40 |
Celotex products are highly reflective and reflect more than 90% of radiant energy to outperform traditional insulation in high moisture locations. Celotex boards are a top choice for insulation because they offer a superior combination of thermal, acoustic and fire performance.
How do I work out how many insulation boards I need? ›Your cable, or heat mat will be laid directly on top of the insulation boards. So do you know how many boards you will need for your room? Use our easy formula to help you? Each board= 0.72 and DIVIDE by the sqm area of the room.
What is the R-value of 1 2 inch Celotex? ›With a stabilized 3/4" air space on one side of this insulating board its R-value at 1" increases to R10. 1/2" Celotex Thermax was rated at R 3.8, increasing to R 6.4 with the air space we specified above. 4" Celotex Thermax was rated at R 28.8, increasing to R 31.6 with the air space we specified above.