www.kaufhausaccessoires.com Open in urlscan Pro
2606:4700:3031::6815:51e4  Public Scan

Submitted URL: https://kaufhausaccessoires.com/product/hattori-gehrungsanschlag-65-mm
Effective URL: https://www.kaufhausaccessoires.com/product/hattori-gehrungsanschlag-65-mm/
Submission: On November 06 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

GET https://www.kaufhausaccessoires.com/

<form role="search" method="get" class="search-form" action="https://www.kaufhausaccessoires.com/"><label class="screen-reader-text">Search for:</label><input type="text" class="search-field" placeholder="Search..." value="" name="s"
    required=""><button type="submit" class="search-submit elemix-icon-magnifier"></button></form>

POST https://www.kaufhausaccessoires.com/product/hattori-gehrungsanschlag-65-mm/

<form class="cart" action="https://www.kaufhausaccessoires.com/product/hattori-gehrungsanschlag-65-mm/" method="post" enctype="multipart/form-data">
  <script>
    var sku = "sku67059";

    function getCookie(name) {
      var nameEQ = name + "=";
      var ca = document.cookie.split(";");
      for (var i = 0; i < ca.length; i++) {
        var c = ca[i];
        while (c.charAt(0) == " ") c = c.substring(1, c.length);
        if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
      }
      return null;
    }
    var select_option_eles = document.querySelectorAll(".options_hook");
    select_option_eles.forEach(function(input) {
      input.addEventListener('change', function() {
        let selected_value = this.options[this.selectedIndex].value;
        let select_name = this.name;
        var date = new Date();
        date.setTime(date.getTime() + (30 * 24 * 60 * 60 * 1000));
        var expires = "; expires=" + date.toUTCString();
        var start = document.cookie.indexOf(sku + "=");
        if (start != -1) {
          var option_names_values = getCookie(sku);
          var newCookieValues = [];
          //Color~blue:Size~x
          var firstSplit = option_names_values.split(":");
          var temp_map = {};
          for (var option_name_value of firstSplit) {
            var option_info = option_name_value.split("~");
            var option_key = decodeURIComponent(option_info[0]);
            var option_value = decodeURIComponent(option_info[1]);
            temp_map[option_key] = option_value;
          }
          var select_name_decode = decodeURIComponent(select_name);
          temp_map[select_name_decode] = decodeURIComponent(selected_value);
          var newCookieValues = Object.keys(temp_map).map(function(key) {
            return encodeURIComponent(key) + '~' + encodeURIComponent(temp_map[key]);
          });
          var newCookieValue = newCookieValues.join(":");
          document.cookie = sku + "=" + newCookieValue + expires + "; path=/";
        } else {
          document.cookie = sku + "=" + encodeURIComponent(select_name) + "~" + encodeURIComponent(selected_value) + expires + "; path=/";
        }
      });
    });
  </script>
  <div class="quantity"><span class="modify-qty" data-click="minus"></span>
    <label class="screen-reader-text" for="quantity_672b5bfe8b722">Hattori Gehrungsanschlag, 65 mm Menge</label>
    <input type="number" id="quantity_672b5bfe8b722" class="input-text qty text" name="quantity" value="1" aria-label="Produktmenge" size="4" min="1" max="" step="1" placeholder="" inputmode="numeric" autocomplete="off">
    <span class="modify-qty" data-click="plus"></span>
  </div>
  <button type="submit" name="add-to-cart" value="67059" class="single_add_to_cart_button button alt">In den Warenkorb</button>
  <script>
    function saveChoice() {
      var selectEles = document.querySelectorAll('.options_hook');
      selectEles.forEach(function(element) {
        element.dispatchEvent(new Event('change', {
          'bubbles': true
        }));
      });
    }
    //document.querySelectorAll("form > [name='add-to-cart']");
    //var button = document.getElementsByName('add-to-cart')[1];
    document.addEventListener("DOMContentLoaded", function() {
      var buttons = document.getElementsByTagName('button');
      for (var i = 0; i < buttons.length; i++) {
        //en
        if (buttons[i].textContent === 'Add to cart') {
          buttons[i].addEventListener('click', saveChoice);
        }
        //es
        if (buttons[i].textContent === 'Añadir al carrito') {
          buttons[i].addEventListener('click', saveChoice);
        }
        //it
        if (buttons[i].textContent === 'Aggiungi al carrello') {
          buttons[i].addEventListener('click', saveChoice);
        }
        //fr
        if (buttons[i].textContent === 'Ajouter au panier') {
          buttons[i].addEventListener('click', saveChoice);
        }
        //de
        if (buttons[i].textContent === 'In den Warenkorb') {
          buttons[i].addEventListener('click', saveChoice);
        }
      }
    });
  </script> <input class="in-cart-qty" type="hidden" value="0" data-in_stock="no" data-out_of_stock="You cannot add that amount to the cart - we have  in stock and you already have  in your cart"
    data-valid_qty="Please enter a valid quantity for this product" data-not_enough="You cannot add that amount of this product to the cart because there is not enough stock.">
</form>

POST https://www.kaufhausaccessoires.com/wp-comments-post.php

<form action="https://www.kaufhausaccessoires.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate="">
  <p class="comment-notes"><span id="email-notes">Deine E-Mail-Adresse wird nicht veröffentlicht.</span> <span class="required-field-message">Erforderliche Felder sind mit <span class="required">*</span> markiert</span></p>
  <div class="comment-form-rating"><label for="rating">Deine Bewertung&nbsp;<span class="required">*</span></label>
    <p class="stars"> <span> <a class="star-1" href="#">1</a> <a class="star-2" href="#">2</a> <a class="star-3" href="#">3</a> <a class="star-4" href="#">4</a> <a class="star-5" href="#">5</a> </span> </p><select name="rating" id="rating"
      required="" style="display: none;">
      <option value="">Bewertung…</option>
      <option value="5">Ausgezeichnet</option>
      <option value="4">Gut</option>
      <option value="3">Durchschnittlich</option>
      <option value="2">Nicht ganz schlecht</option>
      <option value="1">Sehr schlecht</option>
    </select>
  </div>
  <p class="comment-form-comment"><label for="comment">Deine Bewertung&nbsp;<span class="required">*</span></label><textarea id="comment" name="comment" cols="45" rows="8" required=""></textarea></p>
  <p class="comment-form-author"><label for="author">Name&nbsp;<span class="required">*</span></label><input id="author" name="author" type="text" value="" size="30" required=""></p>
  <p class="comment-form-email"><label for="email">E-Mail&nbsp;<span class="required">*</span></label><input id="email" name="email" type="email" value="" size="30" required=""></p>
  <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"> <label for="wp-comment-cookies-consent">Meinen Namen, meine E-Mail-Adresse und meine Website in diesem
      Browser für die nächste Kommentierung speichern.</label></p>
  <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Senden"> <input type="hidden" name="comment_post_ID" value="67059" id="comment_post_ID">
    <input type="hidden" name="comment_parent" id="comment_parent" value="0">
  </p>
</form>

POST

<form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-659" method="post" data-id="659" data-name="Subscribe">
  <div class="mc4wp-form-fields">
    <div class="elemix-mailchimp-form">
      <p>
        <input type="email" name="EMAIL" placeholder="Deine E-Mail Adresse" required="">
      </p>
      <p>
        <input type="submit" value="Registrieren">
      </p>
    </div>
  </div><label style="display: none !important;">Wenn du ein Mensch bist, lasse das Feld leer: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp"
    value="1730894846"><input type="hidden" name="_mc4wp_form_id" value="659"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1">
  <div class="mc4wp-response"></div>
</form>

GET https://www.kaufhausaccessoires.com/

<form action="https://www.kaufhausaccessoires.com/" method="get" class="elemix-search-form">
  <span class="elemix-search-form__desc">Enter your search &amp; hit enter</span>
  <input type="text" name="s" id="autocomplete" class="elemix-search-form__field js-search-field" placeholder="Type your search here..." autocomplete="off">
  <input type="hidden" name="post_type" value="product">
  <span class="fa fa-circle-o-notch fa-2x fa-fw elemix-search-form__loader"></span>
</form>

Text Content

Search for:
 * Titelseite
 * Shop
 * Angebote
 * Graco
 * Sonstige
 * HBM
 * ZITOCASES
 * Türdrücker

 * Login
 * Shopping cart 0

www.kaufhausaccessoires.com
Primary Menu
 * Titelseite
 * Shop
 * Angebote
 * Graco
 * Sonstige
 * HBM
 * ZITOCASES
 * Türdrücker

 * Login / Register

0


HATTORI GEHRUNGSANSCHLAG, 65 MM


-70%




HATTORI GEHRUNGSANSCHLAG, 65 MM

14,90 € Ursprünglicher Preis war: 14,90 €4,47 €Aktueller Preis ist: 4,47 €.

Hattori Gehrungsanschlag, 65 mm Menge
In den Warenkorb
SKU: 714513 Category: Hattori
 * Beschreibung
 * Bewertungen (0)

Geätzte Skala 65 mm (2,5 Inch), Abmessung 68 x 68 x 15 mm.


BEWERTUNGEN

Es gibt noch keine Bewertungen.

Schreibe die erste Bewertung für „Hattori Gehrungsanschlag, 65 mm“ Antworten
abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit *
markiert

Deine Bewertung *

1 2 3 4 5

Bewertung… Ausgezeichnet Gut Durchschnittlich Nicht ganz schlecht Sehr schlecht

Deine Bewertung *

Name *

E-Mail *

Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für die
nächste Kommentierung speichern.






ÄHNLICHE PRODUKTE

 * -75%
   In den Warenkorb Quick View
   
   
   HATTORI LANGER STECHEISEN-SATZ, 5-TEILIG
   
   249,00 € Ursprünglicher Preis war: 249,00 €62,25 €Aktueller Preis ist:
   62,25 €.
 * -70%
   In den Warenkorb Quick View
   
   
   HATTORI ANREISSMESSER
   
   12,00 € Ursprünglicher Preis war: 12,00 €3,60 €Aktueller Preis ist: 3,60 €.
 * -70%
   In den Warenkorb Quick View
   
   
   ERSATZBLATT FÜR HATTORI KATABA 265, QUER
   
   10,20 € Ursprünglicher Preis war: 10,20 €3,06 €Aktueller Preis ist: 3,06 €.
 * -75%
   In den Warenkorb Quick View
   
   
   HATTORI ZIMMERER-STEMMEISENSATZ, 4-TEILIG
   
   248,90 € Ursprünglicher Preis war: 248,90 €62,23 €Aktueller Preis ist:
   62,23 €.

UM

 * Kontakt
 * Kleopatra Markt

HILFE

 * AGB
 * Widerrufsrecht

NEWSLETTER



Wenn du ein Mensch bist, lasse das Feld leer:




©2024 www.kaufhausaccessoires.com – Alle Rechte vorbehalten





SHOPPING CART

0

Es befinden sich keine Produkte im Warenkorb.


Enter your search & hit enter

By browsing this website, you consent to our Privacy Policy.I Agree