walter-store.weblinksrl.it
Open in
urlscan Pro
151.1.210.204
Public Scan
Submitted URL: https://walter-store.weblinksrl.it/
Effective URL: https://walter-store.weblinksrl.it/de/
Submission: On August 04 via api from US — Scanned from IT
Effective URL: https://walter-store.weblinksrl.it/de/
Submission: On August 04 via api from US — Scanned from IT
Form analysis
2 forms found in the DOMGET /de/search
<form action="/de/search" method="get" onsubmit="return check_small_search_form()" novalidate="novalidate">
<div class="aonly">
</div>
<span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span><input type="text" class="search-box-text ui-autocomplete-input" id="small-searchterms" autocomplete="off" placeholder="Shop durchsuchen" name="q">
<button type="submit" class="button-1 search-box-button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 534.7 534.52">
<path
d="M610.88,579.47,479.9,448.6a223.79,223.79,0,0,0,50.81-141.86c0-123.54-100.52-224-224-224a224,224,0,0,0-224.06,224c0,123.54,100.52,224,224,224a223.69,223.69,0,0,0,141.86-50.81L579.38,610.75a22.2,22.2,0,0,0,31.5-31.28ZM486.36,306.69c0,99.1-80.61,179.65-179.65,179.65S127.06,405.73,127.06,306.69,207.67,127,306.71,127,486.36,207.65,486.36,306.69Z"
transform="translate(-82.65 -82.74)"></path>
</svg>
</button>
<script type="text/javascript">
$(document).ready(function() {
$("#small-searchterms").focus(function() {
if (this.value == 'Shop durchsuchen') {
this.value = '';
}
});
$("#small-searchterms").blur(function() {
if (this.value == '') {
this.value = 'Shop durchsuchen';
}
});
});
function check_small_search_form() {
var search_terms = $("[id='small-searchterms']:visible");
if (search_terms.val() == "" || search_terms.val() == "Shop durchsuchen") {
alert('Suchbegriffe eingeben');
search_terms.focus();
return false;
}
return true;
}
</script>
<style>
.skulist {
font-size: 10px;
color: #808080;
}
.selectedsku {
color: black;
font-weight: bold;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$('#aonly').change(function() {
if ($("#small-searchterms").val() != 'Shop durchsuchen') {
$("#aonlyclearcache").val("yes");
$("#small-searchterms").autocomplete('search', $("#small-searchterms").val());
}
});
});
function setDropdownStyle(selector) {
const isMobile = $(window).width() <= 991,
container = $(".search-box:visible > form"),
fromTop = `${container.offset().top + container.height()}px`,
fromLeft = `${container.offset().left + (isMobile ? 0 : 15)}px`,
width = `${container.width() - (isMobile ? 0 :30)}px`;
selector.css({
"left": fromLeft,
"top": fromTop,
"width": width
});
}
var lastRow = "<tr class='foot'><td colspan='3' class='showAll'>";
lastRow += "<div onclick='startSearch();'>Suchbox</div>";
lastRow += "</td></tr>";
$(function() {
var xhr = null;
$('[id="small-searchterms"]').autocomplete({
delay: 500,
minLength: 3,
source: function(request, response) {
//kill the request
if (xhr != null) xhr.abort();
xhr = $.ajax({
url: '/de/catalog/searchtermautocomplete',
dataType: "json",
data: {
term: request.term,
aonly: $("#aonly").is(":checked"),
clearcache: $("#aonlyclearcache").val()
},
success: function(data) {
$("#aonlyclearcache").val("no");
$("#small-searchterms").removeClass("ui-autocomplete-loading");
response(data);
},
error: function(data, errorThrown) {
$("#small-searchterms").removeClass("ui-autocomplete-loading");
}
});
},
select: function(event, ui) {
// alert(ui.item.label);
$('[id="small-searchterms"]:visible').val(ui.item.label);
setLocation(ui.item.producturl);
return false;
},
position: {
my: "left top",
at: "left bottom"
},
open: function(event, ui) {
var selector = $('.ui-autocomplete:visible'),
winHeight = $(window).height(),
resHeight = selector.outerHeight(),
fromTop = selector.offset().top;
$('.ui-autocomplete:visible').css({
'height': 'auto'
});
$('.ui-autocomplete:visible').append(lastRow);
//IF RESULTS ARE BIGGER THAN WINDOW, ACTIVATE SCROLL
setTimeout(function() {
if ((fromTop + resHeight) > winHeight) {
var maxHeight = winHeight - fromTop - 20;
selector.css({
'height': maxHeight,
'overflow': 'auto'
});
}
}, 25)
setDropdownStyle(selector);
if ($('.ui-autocomplete:visible .item').length > 0) {
$('#small-searchterms:visible').bind('keypress', function(e) {
if (e.keyCode == 13) {
if ($($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href').indexOf('Sku=') > -1) {
var term = $("#small-searchterms").val().trim();
let sku = new URL("http://a.b/" + $($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href')).searchParams.get("Sku");
sku = (typeof sku === 'string') ? sku.trim() : '';
if (term == sku) {
window.location.href = $($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href');
e.preventDefault();
} else {
startSearch();
}
} else {
startSearch();
}
}
})
$('#search-box input[type="submit"]:visible').bind('click', function(e) {
if ($($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href').indexOf('Sku=') > -1) {
window.location.href = $($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href');
e.preventDefault();
}
})
} else {
//faccio qualcosa
$('#small-searchterms:visible').append("<div>testtttt</div>")
}
},
create: function() {
$(this).data('ui-autocomplete')._renderItem = function(table, item) {
var t = item.label;
t = htmlEncode(t);
// Se non c'è l'immmagine di prodotto la sostituisco con il logo dell'azienda
var tempImg = '';
if (item.productpictureurl.indexOf("default-image") != -1 && true == "true") {
var logoSource = $('header .header-logo .logo').css('background-image');
tempImg = "<div class='placeholder' style='background-image:" + logoSource + "'></div>";
} else {
tempImg = '<img src="' + item.productpictureurl + '">'
}
var itemDescr = "";
if ("false" == "true") //ADD SETTING X VISUALIZZARE SEMPRE LA DESCRIZIONE BREVE
{
if (item.descrizioneBreve != null && item.descrizioneBreve.length > 0) {
itemDescr = '<b> ' + item.descrizioneBreve + ' </b>';
}
} else {
if (item.descrizione != null && item.descrizione.length > 0) {
itemDescr = '<b> ' + item.descrizione + ' </b>';
}
}
// Se manca l'immagine del marchio, non stampo nulla
var tempManufacturer = "";
if (item.manufacturerPictureUrl != null && item.manufacturerPictureUrl.indexOf("default-image") == -1) {
tempManufacturer = '<img src="' + item.manufacturerPictureUrl + '">'
} else {
tempManufacturer = '<b>' + item.manufacturerName + '<b>';
}
var skuList = '';
if ("false" != "true") {
skuList = '<i>' + item.skulist + '</i>';
}
//L'html che genera la dropdown
return $("<tr class='item' unselectable='on' role='option' tabindex='-1'></tr>").data("item.autocomplete", item).append('<td class="image">' + tempImg + '</td>' + '<td class="detail"><a href="' + item.producturl + '">' + t + (
item.sottosezione == null ? '' : ' ' + item.sottosezione) + " " + itemDescr + skuList + '</a></td><td class="image manufacturer" ' + (item.itemtype == "category" ? 'style="width:65px"' : '') + '">' + tempManufacturer +
'</td>').appendTo(table);
};
}
})
});
function startSearch() {
$('#search-box>form').submit();
};
</script>
</form>
GET /de/search
<form action="/de/search" method="get" onsubmit="return check_small_search_form()" novalidate="novalidate">
<div class="aonly">
</div>
<span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span><input type="text" class="search-box-text ui-autocomplete-input" id="small-searchterms" autocomplete="off" placeholder="Shop durchsuchen" name="q">
<button type="submit" class="button-1 search-box-button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 534.7 534.52">
<path
d="M610.88,579.47,479.9,448.6a223.79,223.79,0,0,0,50.81-141.86c0-123.54-100.52-224-224-224a224,224,0,0,0-224.06,224c0,123.54,100.52,224,224,224a223.69,223.69,0,0,0,141.86-50.81L579.38,610.75a22.2,22.2,0,0,0,31.5-31.28ZM486.36,306.69c0,99.1-80.61,179.65-179.65,179.65S127.06,405.73,127.06,306.69,207.67,127,306.71,127,486.36,207.65,486.36,306.69Z"
transform="translate(-82.65 -82.74)"></path>
</svg>
</button>
<script type="text/javascript">
$(document).ready(function() {
$("#small-searchterms").focus(function() {
if (this.value == 'Shop durchsuchen') {
this.value = '';
}
});
$("#small-searchterms").blur(function() {
if (this.value == '') {
this.value = 'Shop durchsuchen';
}
});
});
function check_small_search_form() {
var search_terms = $("[id='small-searchterms']:visible");
if (search_terms.val() == "" || search_terms.val() == "Shop durchsuchen") {
alert('Suchbegriffe eingeben');
search_terms.focus();
return false;
}
return true;
}
</script>
<style>
.skulist {
font-size: 10px;
color: #808080;
}
.selectedsku {
color: black;
font-weight: bold;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$('#aonly').change(function() {
if ($("#small-searchterms").val() != 'Shop durchsuchen') {
$("#aonlyclearcache").val("yes");
$("#small-searchterms").autocomplete('search', $("#small-searchterms").val());
}
});
});
function setDropdownStyle(selector) {
const isMobile = $(window).width() <= 991,
container = $(".search-box:visible > form"),
fromTop = `${container.offset().top + container.height()}px`,
fromLeft = `${container.offset().left + (isMobile ? 0 : 15)}px`,
width = `${container.width() - (isMobile ? 0 :30)}px`;
selector.css({
"left": fromLeft,
"top": fromTop,
"width": width
});
}
var lastRow = "<tr class='foot'><td colspan='3' class='showAll'>";
lastRow += "<div onclick='startSearch();'>Suchbox</div>";
lastRow += "</td></tr>";
$(function() {
var xhr = null;
$('[id="small-searchterms"]').autocomplete({
delay: 500,
minLength: 3,
source: function(request, response) {
//kill the request
if (xhr != null) xhr.abort();
xhr = $.ajax({
url: '/de/catalog/searchtermautocomplete',
dataType: "json",
data: {
term: request.term,
aonly: $("#aonly").is(":checked"),
clearcache: $("#aonlyclearcache").val()
},
success: function(data) {
$("#aonlyclearcache").val("no");
$("#small-searchterms").removeClass("ui-autocomplete-loading");
response(data);
},
error: function(data, errorThrown) {
$("#small-searchterms").removeClass("ui-autocomplete-loading");
}
});
},
select: function(event, ui) {
// alert(ui.item.label);
$('[id="small-searchterms"]:visible').val(ui.item.label);
setLocation(ui.item.producturl);
return false;
},
position: {
my: "left top",
at: "left bottom"
},
open: function(event, ui) {
var selector = $('.ui-autocomplete:visible'),
winHeight = $(window).height(),
resHeight = selector.outerHeight(),
fromTop = selector.offset().top;
$('.ui-autocomplete:visible').css({
'height': 'auto'
});
$('.ui-autocomplete:visible').append(lastRow);
//IF RESULTS ARE BIGGER THAN WINDOW, ACTIVATE SCROLL
setTimeout(function() {
if ((fromTop + resHeight) > winHeight) {
var maxHeight = winHeight - fromTop - 20;
selector.css({
'height': maxHeight,
'overflow': 'auto'
});
}
}, 25)
setDropdownStyle(selector);
if ($('.ui-autocomplete:visible .item').length > 0) {
$('#small-searchterms:visible').bind('keypress', function(e) {
if (e.keyCode == 13) {
if ($($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href').indexOf('Sku=') > -1) {
var term = $("#small-searchterms").val().trim();
let sku = new URL("http://a.b/" + $($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href')).searchParams.get("Sku");
sku = (typeof sku === 'string') ? sku.trim() : '';
if (term == sku) {
window.location.href = $($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href');
e.preventDefault();
} else {
startSearch();
}
} else {
startSearch();
}
}
})
$('#search-box input[type="submit"]:visible').bind('click', function(e) {
if ($($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href').indexOf('Sku=') > -1) {
window.location.href = $($('.ui-autocomplete:visible .item')[0]).find('.detail > a').attr('href');
e.preventDefault();
}
})
} else {
//faccio qualcosa
$('#small-searchterms:visible').append("<div>testtttt</div>")
}
},
create: function() {
$(this).data('ui-autocomplete')._renderItem = function(table, item) {
var t = item.label;
t = htmlEncode(t);
// Se non c'è l'immmagine di prodotto la sostituisco con il logo dell'azienda
var tempImg = '';
if (item.productpictureurl.indexOf("default-image") != -1 && true == "true") {
var logoSource = $('header .header-logo .logo').css('background-image');
tempImg = "<div class='placeholder' style='background-image:" + logoSource + "'></div>";
} else {
tempImg = '<img src="' + item.productpictureurl + '">'
}
var itemDescr = "";
if ("false" == "true") //ADD SETTING X VISUALIZZARE SEMPRE LA DESCRIZIONE BREVE
{
if (item.descrizioneBreve != null && item.descrizioneBreve.length > 0) {
itemDescr = '<b> ' + item.descrizioneBreve + ' </b>';
}
} else {
if (item.descrizione != null && item.descrizione.length > 0) {
itemDescr = '<b> ' + item.descrizione + ' </b>';
}
}
// Se manca l'immagine del marchio, non stampo nulla
var tempManufacturer = "";
if (item.manufacturerPictureUrl != null && item.manufacturerPictureUrl.indexOf("default-image") == -1) {
tempManufacturer = '<img src="' + item.manufacturerPictureUrl + '">'
} else {
tempManufacturer = '<b>' + item.manufacturerName + '<b>';
}
var skuList = '';
if ("false" != "true") {
skuList = '<i>' + item.skulist + '</i>';
}
//L'html che genera la dropdown
return $("<tr class='item' unselectable='on' role='option' tabindex='-1'></tr>").data("item.autocomplete", item).append('<td class="image">' + tempImg + '</td>' + '<td class="detail"><a href="' + item.producturl + '">' + t + (
item.sottosezione == null ? '' : ' ' + item.sottosezione) + " " + itemDescr + skuList + '</a></td><td class="image manufacturer" ' + (item.itemtype == "category" ? 'style="width:65px"' : '') + '">' + tempManufacturer +
'</td>').appendTo(table);
};
}
})
});
function startSearch() {
$('#search-box>form').submit();
};
</script>
</form>
Text Content
* Registrierung * Anmeldung * German Italiano English * Suchen 0 0 0 Einloggen oder anmelden * * Menu * Menu * Cataloghi * Menu * Walter Walter * Zurück * Walter * Drehen * Bohren * Gewinden * Fräsen * Aufnahmen * Einbauteile / Zubehör * * Startseite * Produkte Walter Aufnahmen Bohren Drehen Einbauteile / Zubehör Fräsen Gewinden * Mein Konto * Auftrag * Suchen * Warenkorb * Kontakt * 0 * 0 * * * Anmeldung * Registrierung * Startseite * Produkte * back * Walter * back * Drehen * Bohren * Gewinden * Fräsen * Aufnahmen * Einbauteile / Zubehör * Mein Konto * Auftrag * Suchen * Warenkorb * Kontakt * ZERSPANUNGSWERKZEUGE DIREKT VOM HERSTELLER Wir bieten Ihnen ein umfangreiches Sortimentan Zerspanungswerkzeugen. Wir führen ca 43.000 Werkzeuge zum Fräsen, Drehen, Bohren und Gewinden. Unsere Expertise liegt insbesondere in der Bearbeitung von Bauteilen für den allgemeinen Maschinenbau, die Luft- und Raumfahrtbranche, für die Automobil- und Energieindustrie sowie den Werkzeug- und Formenbau. Übrigens, mit Walter GPS finden Sie in unserem Sortiment sicher das richtige Werkzeuge für Ihre Zerspanungsaufgabe. Viel Spaß beim Stöbern! LÖSUNGEN ANWENDUNGEN IM FOKUS Empfohlene Produkte Unsere Flaggschiffprodukte Aufnahme ASME B5.50 CAT-40 AK540.US-40 Für ScrewFit-Frontstücke Angebot anfordern Wendeschneidplatten-Bohrer mit Kassette D4170-03-NCT Ab €1472.00 Achtkant negativ ONHF050408-F67 ONHF MIT ECKENRADIUS Für Xtra·tec ® -Fräser Ab €35.50 Achtkant positiv ODHT-F57 MIT NEBENSCHNEIDE Ab €21.03 Drehhalter – Pratzenspannung C6-DDHNR-45065-15-P Walter Capto TM Präzisionskühlung Ab €486.00 KONTAKT Walter Italia s.r.l. Via Volta, snc 22071 Cadorago (CO) Walter Deutschland GmbH Derendinger Straße 53 72072 Tübingen service.it@walter-tools.com - news.de@walter-tools.com Phone IT +393486969231 - Phone DE +49 (0)7071 701-400 RECHTE & FRISTEN * Sitemap * Datenschutz * Nutzungsbedingung * Kontakt HILFE & SERVICE * Suchen * Kürzlich angesehen * Produkte MEIN KONTO * Mein Konto * Aufträge VAT IT00198240137; VAT DE 814 898 873; VAT ATU36938007 Copyright © 2024 walter-store. Alle Rechte vorbehalten. Powered by nopCommerce - Developed by Weblink srl Lösung für den industriellen Einzelhandel Close