Loxone Partner Store | Building Automation & Smart Home Products for Professionals // 0){ jQuery(‘.purpletoggler’).each(function(index, value){ jQuery(this).children(‘.toggler’).append(”); }); jQuery(‘.ce_accordion’).on(‘click’, ‘.toggler’, function(){ content = jQuery(this).next(‘.accordion’); if(!content.is(‘:animated’)){ jQuery(this).toggleClass(‘open’); content.slideToggle(); } }); } }); // maxlength for reference field (checkout) jQuery(document).ready(function() { jQuery(“#bestellreferenz”).attr(“maxlength”, “50”); }); // youtube overlay function jQuery(document).ready(function() { jQuery(‘.yt-overlay’).magnificPopup({ disableOn: 0, type: ‘iframe’, mainClass: ‘mfp-fade yt-overlay-wrapper’, removalDelay: 100, preloader: false, showCloseBtn: false }); }); // not buyable products jQuery(document).ready(function() { // product detail page? if (jQuery(‘body’).hasClass(‘catalog-product-view’)) { // get sku var sku = jQuery(‘.product-info .product-articlenumber’).text(); // sku contains ‘000-‘ if (/000-/i.test(sku)) { // hide respective data jQuery(‘.product-info .price’).css(‘display’, ‘none’); jQuery(‘.product-info .tax-details’).css(‘display’, ‘none’); jQuery(‘.product-info .availability’).css(‘display’, ‘none’); jQuery(‘.product-info .add-to-box’).css(‘display’, ‘none’); jQuery(‘.productoverlay’).css(‘display’, ‘none’); } // upselling jQuery(‘.panel-product-upsell .product-articlenumber:contains(“000-“)’).closest(‘.product-item-content’).find(‘.price-container’).css(‘visibility’, ‘hidden’); jQuery(‘.panel-product-upsell .product-articlenumber:contains(“000-“)’).closest(‘.product-item-content’).find(‘.button.btn-cart’).hide(); } // catalog page? else if (jQuery(‘body’).hasClass(‘catalog-category-view’)) { // hide respective data jQuery(‘.product-articlenumber:contains(“000-“)’).closest(‘.product-item-content’).find(‘.price-container’).css(‘visibility’, ‘hidden’); jQuery(‘.product-articlenumber:contains(“000-“)’).closest(‘.product-item-content’).find(‘.button.btn-cart’).hide(); } // search result page) else if (jQuery(‘body’).hasClass(‘catalogsearch-result-index’)) { // hide respective data jQuery(‘.product-articlenumber:contains(“000-“)’).closest(‘.product-item-content’).find(‘.price-container’).css(‘visibility’, ‘hidden’); jQuery(‘.product-articlenumber:contains(“000-“)’).closest(‘.product-item-content’).find(‘.button.btn-cart’).hide(); } }); ]]> 2){ var searchcall = jQuery.getJSON(‘https://shop.loxone.com/enus/fastorder/search?q=’+$search_string,function(){ var searchData = JSON.parse(searchcall.responseText); $search_results = ”; console.log(searchData.length) if(searchData.length == 0){ $search_results += ”; $search_results += ”; $search_results += ‘
No Results Found’; $search_results += ‘
There are no results that match your search. Please try again with another search term.’; $search_results += ”; $search_results += ”; }else{ searchData.each(function(searchResult) { $search_results += ”;; $search_results += ”; $search_results += ‘‘; $search_results += ”; $search_results += ”; $search_results += ‘‘; $search_results += ‘
‘ + searchResult[‘name’] + ‘ – ‘ + searchResult[‘sku’] + ”; $search_results += ”; $search_results += ”; $search_results += ”; $search_results += ”; $search_results += ‘
‘+searchResult[‘stockinfo’]+”; $search_results += ”; $search_results += ”; $search_results += ”; $search_results += ”; $search_results += ”; $search_results += ”; }); } jQuery(‘.page__search–entrys’).html(”); jQuery(‘.page__search–entrys’).append($search_results); }); } }, 500); }); jQuery(document).on(‘click’, ‘.change–qty’, function(){ var input = jQuery(this).parents(‘.description__price–quantity’).find(‘.overview__qty–selection’); var element = jQuery(this).parents(‘.description__price–buy’).find(‘.description__price–submit’); if(jQuery(this).hasClass(‘subtract’)){ if(parseInt(input.val()) > 1){ input.val(parseInt(input.val()) – 1); change_buy_url(element, input.val()); element.attr(‘data-qty’, input.val()); } } if(jQuery(this).hasClass(‘add’)){ if(parseInt(input.val()) 999){ val = 999; jQuery(this).val(val); } if(parseInt(jQuery(this).val()) < 1){ val = 1; jQuery(this).val(val); } val = jQuery(this).val(); change_buy_url(element, val); element.attr('data-qty', val); }); function change_buy_url(e, number){ } jQuery('.four-product-slider .four-product-slide .overview__qty--selection').each(function(){ jQuery(this).parents('.four-product-slide').attr('data-base-url', jQuery(this).next().attr('href')) jQuery(this).on("keyup", function(){ base_url = jQuery(this).parents('.four-product-slide').attr('data-base-url'); qty = jQuery(this).val(); url = base_url+'qty/'+qty; jQuery(this).next().attr("href", url); }); }); jQuery('.products-grid .article .overview__qty--selection').each(function(){ jQuery(this).parents('.article').attr('data-base-url', jQuery(this).next().attr('onclick')) jQuery(this).on("keyup", function(){ base_url = jQuery(this).parents('.article').attr('data-base-url').replace("')", ""); qty = jQuery(this).val(); url = base_url+'qty/'+qty+"')"; jQuery(this).next().attr("onclick", url); }); }); jQuery(".responsive__navigation--switch").on("click", function(){ jQuery(".nav--wrapper").toggleClass("navigation--closed navigation--open"); }); jQuery(".navigation--more").on("click", function(){ jQuery(this).parent().css("margin-left", "-100%"); }); jQuery(".navigation--back").on("click", function(){ jQuery(this).parent().siblings().first().css("margin-left", "0%"); }); jQuery("#sidenavigation--search").on("click", function(){ jQuery(this).parents("#header").toggleClass("search--closed search--open"); if(jQuery(this).parents("#header").hasClass("search--open")){ jQuery('#mainnvaigation--search input[type="text"]').focus(); jQuery('.search__overlay').show(); }else{ jQuery('.search__overlay').hide(); } }); var timer; var placeholder = '
Â
 ‘; jQuery(‘#mainnvaigation–search input[type=”text”]’).on(“keyup”, function(){ clearTimeout(timer); timer = setTimeout(function (event) { $search_string = jQuery(‘#searchform input[type=”text”]’).val().toLowerCase(); if(!jQuery(‘.search__result–wrapper’).length){ jQuery(‘#mainnvaigation–search’).append(” + placeholder + placeholder + placeholder + placeholder + placeholder + placeholder + ”); } if(!jQuery(‘body .search__overlay’).length){ jQuery(‘body’).append(‘ ‘); jQuery(‘body’).addClass(‘search__overlay–open’); } if($search_string.length == 0){ remove_search_results(); }else{ var websiteCall = jQuery.getJSON(‘https://www.loxone.com/’+pageLang+’?response=json&shop_language=enus&s=’+$search_string,function(){ var websiteData = JSON.parse(websiteCall.responseText); $search_results = ”; // Get the Webshop search results if(websiteData.webshop){ $search_results += ”+websiteData.translations[‘1’]+”; $index = 1; jQuery.each(websiteData.webshop, function(i, item) { if($index <= 3){ if(pageLang == "enus" || pageLang == "zhcn" || ('enus' == "enuk" && 'guest' != "partner")){ $search_results += '
‘ + item.title+’ – ‘+item.sku+’
‘ + item.description+”; }else{ $search_results += ‘
‘ + item.title+’ – ‘+item.sku+’
‘ + item.description+” + item.price+”; } } $index++; }); if(Object.keys(websiteData.webshop).length == 4){ var length = Object.keys(websiteData.webshop).length – 3; $search_results += ‘
‘ + websiteData.translations[‘6’] + length + ‘ ‘ + websiteData.translations[‘7’] +”; }else if(Object.keys(websiteData.webshop).length > 4){ var length = Object.keys(websiteData.webshop).length – 3; $search_results += ‘
‘ + websiteData.translations[‘8’] + length + ‘ ‘ + websiteData.translations[‘9’] +”; } } // Get the Website search results if(websiteData.website){ $search_results += ”+websiteData.translations[‘2’]+”; $index = 1; jQuery.each(websiteData.website, function(i, item) { if($index <= 3){ $search_results += '
‘ + item.title+’
‘ + item.description+”; } $index++; }); } // Get the Webshop search results if(websiteData.knowledgebase){ $search_results += ”+websiteData.translations[‘3’]+”; $index = 1; jQuery.each(websiteData.knowledgebase, function(i, item) { if($index <= 3){ $search_results += '
‘ + item.title+’
‘ + item.description+”; } $index++; }); } // Get the Magazin search results if(websiteData.blog){ $search_results += ”+websiteData.translations[‘4’]+”; $index = 1; jQuery.each(websiteData.blog, function(i, item) { if($index <= 3){ $search_results += '
‘ + item.title+’
‘ + item.description+”; } $index++; }); } // Get the Website search results if(websiteData.datasheets){ $search_results += ”+websiteData.translations[‘5’]+”; $index = 1; jQuery.each(websiteData.datasheets, function(i, item) { if($index <= 3){ $search_results += '
‘ + item.title+’ – ‘+item.sku+”; } $index++; }); } if(!websiteData.webshop && !websiteData.website && !websiteData.knowledgebase && !websiteData.blog && !websiteData.datasheets){ $search_results += ‘
‘ + websiteData.no_result.title + ‘
‘ + websiteData.no_result.text + ”; } jQuery(‘.search__result–wrapper’).html(”); jQuery(‘.search__result–wrapper’).append($search_results); }); } }, 500); }); jQuery(“body”).on(“click”, “.search__overlay”, function(){ remove_search_results(); jQuery(‘#mainnvaigation–search input[type=”text”]’).val(“”); jQuery(“#header”).removeClass(“search–open”); jQuery(“#header”).addClass(“search–closed”); }); function remove_search_results(){ jQuery(‘.search__result–wrapper’).remove(); jQuery(‘.search__overlay’).remove(); jQuery(‘body’).removeClass(‘search__overlay–open’); } // get window width var window_width = window.innerWidth; // set search var var search = false; // search click jQuery(‘.top-menu .search-button’).click(function(event) { event.preventDefault(); jQuery(‘.webshop-main-nav .menu’).hide(); jQuery(‘.webshop-main-nav .top-menu’).hide(); jQuery(‘.webshop-main-nav .search-area’).show(); jQuery(‘.webshop-main-nav .search-area input#search’).focus(); search = true; }); // search close click jQuery(‘.search-area .search-close’).click(function(event) { jQuery(‘.webshop-main-nav .search-area input#search’).focusout(); jQuery(‘.webshop-main-nav .search-area’).hide(); if (window_width > 960) { jQuery(‘.webshop-main-nav .menu’).show(); } jQuery(‘.webshop-main-nav .top-menu’).show(); search = false; }); // hover submenu functions jQuery(‘.webshop-nav-wrapper’).mouseleave(function(event) { jQuery(‘.hover-sub-nav’).fadeOut(‘fast’); jQuery(‘.webshop-sub-nav .submenu-headline’).fadeIn(‘fast’); }); // cookies already accepted? if (document.cookie.indexOf(‘loxone_webshop_cookie_accepted’)
‘ + item.title+’
‘ + item.description+”; } $index++; }); } // Get the Webshop search results if(websiteData.knowledgebase){ $search_results += ”+websiteData.translations[‘3’]+”; $index = 1; jQuery.each(websiteData.knowledgebase, function(i, item) { if($index <= 3){ $search_results += '
‘ + item.title+’
‘ + item.description+”; } $index++; }); } // Get the Magazin search results if(websiteData.blog){ $search_results += ”+websiteData.translations[‘4’]+”; $index = 1; jQuery.each(websiteData.blog, function(i, item) { if($index <= 3){ $search_results += '
‘ + item.title+’
‘ + item.description+”; } $index++; }); } // Get the Website search results if(websiteData.datasheets){ $search_results += ”+websiteData.translations[‘5’]+”; $index = 1; jQuery.each(websiteData.datasheets, function(i, item) { if($index <= 3){ $search_results += '
‘ + item.title+’ – ‘+item.sku+”; } $index++; }); } if(!websiteData.webshop && !websiteData.website && !websiteData.knowledgebase && !websiteData.blog && !websiteData.datasheets){ $search_results += ‘
‘ + websiteData.no_result.title + ‘
‘ + websiteData.no_result.text + ”; } jQuery(‘.search__result–wrapper’).html(”); jQuery(‘.search__result–wrapper’).append($search_results); }); } }, 500); }); jQuery(“body”).on(“click”, “.search__overlay”, function(){ remove_search_results(); jQuery(‘#mainnvaigation–search input[type=”text”]’).val(“”); jQuery(“#header”).removeClass(“search–open”); jQuery(“#header”).addClass(“search–closed”); }); function remove_search_results(){ jQuery(‘.search__result–wrapper’).remove(); jQuery(‘.search__overlay’).remove(); jQuery(‘body’).removeClass(‘search__overlay–open’); } // get window width var window_width = window.innerWidth; // set search var var search = false; // search click jQuery(‘.top-menu .search-button’).click(function(event) { event.preventDefault(); jQuery(‘.webshop-main-nav .menu’).hide(); jQuery(‘.webshop-main-nav .top-menu’).hide(); jQuery(‘.webshop-main-nav .search-area’).show(); jQuery(‘.webshop-main-nav .search-area input#search’).focus(); search = true; }); // search close click jQuery(‘.search-area .search-close’).click(function(event) { jQuery(‘.webshop-main-nav .search-area input#search’).focusout(); jQuery(‘.webshop-main-nav .search-area’).hide(); if (window_width > 960) { jQuery(‘.webshop-main-nav .menu’).show(); } jQuery(‘.webshop-main-nav .top-menu’).show(); search = false; }); // hover submenu functions jQuery(‘.webshop-nav-wrapper’).mouseleave(function(event) { jQuery(‘.hover-sub-nav’).fadeOut(‘fast’); jQuery(‘.webshop-sub-nav .submenu-headline’).fadeIn(‘fast’); }); // cookies already accepted? if (document.cookie.indexOf(‘loxone_webshop_cookie_accepted’)
This website uses cookies. Further use of this website will be assumed as consent.
OK
JavaScript seems to be disabled in your browser.
You must have JavaScript enabled in your browser to utilize the functionality of this website.
Touch Pure Air Vienna Edition
Item no.: 100501
USD 251.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Touch Nightlight Air Vienna Edition
Item no.: 100494
USD 307.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Touch Pure Tree Vienna Edition
Item no.: 100493
USD 251.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
LED Ceiling Light RGBW Tree Vienna Edition
Item no.: 100495
USD 409.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Pendulum Slim RGBW Tree Vienna Edition
Item no.: 100492
USD 395.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Flush-mounted Presence Sensor Tree Vienna Edition
Item no.: 100498
USD 139.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
LED Spot RGBW Tree Vienna Edition
Item no.: 100491
USD 111.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Flush-mounted Power Supply 0.25A
Item no.: 100474
USD 35.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Flexible training options to boost your business.
Full details
Changes everything you know about intercom systems.
Shop Intercom
Touch Tree
Item no.: 100425
USD 105.00
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
LED Spot RGBW Tree White
Item no.: 100330
USD 100.31
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Relay Extension
Item no.: 100038
USD 415.98
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Miniserver
Item no.: 100335
USD 757.81
Does not include programming and installation by a certified Loxone Partner. Price shown is the Loxone partner purchase price. This price does not include planning, installation and services.
Source