- Home
- Products
- Windows
- Doors
- Residence Virtual Showroom
- Planning and Conservation
- Door Designers
- Galleries
- Downloads
- Contact
CWG supply to Trade, but with a network of 100's of authorised 'Choices' Installers across the UK, ensures consumers can still obtain ‘Choices’ Window and Doors.
Simply enter your Postcode, select an installer local to You from the map, complete your details and our dedicated local installer will be in contact.
CONSUMER
Locate Installer, Enter Postcode
TRADE
Become a 'Choices' Installer
let checkCookie = (name) => {
var popupCookie = getCookie(name);
if(popupCookie !== "") {
return true;
}else{
return false;
}
}
let setCookie = (name) => {
var expiryDate = new Date();
expiryDate.setTime(expiryDate.getTime() + (30 * 24 * 60 * 60 * 1000)); // Cookie will expire in 1 Month/ 30 days
document.cookie = name + "=yes; expires=" + expiryDate.toUTCString() + "; path=/";
}
let getCookie = (name) => {
var cookieName = name + "="; var decodedCookie = decodeURIComponent(document.cookie); var cookieArray = decodedCookie.split(';');
for (var i = 0; i < cookieArray.length; i++) { var cookie = cookieArray[i]; while (cookie.charAt(0) === ' ') { cookie = cookie.substring(1); } if(cookie.indexOf(cookieName) === 0) { return cookie.substring(cookieName.length, cookie.length); } } return ""; } let writePopupCookie = () => {
setCookie('hidePopup');
}
let showPopup = (targetId) => {
let element = jQuery('#' + targetId);
element.show();
}
let hidePopup = (target) => {
let element = jQuery(target);
jQuery('#'+ element.data('target')).hide();
writePopupCookie();
}
let swapPopupContent = (target) => {
let popup = jQuery('#' + jQuery(target).data('target'));
jQuery('.content.one', popup).toggle();
jQuery('.content.two', popup).toggle();
}
let submitPopupForm = (target) => {
writePopupCookie(); target.submit();
}
jQuery(document).ready( ($) => {
if(!checkCookie('hidePopup')){
setTimeout(() => {showPopup("fi-popup")}, 6000);
jQuery('.popup .close').on('click', (e) => {
hidePopup(e.currentTarget);
});
jQuery('.popup .no').on('click', (e) => {
hidePopup(e.currentTarget); location.href = '/become-a-choices-installer/';
});
jQuery('.popup .yes').on('click', (e) => {
swapPopupContent(e.currentTarget);
});
jQuery('.popup form').on('submit', (e) => {
e.preventDefault();
submitPopupForm(e.currentTarget);
});
}
} );
With the ever increasing cost of fuel bills on everyone's minds, do yourself a favour and see how much energy you could save by swapping your tired old windows to our Energy Effcient 'Choices' brand windows. Not only will you likely save money but you will also be doing your bit to help the environment.