www.autoteileswiss.com
Open in
urlscan Pro
62.12.149.240
Public Scan
Submitted URL: https://www.autoteileswiss.net/
Effective URL: https://www.autoteileswiss.com/
Submission: On October 09 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://www.autoteileswiss.com/
Submission: On October 09 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
5 forms found in the DOMName: quicksearch — GET https://www.autoteileswiss.com/shop/USER_ARTIKEL_HANDLING_AUFRUF.php
<form class="suchformular" role="search" action="https://www.autoteileswiss.com/shop/USER_ARTIKEL_HANDLING_AUFRUF.php" method="GET" name="quicksearch" onsubmit="return chkQuicksearch('search-navbar-input')">
<input type="hidden" name="darstellen" value="1">
<input type="hidden" name="lowlimit" value="0">
<input type="hidden" name="highlimit" value="96">
<div class="input-group">
<input class="suchformular form-control" id="search-navbar-input" type="text" name="Suchstring" value="" placeholder="suchen" aria-autocomplete="list" autocomplete="off">
<span class="input-group-btn">
<button type="submit" class="btn btn-default"><span class="bi bi-search"></span></button>
</span>
</div>
<div class="autocomplete-suggestions search-navbar-input"></div>
</form>
Name: sprachauswahl1 — GET /index.php
<form name="sprachauswahl1" action="/index.php" method="get">
<script>
function lang_dropdown1_reload() {
window.location.href = document.getElementById("lang_dropdown1").value;
}
</script>
<select name="lang" id="lang_dropdown1" class="dropdown_left dropdown-sprache" onchange="lang_dropdown1_reload()">
<option value="/index.php?lang=de" selected="">Deutsch</option>
<option value="/index.php?lang=en">English</option>
<option value="/index.php?lang=fr">Français</option>
<option value="/index.php?lang=it">Italiano</option>
</select>
</form>
Name: quicksearch — GET https://www.autoteileswiss.com/shop/USER_ARTIKEL_HANDLING_AUFRUF.php
<form class="suchformular" role="search" action="https://www.autoteileswiss.com/shop/USER_ARTIKEL_HANDLING_AUFRUF.php" method="get" name="quicksearch" onsubmit="return chkQuicksearch('quicksearch_suchstring')">
<input type="hidden" name="darstellen" value="1">
<input type="hidden" name="lowlimit" value="0">
<input type="hidden" name="highlimit" value="96">
<!-- <input type="hidden" name="PEPPERSESS" value="1eae57a769641ec4165be8cd9064ab62">
-->
<div class="input-group">
<input class="suchformular form-control" type="text" name="Suchstring" id="quicksearch_suchstring" value="" placeholder="suchen" aria-autocomplete="list" size="12" maxlength="255" autocomplete="off">
<span class="input-group-btn">
<button type="submit" class="btn btn-default"><span class="bi bi-search"></span></button>
<a style="display:none" accesskey="2" href="https://www.autoteileswiss.com/r.php/de/product-search/"></a>
</span>
</div>
<script>
var PepperShop = PepperShop || {};
var last_category = '';
PepperShop.populate_suchstring_quicksearch = function(input_element_id, value, label, category) {
if (label != '' && label != 'alt-label') {
// Deeplink mit ID-Angabe fuer Artikel oder Kategorie anspringen
let labels_translated = {
"artikel": "Artikel",
"kategorien": "Kategorien",
"seiten": "Seiten",
"blog": "Blog"
};
switch (category.toLowerCase()) {
case labels_translated.artikel.toLowerCase():
window.location.href = "/index.php?Artikel_ID=" + value;
break;
case labels_translated.kategorien.toLowerCase():
window.location.href = "/index.php?Kategorie_ID=" + value;
break;
case labels_translated.blog.toLowerCase():
case labels_translated.seiten.toLowerCase():
window.location.href = value;
break;
default:
// Fallback, wenn keine bekannte Kategorie - einfach Suchresultate anzeigen (sollte nicht vorkommen)
document.quicksearch.submit();
break;
}
}
};
PepperShop.check_attribute_value = function(attr, default_value) {
if (typeof attr !== typeof undefined && attr !== false) {
return attr;
}
return default_value;
};
PepperShop.check_autocomplete = function(element) {
var $appendTo = $(element).parents('form');
if ($(element).hasClass('quick_search_artikel_nr')) $appendTo = $(element).parents('td');
var input_element_id = $(element).attr('id');
var position = "right";
var position_of = "#" + input_element_id + '+ span';
if ($(element).parents('.col_left').length > 0) {
position = "left";
position_of = "#" + input_element_id
}
if ($(element).parents('#search-navbar-collapse').length > 0) {
position = "left";
position_of = $("#" + input_element_id).parent();
}
var params = ["ajax_handler_id=artikelsuche_search_name", "feldname=" + PepperShop.check_attribute_value($(element).attr('data-feldname'), "Suchstring"), "alt_label=" + PepperShop.check_attribute_value($(element).attr('data-alt-label'),
"Name"), "only-article=" + PepperShop.check_attribute_value($(element).attr('data-only-article'), "false")];
if (typeof $(element).autoComplete !== 'function') {
return;
}
$(element).autoComplete({
appendTo: $appendTo,
menuClass: input_element_id,
minChars: 2,
cache: false,
delay: 300,
source: function(term, response) {
term = term.toLowerCase();
var ajax_api = "https://www.autoteileswiss.com/shop/ajax_handler.php?" + params.join('&') + "&term=" + encodeURIComponent(term);
var optionen = "";
if (true) {
optionen = "&" + $.param({
image: true
});
}
last_category = '';
$('#' + input_element_id).addClass('autocomplete-loading-animation');
$.getJSON(ajax_api + optionen + "#!nofollow", {}, function(result) {
if (result) {
response.apply(null, arguments);
}
$('#' + input_element_id).removeClass('autocomplete-loading-animation');
});
},
renderItem: function(item, search) {
var output = '';
if (last_category !== item.category) {
output += PepperShop.create_suggestion_category(last_category, item.category);
last_category = item.category;
}
output += PepperShop.create_suggestion_entity(item);
return output;
},
onSelect: function(event, term, item) {
var item_information = item["0"].dataset;
event.preventDefault();
var label = (item_information.alt !== undefined) ? 'alt-label' : item_information.val;
var value = item_information.value ? item_information.value : '';
var category = item_information.cat;
PepperShop.populate_suchstring_quicksearch(input_element_id, value, label, category);
}
});
};
PepperShop.create_suggestion_category = function(last_category, category) {
var output = '';
output += ((last_category !== '') ? '<hr class="autocomplete-suggestion dotted" />' : '');
output += '<div class="autocomplete-suggestion autocomplete-suggestion-category">' + category + '</div>';
return output;
};
PepperShop.create_suggestion_entity = function(item) {
var output = '';
if (item.alt_label !== undefined) {
output += '<div id="suggestion-' + item.value + '" class="autocomplete-suggestion" ' + ' data-val="' + item.alt_label + '" data-alt="' + item.alt_label + '"';
} else {
output += '<div id="suggestion-' + item.value + '" class="autocomplete-suggestion" ' + ' data-val="' + item.label + '"';
}
output += ' data-cat="' + item.category + '"' + ' data-value="' + item.value + '">';
if (item.image !== undefined) {
output += '<img src="' + item.image + '"/>';
}
output += item.label + '</div>';
return output;
};
// JQuery Autocomplete mit Suche ueber Artikelnamen
document.addEventListener('DOMContentLoaded', () => {
var suche_input_elements = '#quicksearch_suchstring, #search-navbar-input, .quick_search_artikel_nr';
$(suche_input_elements).each(function(index, element) {
PepperShop.check_autocomplete(element);
});
});
</script>
<div class="autocomplete-suggestions quicksearch_suchstring"></div>
</form>
GET /shop/USER_ARTIKEL_HANDLING_AUFRUF.php
<form role="form" id="kategorienauswahl_formular" method="get" action="/shop/USER_ARTIKEL_HANDLING_AUFRUF.php">
<input type="hidden" name="darstellen" value="1">
<input type="hidden" name="Kategorie_ID" id="kategorienauswahl_kategorie_id" value="0">
<input type="hidden" name="kat_last" id="kategorienauswahl_kat_last" value="0">
<input type="hidden" name="kat_aktiv" id="kategorienauswahl_kat_aktiv" value="0">
<select class="form-control" name="kat_0" onchange="submit_kategorienauswahl_formular(this.value,0)">
<option value="0">-- Bitte wählen --</option>
<option value="1495">Karosserieteile & Beleuchtung & Tuning</option>
<option value="4806">Bremsen</option>
<option value="1496">Kühler / Lüfter / Klimakompressor</option>
<option value="17730">Gewindefahrwerk</option>
<option value="1497">Turbolader / Anlasser / Lichtmaschinen</option>
<option value="18150">Kupplungssatz</option>
<option value="18152">Partikelfilter & Katalysatoren & Nox-Sensor</option>
<option value="1498">Querlenker</option>
<option value="18153">Batterie & Injektor & Zündspule & Luftmassenmesser</option>
<option value="18154">Motoröl und Filter</option>
<option value="1499">Zubehör</option>
</select><br>
</form>
Name: box_anmeldeformular — POST https://www.autoteileswiss.com/shop/kunde_account.php
<form name="box_anmeldeformular" action="https://www.autoteileswiss.com/shop/kunde_account.php" method="post" onsubmit="return chkbox_anmeldeformular()">
<div class="no_js_variant">
<div class="form-group">
<input class="textfeld_left form-control" placeholder="Benutzer" type="text" id="benutzername_login_box" name="Benutzername" maxlength="255" size="20" value="">
</div>
<div class="form-group">
<div class="input-group-password">
<input class="textfeld_left form-control" placeholder="Passwort" id="passwort_login_box" type="password" name="Passwort" maxlength="255" size="20">
<a class="btn btn-default show_password" type="button"><i class="bi bi-eye-fill"></i></a>
</div>
<script>
document.addEventListener('DOMContentLoaded', () => {
PepperShop.widget.register_events($('.input-group-password .show_password'));
});
</script>
</div>
<button class="btn btn-default btn-sm " type="submit"><span class="bi bi-person"></span> Anmelden</button>
<div class="alert alert-danger" style="display:none;margin-top:10px;" id="passwort_login_box_error"></div>
<input type="hidden" name="data_from_box" value="true">
<input type="hidden" name="PEPPERSESS" value="114cd6df554cce4c92bfec33d7e55dbf">
<input type="hidden" name="csrf_token" value="e087693a8aac257273b3ca365ae20368">
</div>
</form>
Text Content
0 Menu * Karosserieteile & Beleuchtung & Tuning * Bremsen * Kühler / Lüfter / Klimakompressor * Gewindefahrwerk * Turbolader / Anlasser / Lichtmaschinen * Kupplungssatz * Partikelfilter & Katalysatoren & Nox-Sensor * Querlenker * Batterie & Injektor & Zündspule & Luftmassenmesser * Motoröl und Filter * Zubehör * DE EN FR IT Deutsch English Français Italiano ARTIKEL HINZUGEFÜGT ARTIKEL -------------------------------------------------------------------------------- Weiter einkaufen Warenkorb Kasse IHR WARENKORB IHR WARENKORB IST LEER! 0 info@autoteileswiss.net +41 91 220 49 24 Kundendienst (WhatsApp) Beleuchtungsteile Frontscheiben Reparaturbleche Klimatechnik Außenspiegel Design-Leuchten Querlenker Gewindefahrwerk Bremsen Stoßstangen Kühlergrill Kühler Tuning Hier stehen Ihnen 860'000 Artikel für 1427 Fahrzeugtypen von Über 46 Herstellern BREMSE KAROSSERIETEILE & BELEUCHTUNG & TUNING KLIMAANLAGE TURBOLADER / ANLASSER / LICHTMASCHINEN QUERLENKER ZUBEHÖR GEWINDEFAHRWERK TURBOLADER / ANLASSER / LICHTMASCHINEN KUPPLUNGSATZ PARTIKELFILTER & KATALYSATOREN & NOX-SENSOR BATTERIE & INJEKTOR & ZÜNDSPULE & LUFTMASSENMESSER MOTORÖL UND FILTER HERZLICH WILLKOMMEN IN UNSEREM SHOP Die in diesem Katalog abgebildeten Artikel sind grundsätzlich keine Originalteile, es sei denn, sie sind als solche ausdrücklich gekennzeichnet. abb. und OE-Nr. dienen nur zu Vergleichszwecken und können abweichen / Alle verwendeten Logos, Markennamen und Markenzeichen sind Eigentum Ihrer Inhaber. Kategorien -- Bitte wählen -- Karosserieteile & Beleuchtung & Tuning Bremsen Kühler / Lüfter / Klimakompressor Gewindefahrwerk Turbolader / Anlasser / Lichtmaschinen Kupplungssatz Partikelfilter & Katalysatoren & Nox-Sensor Querlenker Batterie & Injektor & Zündspule & Luftmassenmesser Motoröl und Filter Zubehör Mein Konto Anmelden Passwort vergessen Neukunden Anmeldung Impressum - AGB - Datenschutzerklärung - Kontakt