IFÖ ELECTRIC
Kanta Harmaa Suora IP 20
Ifö Electric ‑kattomallissa on E27-kanta, johon voi kiinnittää enintään 75 W:n lampun. Kannan kierre on 84,5 mm, joten siihen voidaan kiinnittää lasikupu.
Katso tekniset tiedot napsauttamalla tätä
| Tavaramerkkejä | Ifö Electric |
|---|---|
| Väri | Haarma |
| Energialuokka | A -E |
| Upphäng | Kiinteä kiinnitys |
| Kanta | E27 |
| Valonlähde | Ingår inte |
| Enimmäisteho (W) | 75W |
| Korkeus (CM) | 6,5 |
| Halkaisija (CM) | 10 |
| Volt (V) | 230V |
| Elanslutning | Ojordad |
| Materiaali | Keramiikka |
| IP-klass | IP20 |
| Muuta | Glasgänga 84,5mm |
requirejs([’jquery’,’owlcarousel’],function(jQuery,owlCarousel){
(function($) {
$(window).load(function () {
$(’#relateditem_carousel’).owlCarousel({
items:2,
lazyLoad:false,
loop:true,
margin:10,
nav:false,
dots:false,
autoplay:false,
response:true,
autoplayHoverPause:false,
autoWidth:false,
/*responsive : {
0 : {
items:1,
},
420 : {
items:2,
},
768 : {
items:3,
},
991 : {
items:4,
}
}*/
});
});
})(jQuery);
});
{
”*”: {
”Magento_Ui/js/core/app”: {
”components”: {
”storage-manager”: {
”component”: ”Magento_Catalog/js/storage-manager”,
”appendTo”: ””,
”storagesConfiguration” :
{”recently_viewed_product”:{”requestConfig”:{”syncUrl”:”https://www.lampan.fi/catalog/product/frontend_action_synchronize/”},”lifetime”:”1000″,”allowToSendRequest”:null},”recently_compared_product”:{”requestConfig”:{”syncUrl”:”https://www.lampan.fi/catalog/product/frontend_action_synchronize/”},”lifetime”:”1000″,”allowToSendRequest”:null},”product_data_storage”:{”updateRequestConfig”:{”url”:”https://www.lampan.fi/rest/fi/V1/products-render-info”},”allowToSendRequest”:null}} }
}
}
}
}
require([’jquery’], function ($) {
$.ajax({
url: ”https://d1pna5l3xsntoj.cloudfront.net/scripts/company/awAddGift.js#4B91FCB178FBD91CE37966EA2B481F70”,
dataType: ”script”,
cache: true
});
$.get(”https://www.lampan.fi/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.fi/kanta-harmaa-suora-ip-20/”; var apptrianFacebookPixelProductId=10650;
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": "78005",
"quantity": 1,
"item_price": 32.5
}
],
"content_type": "product",
"value": 32.5,
"currency": "EUR"
};
var productDataForViewContent = {
"contents": [
{
"id": "78005",
"quantity": 1,
"item_price": 32.5
}
],
"content_type": "product",
"value": 32.5,
"currency": "EUR"
};
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. Kaikki oikeudet pidätetään.
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);








Arviot
Tuotearvioita ei vielä ole.