Alape ist seit 1896 die Manufaktur für Waschtische und Waschbecken aus glasiertem Stahl. Entdecken Sie unsere Produktwelten. | Alape - Die Manufaktur für Waschtische und Waschbecken (2024)

'+'

');}}else if(typeof contentDiscount.html() !== "undefined" ){contentDiscount.attr('Style', 'display:none');}if(!contentPrice){contentDades.html('

'+ measures +'

'+'

');}if(price){ contentDades.html += '

'; }getFinancingProduct(price,code);cleanPrice(price,code);contentPrice = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productPriceP' + code);if(contentPrice){if ((label)&&(priceTextNoSub)) {productListShowElement(contentPrice);} else {productListHideElement(contentPrice);}}}}}function cleanPrice(price,code){price = price.replace(/[^0-9,]+/g, "");$('#productDiv' + code +' .dades').find('#_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productPriceP' + code).text('R$ '+ price);}function getDiscountPercentage (priceOld , priceNew) {priceOld = priceOld.replace(/[^0-9,]+/g, "");priceOld = parseFloat(priceOld.replace(/,/g,"."));priceNew = priceNew.replace(/[^0-9,]+/g, "");priceNew = parseFloat(priceNew.replace(/,/g,"."));var percentageDiscount = 0;if (priceNew != priceOld && priceNew != 0) {percentageDiscount = (((100 * ( priceNew - priceOld) / priceOld)) ).toFixed();} return percentageDiscount;}function productListShowElement(obj) {$(obj).show();}function productListHideElement(obj) {$(obj).hide();}function onProductDistribFavoriteIconClicked(code) {productDistribChangeFavorite(code, productDistribTexts);}function onProductDistribComparatorIconClicked(code) {productDistribChangeComparator(code, productDistribTexts);}function productDistribChangeFavorite(code, texts) {var sku = productDistribSelectedFinisheds[code];if (sku) {var data = {};data[texts.namespace + 'resourceAction'] = 'resourceSetFavorite';data[texts.namespace + 'resourceSku'] = sku;$.ajax({url : texts.resourceURL,method : 'post',data : data}).done(function(result) {if (result.success) {productDistribChangeFavoriteButton(code, sku, result.favorite, texts);var text = (result.favorite) ? texts.favoriteAdded : texts.favoriteRemoved;var icon = (result.favorite) ? 'favon-18.svg' : 'favoff-18.svg'productListShowNotification(code, icon, text, texts, 'https://www.alape.com/en-GB/area-de-usuario?section=favorites');}});}}function productDistribChangeFavoriteButton(code, sku, favorite, texts) {var button = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_finishedButton' + sku);var productDiv = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productImageDiv' + code);if (button) {button.dataset.favorite = favorite;button.setAttribute('data-favorite', favorite);if (productDiv) {productDiv.title = button.dataset.alt;}}var favoriteLink = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productFavoriteLink' + code);if (favoriteLink) {var favText = (favorite) ? texts.removeFavorite : texts.addFavorite;favoriteLink.title = favText;}var favoriteIcon = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productFavoriteIcon' + code);if (favoriteIcon) {var favIcon = (favorite) ? '/icons/favon-18.svg' : '/icons/favoff-18.svg';favoriteIcon.setAttribute('src', texts.imagesPath + favIcon);}}function productDistribChangeComparator(code, texts) {var sku = productDistribSelectedFinisheds[code];if (sku) {var data = {};data[texts.namespace + 'resourceAction'] = 'resourceSetComparator';data[texts.namespace + 'resourceSku'] = sku;$.ajax({url : texts.resourceURL,method : 'post',data : data}).done(function(result) {if (result.success) {productDistribChangeComparatorButton(code, sku, result.comparator, texts);var text = (result.comparator) ? texts.comparatorAdded : texts.comparatorRemoved;var icon = (result.comparator) ? 'comparador_on-18.svg' : 'comparador_off-18.svg'productListShowNotification(code, icon, text, texts, 'https://www.alape.com/en-GB/area-de-usuario?section=comparator');}});}}function productDistribChangeComparatorButton(code, sku, comparator, texts) {var button = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_finishedButton' + sku);if (button) {button.dataset.comparator = comparator;button.setAttribute('data-comparator', comparator);}var comparatorLink = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productComparatorLink' + code);if (comparatorLink) {var cmpText = (comparator) ? texts.removeComparator : texts.addComparator;comparatorLink.title = cmpText;}var comparatorIcon = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productComparatorIcon' + code);if (comparatorIcon) {var cmpIcon = (comparator) ? '/icons/comparador_on-18.svg' : '/icons/comparador_off-18.svg';comparatorIcon.setAttribute('src', texts.imagesPath + cmpIcon);}}function productDistribChangeDescription(code, description) {var elem = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productLink2' + code);if (elem) {elem.innerHTML = ((description) ? description : '');}}function productDistribChangeCloseUpImage(code, sku) { var button = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_finishedButton' + sku); var closeUpImage = ""; var hoverImage = ""; var noveltyData = ""; if (button) { closeUpImage = (button.dataset.closeupimage); image = (button.dataset.image); noveltyData = (button.dataset.novelty);}var noveltyDiv = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productNoveltyLiPD' + code);var productDiscountPercentageDiv = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productDiscountPercentageLiPD' + code);if (noveltyDiv) { if (noveltyData == 'true'){ noveltyDiv.style.display = "block"; } else { noveltyDiv.style.display = "none"; }}var imageDiv = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productImageDiv' + code);if ((imageDiv)&&(imageDiv.style.backgroundImage)) { if (closeUpImage){ imageDiv.style.backgroundImage = "url('"+ closeUpImage+ "')"; } else { imageDiv.style.backgroundImage = "url('"+ image+ "')"; }}if (productDiscountPercentageDiv) {console.log("Ingrese offer");console.log(productDiscountPercentageDiv);var divPD='_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productDiscountPercentageLiPD' + code;$("#"+divPD.replaceAll(".","\\.")).show();}}function productDistribChangeLink(code, sku) {if (code) {var productDiv = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productDiv' + code);if (productDiv) { var baseUrl = productDiv.dataset.url; if (baseUrl) { var url = productListSetURLParameter(baseUrl, 'sku', sku); var a1 = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productLink1' + code);if (a1) {a1.href = url;}var a2 = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productLink2' + code);if (a2) {a2.href = url;} } }}}function productListSetURLParameter(url, name, value) { var index = url.indexOf('?'); if (index > 0) { var body = url.substring(0, index), query = url.substring(index); index = query.indexOf(name + '='); if (index >= 0) { var index2 = query.indexOf('&', index); if (index2 < 0) {index2 = query.indexOf('#', index)} query = query.substring(0, index + name.length + 1) + value + ((index2 > 0) ? query.substring(index2) : ''); url = body + query; } else { index = url.indexOf('#'); if (index >= 0) {url = url.substring(0, index) + '&' + name + '=' + value + url.substring(index);} else {url += '&' + name + '=' + value;} } } else { index = url.indexOf('#'); if (index >= 0) {url = url.substring(0, index) + '?' + name + '=' + value + url.substring(index);} else {url += '?' + name + '=' + value;} } return url;}function productListGetNotificationData(code, notificationIcon, notificationText, texts, typeUrl) {var data = {};if ((imageDiv)&&(imageDiv.style.backgroundImage)) {data.image = imageDiv.style.backgroundImage.slice(4, -1).replace(/['"]/g, '');}var collectionName = '', collectionUrl = '', productName = '', productUrl = '', productReference = '',finishedName = '', finishedImage = '', productDimensions = '', productPrice = '', finishedPriceStrikethrough = '',rrpLabel = '', priceTextNoSub = '';var collectionLink = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productCollectionLink' + code);if (collectionLink) {collectionName = collectionLink.innerHTML;collectionUrl = collectionLink.href;}var productLink = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productLink2' + code);if (productLink) {productName = productLink.innerHTML;productUrl = productLink.href;}var productSpan = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productCodeSpan' + code);if (productSpan) {productReference = productSpan.innerHTML;}var sku = productDistribSelectedFinisheds[code];if (sku) {var finishedButton = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_finishedButton' + sku);if (finishedButton) {finishedName = finishedButton.title;var finishedButtonSpan = document.querySelector('#_ProductDistributor_INSTANCE_w9cqRnPbnfoR_finishedButton' + sku +' span');if (finishedButtonSpan) {finishedImage = finishedButtonSpan.style.backgroundImage.slice(4, -1).replace(/['"]/g, '');}}}var productSizeP = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productSizeP' + code);if (productSizeP) {productDimensions = productSizeP.innerHTML;}var productPriceP = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_productPriceP' + code);if ((productPriceP)&&($(productPriceP).is(":visible"))) {productPrice = productPriceP.innerHTML;}var finishedPriceStrikethroughP = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_priceStrikethroughBlack' + code);if (finishedPriceStrikethroughP) {finishedPriceStrikethrough = finishedPriceStrikethroughP.text;}var rrpLabelP = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_rrpLabel' + code);if (rrpLabelP) {rrpLabel = rrpLabelP.text;}var priceTextNoSubP = document.getElementById('_ProductDistributor_INSTANCE_w9cqRnPbnfoR_priceBlue' + code);if (priceTextNoSubP) {priceTextNoSub = priceTextNoSubP.text;}data.content = '';if (collectionName) {data.content += '

' +'' + collectionName + '' +'

';}if (productName) {data.content += '

' +'' + productName + '' +'

';}if (productReference) {data.content += '

' + productReference + '

';}if (finishedImage) {data.content += '

' +'

' +'' +'

' +'

';}data.content += '

';if (productDimensions) {data.content += '

' + productDimensions + '

';}// if (productPrice) {data.content += '

' + productPrice + '

';}if (productPrice) {data.content += '

' + productPrice + '

';}data.content += '

';// data.content += '

' +// '

';// if (rrpLabel) {data.content += rrpLabel + ': ';}// data.content += '

' +// '';// if (finishedPriceStrikethrough) {data.content += finishedPriceStrikethrough;}// data.content += '';// data.content += ''; // if (priceTextNoSub) {data.content += priceTextNoSub;}// data.content += '';// data.content += '

';data.icon = '';if (notificationIcon) {data.icon += 'Alape ist seit 1896 die Manufaktur für Waschtische und Waschbecken aus glasiertem Stahl. Entdecken Sie unsere Produktwelten. | Alape - Die Manufaktur für Waschtische und Waschbecken (1)';}if (notificationText) {data.icon += '' + notificationText + '';}data.url = typeUrl;data.text = texts.goToProduct;return data;}function productListShowNotification(code, icon, action, texts, typeUrl) {var data = productListGetNotificationData(code, icon, action, texts, typeUrl);displayNotification(data.image, data.content, data.icon, data.url, data.text);}

Alape ist seit 1896 die Manufaktur für Waschtische und Waschbecken aus glasiertem Stahl. Entdecken Sie unsere Produktwelten. | Alape - Die Manufaktur für Waschtische und Waschbecken (2024)

References

Top Articles
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 6667

Rating: 4.6 / 5 (46 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.