BELID
Cato LED Aluminium Rund Takspotlights
Cato takspotlight som är mässingfärgad från Svenska Belid. Det medföljer fem st dimbara LED ljuskällor till armaturen. För att kunna dimra dessa ljuskällor måste du har en elektronisk bakkantstyrd dimmer. Serien Cato finns i flera utföranden, taklampor, skrivbordslampor m.m.
Klicka här för att se alla färger i denna modell.
| Varumärke | Belid |
|---|---|
| Färg | Silver/Stålfärgad |
| Ljusbild | Riktad |
| Upphäng | Krokupphäng |
| Sockel | Gu4 |
| Ljuskälla | Ingår |
| Dimbar | Ja |
| Watt max(W) | 5×3 |
| Höjd (CM) | 17,5 |
| Diameter (CM) | 29 |
| Volt (V) | 12V |
| Färgtemperatur (Kelvin) | 3000 |
| Lumen (LM) | 211 |
| Elanslutning | Ingår ej |
| Material | Metall |
| IP-klass | IP20 |
| Form | MR 11 |
{
”*”: {
”Magento_Ui/js/core/app”: {
”components”: {
”storage-manager”: {
”component”: ”Magento_Catalog/js/storage-manager”,
”appendTo”: ””,
”storagesConfiguration” :
{”recently_viewed_product”:{”requestConfig”:{”syncUrl”:”https://www.lampan.se/catalog/product/frontend_action_synchronize/”},”lifetime”:”1000″,”allowToSendRequest”:null},”recently_compared_product”:{”requestConfig”:{”syncUrl”:”https://www.lampan.se/catalog/product/frontend_action_synchronize/”},”lifetime”:”1000″,”allowToSendRequest”:null},”product_data_storage”:{”updateRequestConfig”:{”url”:”https://www.lampan.se/rest/default/V1/products-render-info”},”allowToSendRequest”:null}} }
}
}
}
}
(function(d, src, c) { var t=d.scripts[d.scripts.length – 1],s=d.createElement(’script’);s.id=’la_x2s6df8d’;s.async=true;s.src=src;s.onload=s.onreadystatechange=function(){var rs=this.readyState;if(rs&&(rs!=’complete’)&&(rs!=’loaded’)){return;}c(this);};t.parentElement.insertBefore(s,t.nextSibling);})(document,
’https://support.lampan.se/scripts/track.js’,
function(e){ LiveAgent.createButton(’6b7uyrwj’, e); });
require([’jquery’], function ($) {
$.ajax({
url: ”https://d1pna5l3xsntoj.cloudfront.net/scripts/company/awAddGift.js#4B91FCB178FBD91CE37966EA2B481F70”,
dataType: ”script”,
cache: true
});
$.get(”https://www.lampan.se/rest/V1/awext/state”, function(data) {
data = JSON.parse(data);
_awev = (window._awev || []);
if (data.cart) {
_awev.push([”bind”, ”crawl_completed”, function() {
ADDWISH_PARTNER_NS.api.cart.setCart(data.cart);
}]);
}
if (data.order && data.order.total) {
_awev.push([”bind”, ”crawl_completed”, function() {
ADDWISH_PARTNER_NS.api.conversion.track_sale(data.order);
}]);
}
});
});
require([’jquery’], function ($) {
var recaptcha = [],
formsToProtect = ’form[action*=”customer/account/createpost”],form[action*=”newsletter/subscriber/new”],form[action*=”review/product/post”],form[action*=”contact/index/post”],form[action*=”amasty_customform/form/submit”]’;
window.formToProtectOnPage = [];
$.each($(formsToProtect), function (index, formToProtect) {
window.formToProtectOnPage.push(formToProtect);
});
if (window.formToProtectOnPage.length) {
var recaptchaScript = document.createElement(’script’);
recaptchaScript.src = ’https://www.google.com/recaptcha/api.js?onload=amInvisibleCaptchaOnloadCallback&render=explicit’;
recaptchaScript.attributes = ’async defer’;
document.body.appendChild(recaptchaScript);
}
window.amInvisibleCaptchaOnloadCallback = function () {
for (var i = 0; i < window.formToProtectOnPage.length; i++) {
var tokenInput = document.createElement('input');
tokenInput.type = 'hidden';
tokenInput.name = 'amasty_invisible_token';
window.formToProtectOnPage[i].appendChild(tokenInput);
}
var id = "";
if (id) {
var additionalForm = document.getElementById(id).form;
if (additionalForm) {
window.formToProtectOnPage.push(additionalForm);
}
}
var renderCaptcha = function(event, form, id) {
recaptcha[i] = grecaptcha.render(id, {
'theme': 'light',
'badge': 'bottomright',
'sitekey': '6Ld56w4cAAAAAK3Fis9LpiKgRFOmeYY8sW9tJbrv',
'callback': function(token) {
if ($(form).valid()) {
form.querySelector("[name='amasty_invisible_token']").setAttribute('value', token);
$(form).submit();
}
for (var j = 0; j < recaptcha.length; j++) {
grecaptcha.reset(recaptcha[j]);
}
}
});
};
for (var i = 0; i < window.formToProtectOnPage.length; i++) {
var form = window.formToProtectOnPage[i];
if (form.tagName.toLowerCase() != 'form') {
continue;
}
id = form.querySelector("[type='submit']");
if (null == id) {
if (form.classList.contains('amform-form')) {
$(window).on(form.getAttribute('id'), renderCaptcha);
} else {
console.log(
'Amsty Google Invisible reCaptcha: can not protect form with id = '
+ form.id
+ ', please remove appropriate URL and Selector in the configuration of the extension.'
);
}
continue;
}
renderCaptcha(null, form, id);
}
};
});
require([’magezonBuilder’]);require([’Magezon_PageBuilder/js/common’]);
require([’jquery’, ’iframeResizer’ ],
function ($) {
$(function () {
var iframe = $(’iframe.embedded-iframe’);
if (iframe.length) {
iframe.on(’load’, function(){
var headerHeight = $(’header’).outerHeight(),
windowHeight = $(window).innerHeight(),
availableHeight = windowHeight – headerHeight – 70,
isOldIE = (navigator.userAgent.indexOf(”MSIE”) !== -1);
iFrameResize({
log: false,
minHeight: availableHeight,
resizeFrom: ’parent’,
scrolling: true,
inPageLinks: true,
autoResize: true,
enablePublicMethods: true,
heightCalculationMethod: isOldIE ? ’max’ : ’bodyScroll’,
initCallback: function(iframe) {
iframe.style.height = availableHeight + ’px’;
},
resizedCallback: function(messageData) {
setTimeout(function() {
messageData.iframe.style.visibility = ’visible’;
}, 300);
},
messageCallback: function(messageData) {
if (history.pushState && messageData.message.hasOwnProperty(’trackNo’)) {
var newUrl = window.location.protocol + ’//’ + window.location.host + window.location.pathname.replace(//$/, ”) + ’/’ + messageData.message.trackNo;
window.history.pushState({path:newUrl}, ”, newUrl);
}
}
});
});
}
});
});
require([
’jquery’,
’mage/url’
], function ($, mageUrl) {
function getUserData()
{
mageUrl.setBaseUrl(BASE_URL);
var sectionUrl = mageUrl.build(’customer/section/load’);
$.ajax({
url: sectionUrl,
data: {
sections: ”apptrian_facebook_pixel_matching_section”
},
type: ”GET”,
dataType : ”json”
})
.done(function( json ) {
var result = json.apptrian_facebook_pixel_matching_section.matching_data;
});
}
getUserData();
});
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version=’2.0′;n.agent=’dvapptrian’;n.queue=[];
t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,
document,’script’,’https://connect.facebook.net/en_US/fbevents.js’);
require([
’jquery’,
’underscore’,
’mage/url’
], function ($, _, mageUrl) {
$(function () {
$(document).on(’ajaxComplete’, function (event, xhr, settings) {
var userData = {};
var apptrianFacebookPixelUrl=”https://www.lampan.se/cato-alu-5-led-rund-takspotlight/”; var apptrianFacebookPixelProductId=10037;
function isEmpty(obj) {
for(var prop in obj) {
if(obj.hasOwnProperty(prop)) {
return false;
}
}
return true;
}
mageUrl.setBaseUrl(BASE_URL);
var sectionUrl = mageUrl.build(”customer/section/load”)
+ ”?sections=apptrian_facebook_pixel_matching_section”;
if (settings.url === sectionUrl) {
var response = JSON.parse(xhr.responseText);
var section;
var sectionData;
if (response !== ’undefined’ && response.hasOwnProperty(’apptrian_facebook_pixel_matching_section’)) {
section = response.apptrian_facebook_pixel_matching_section;
if (section !== ’undefined’ && section.hasOwnProperty(’matching_data’)) {
sectionData = section.matching_data;
if (!isEmpty(sectionData)) {
userData = sectionData;
}
}
}
if (!isEmpty(userData)) {
fbq(’init’, ’1757053797644888’, userData);
} else {
fbq(’init’, ’1757053797644888’);
}
function stringToHash(string)
{
var hash = 0;
if (string.length == 0) return hash;
for (i = 0; i < string.length; i++) {
char = string.charCodeAt(i);
hash = ((hash < 1) {
var c = 0;
for (i = 0; i < contentsLength; i++) {
var item = contents[i];
for (var index in item) {
if (index == 'id' || index == 'item_price' || index == 'quantity') {
continue;
}
// You cannot do anything with param just
// Remove the param from contents
delete data['contents'][c][index];
}
c++;
}
} else {
var item = contents[0];
for (var index in item) {
var value = item[index];
if (index == 'id' || index == 'item_price' || index == 'quantity') {
continue;
}
// Set the param
data[index] = value;
// Remove the param from contents
delete data['contents'][0][index];
}
}
return data;
} else {
return data;
}
}
// Ready PageView data. (It is fired below for each event conditionally.)
var pageViewEventId = generateEventId("PageView");
var pageViewEventIdObj = {};
pageViewEventIdObj.eventID = pageViewEventId;
var pageViewData = {};
var productData = {
"contents": [
{
"id": "4960",
"quantity": 1,
"item_price": 6439
}
],
"content_type": "product",
"value": 6439,
"currency": "SEK"
};
var productDataForViewContent = {
"contents": [
{
"id": "4960",
"quantity": 1,
"item_price": 6439
}
],
"content_type": "product",
"value": 6439,
"currency": "SEK"
};
var isDetectSelectedSkuEnabled = 0;
var taxFlag = 1;
var viewContentEventId = generateEventId('ViewContent');
var viewContentEventIdObj = {};
viewContentEventIdObj.eventID = viewContentEventId;
// If needed disallowed params will be moved
productDataForViewContent = moveParamsOutsideContents(productDataForViewContent);
// Add Pixel Events to the button's click handler
$('#product-addtocart-button').on('click', function() {
// Update product data if detection is enabled
if (isDetectSelectedSkuEnabled) {
updateProductData();
}
// The contents must have at least one item
if (productData.contents.length) {
// If needed disallowed params will be moved
productData = moveParamsOutsideContents(productData);
var addToCartEventId = generateEventId('AddToCart');
var addToCartEventIdObj = {};
addToCartEventIdObj.eventID = addToCartEventId;
}
});
$('.action.towishlist').on('click', function() {
// Update product data if detection is enabled
if (isDetectSelectedSkuEnabled) {
updateProductData();
}
// The contents must have at least one item
if (productData.contents.length) {
// If needed disallowed params will be moved
productData = moveParamsOutsideContents(productData);
var addToWishlistEventId = generateEventId('AddToWishlist');
var addToWishlistEventIdObj = {};
addToWishlistEventIdObj.eventID = addToWishlistEventId;
}
});
} // end of is customer data call
}); // end of on ajaxComplete
}); // end of on document ready
});
Copyright © 2017 Magento, Inc. All rights reserved.
window.amlazy = function() {if (typeof window.amlazycallback !== ”undefined”) {setTimeout(window.amlazycallback, 500);setTimeout(window.amlazycallback, 1500);}}
window.amlazycallback = function () {
window.jQuery(”img[data-amsrc]”).lazy({”bind”:”event”, ”attribute”: ”data-amsrc”});
};
require([”jquery”], function (jquery) {
require([”Amasty_LazyLoad/js/jquery.lazy”], function(lazy) {
if (document.readyState === ”complete”) {
window.jQuery(”img[data-amsrc]”).lazy({”bind”:”event”, ”attribute”: ”data-amsrc”});
} else {
window.jQuery(”img[data-amsrc]”).lazy({”attribute”: ”data-amsrc”});
}
})
});
var loadDeferredStyles = function() {var addStylesNode = document.getElementById(”deferred-css”);var replacement = document.createElement(”div”);replacement.innerHTML = addStylesNode.textContent;document.body.appendChild(replacement);addStylesNode.parentElement.removeChild(addStylesNode);};window.addEventListener(’load’, loadDeferredStyles);









Recensioner
Det finns inga recensioner än.