www.jamalsauifi.com Open in urlscan Pro
2606:4700:3037::ac43:b6a9  Public Scan

Submitted URL: http://www.jamalsauifi.com/product/nebula-herr-marineblau-herren-geox-sneakers-3/
Effective URL: https://www.jamalsauifi.com/product/nebula-herr-marineblau-herren-geox-sneakers-3/
Submission: On February 12 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.jamalsauifi.com/

<form role="search" method="get" action="https://www.jamalsauifi.com/">
  <input type="hidden" name="post_type" value="product">
  <input class="header-search-input" name="s" type="text" placeholder="Search products...">
  <button class="header-search-button" type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>

POST https://www.jamalsauifi.com/product/nebula-herr-marineblau-herren-geox-sneakers-3/

<form class="cart" action="https://www.jamalsauifi.com/product/nebula-herr-marineblau-herren-geox-sneakers-3/" method="post" enctype="multipart/form-data">
  <div class="custom_options">
    <!-- Product Options Start-->
    <div class="fmecustomgroup">
      <label> Größe <span class="required">*</span> :- </label>
      <select type="select" class="fma fmeop fmeinput" name="product_options[größe]">
        <option data-price="" value="39"> 39 </option>
        <option data-price="" value="40"> 40 </option>
        <option data-price="" value="41"> 41 </option>
        <option data-price="" value="42"> 42 </option>
        <option data-price="" value="43"> 43 </option>
        <option data-price="" value="44"> 44 </option>
        <option data-price="" value="45"> 45 </option>
        <option data-price="" value="46"> 46 </option>
        <option data-price="" value="47"> 47 </option>
      </select>
    </div>
    <!-- Product Options End-->
  </div>
  <div class="price_total">
    <div id="product_options_total" product-type="simple" product-price="64.85"></div>
  </div>
  <script type="text/javascript">
    jQuery(document).ready(function($) {
      $(this).on('change', 'input:text, select, textarea, input.qty', function() {
        ProductCustomOptions();
      });
      ProductCustomOptions();

      function ProductCustomOptions() {
        var option_total = 0;
        var product_price = $('#product_options_total').attr('product-price');
        var product_total_price = 0;
        var final_total = 0;
        $('.fmeop').each(function() {
          var option_price = 0;
          if ($(this).attr('type') == 'select') {
            option_price = $("option:selected", this).attr('data-price');
          } else if ($(this).attr('type') == 'mselect') {
            var sum = option_price;
            $("option:selected", this).each(function() {
              str = parseFloat($(this).attr('data-price'));
              sum = str + sum;
            });
            option_price = sum;
          } else {
            option_price = $(this).attr('data-price');
          }
          var value_entered = $(this).val();
          if (value_entered != '' || option_price == 0) {
            option_total = parseFloat(option_total) + parseFloat(option_price);
          }
        });
        var qty = $('.qty').val();
        if (option_total > 0 && qty > 0) {
          option_total = parseFloat(option_total * qty);
          var price_form = "left";
          var op_price = '';
          if (price_form == 'left') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%s%v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'left_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%s %v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%v%s"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%v %s"
            }, "2", ".", ","); // €4.999,99
          }
          if (product_price) {
            product_total_price = parseFloat(product_price * qty);
          }
          final_total = option_total + product_total_price;
          var fi_price = '';
          if (price_form == 'left') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%s%v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'left_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%s %v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%v%s"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%v %s"
            }, "2", ".", ","); // €4.999,99
          }
          html = '';
          html = html + '<div class="tprice"><div class="leftprice">Options Total:</div><div class="rightprice optionprice">' + op_price + '</div></div>';
          if (final_total) {
            html = html + '<div class="tprice"><div class="leftprice">Final Total:</div><div class="rightprice finalprice">' + fi_price + '</div></div>';
          }
          html = html + '</dl>';
          $('#product_options_total').html(html);
        } else {
          $('#product_options_total').html('');
        }
      }
    });
  </script>
  <script>
    var URL = "https://www.jamalsauifi.com/wp-content/plugins/fma-product-custom-options/";
  </script>
  <div class="quantity">
    <label class="screen-reader-text" for="quantity_65ca04081f681">Nebula Herr Marineblau | Herren Geox Sneakers Menge</label>
    <input type="number" id="quantity_65ca04081f681" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Menge" size="4" placeholder="" inputmode="numeric" autocomplete="off">
  </div>
  <button type="submit" name="add-to-cart" value="21289" class="single_add_to_cart_button button alt">In den Warenkorb</button>
</form>

POST /product/nebula-herr-marineblau-herren-geox-sneakers-3/#wpcf7-f14-p21289-o1

<form action="/product/nebula-herr-marineblau-herren-geox-sneakers-3/#wpcf7-f14-p21289-o1" method="post" class="wpcf7-form init" novalidate="novalidate" data-status="init">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="14">
    <input type="hidden" name="_wpcf7_version" value="5.6.1">
    <input type="hidden" name="_wpcf7_locale" value="de_DE">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f14-p21289-o1">
    <input type="hidden" name="_wpcf7_container_post" value="21289">
    <input type="hidden" name="_wpcf7_posted_data_hash" value="">
  </div>
  <p><label> Ihr Name (Pflichtfeld)<br>
      <span class="wpcf7-form-control-wrap" data-name="your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false"></span> </label></p>
  <p><label> Ihre E-Mail-Adresse (Pflichtfeld)<br>
      <span class="wpcf7-form-control-wrap" data-name="your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true"
          aria-invalid="false"></span> </label></p>
  <p><label> Betreff<br>
      <span class="wpcf7-form-control-wrap" data-name="your-subject"><input type="text" name="your-subject" value="" size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false"></span> </label></p>
  <p><label> Ihre Nachricht<br>
      <span class="wpcf7-form-control-wrap" data-name="your-message"><textarea name="your-message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea></span> </label></p>
  <p><input type="submit" value="Senden" class="wpcf7-form-control has-spinner wpcf7-submit"><span class="wpcf7-spinner"></span></p>
  <div class="wpcf7-response-output" aria-hidden="true"></div>
</form>

POST https://www.jamalsauifi.com/?na=s

<form method="post" action="https://www.jamalsauifi.com/?na=s">
  <input type="hidden" name="nr" value="widget"><input type="hidden" name="nlang" value="">
  <div class="tnp-field tnp-field-email"><label for="tnp-1">Email</label>
    <input class="tnp-email" type="email" name="ne" id="tnp-1" value="" required="">
  </div>
  <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
  </div>
</form>

Text Content

Skip to content

Jamal Sauifi

Jamal Sauifi


Menu
 * 
 * Neue Ankünfte
 * MädchenExpand child menu
   * SchuheExpand child menu
     * Ballerinas
     * Slipper
     * Led schuhe
     * Sandalen
     * Uniform schuhe
     * Sneakers
     * Schnürschuhe
 * JungenExpand child menu
   * SchuheExpand child menu
     * Sandalen
     * Led schuhe
     * Uniform schuhe
     * Mokassins
     * Slipper
     * Sneakers
 * HerrenExpand child menu
   * AccessoiresExpand child menu
     * Socken
     * Taschen
     * Portemonnaies
     * Gürtel
   * BekleidungExpand child menu
     * T-shirt
     * Westen
     * Bomberjacken
     * Jacken
   * SchuheExpand child menu
     * Mokassins
     * Slipper
     * Sandalen
     * Formelle schuhe
     * Hausschuhe und pantoffeln
     * Casual schuhe
     * Sneakers
 * DamenExpand child menu
   * AccessoiresExpand child menu
     * Portemonnaies
     * Socken
     * Gürtel
     * Taschen
   * BekleidungExpand child menu
     * T-shirt
     * Westen
     * Daunenjacken
     * Jacken
     * Mäntel
   * SchuheExpand child menu
     * Pumps
     * Slipper
     * Ballerinas
     * Mokassins
     * Schnürschuhe und brogues
     * Ankle boots
     * Hausschuhe und pantoffeln
     * Schuhe mit keilabsatz
     * Absatzschuhe
     * Sandalen
     * Sneakers
 * BabyExpand child menu
   * Kleinkind Und Baby Jungen SchuheExpand child menu
     * Erste schritte
     * Led schuhe
     * Sandalen
     * Sneakers
   * Kleinkind Und Baby Mädchen SchuheExpand child menu
     * Sneakers
     * Erste schritte
     * Sandalen
 * Merkzettel
 * Mein Konto
 * 0

Startseite / Herren / Schuhe / Sneakers / Nebula Herr Marineblau | Herren Geox
Sneakers


by Fmeaddons

Angebot!
🔍

 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 


NEBULA HERR MARINEBLAU | HERREN GEOX SNEAKERS

€68,27 €64,85

Produktcode: U52D7B0ZB22C4002Leichter, bequemer Herrensneaker mit kultigem
Low-Cut-Design.Nebula™ ist ein leichter Sneaker, der sich durch besondere A…

Größe * :- 39 40 41 42 43 44 45 46 47

Nebula Herr Marineblau | Herren Geox Sneakers Menge
In den Warenkorb
Zur Wunschliste hinzufügen
Artikelnummer: -RIPIVIVFZ519379 Kategorien: Herren, Schuhe, Slipper, Sneakers
Schlagwörter: Geox, Marineblau
 * Beschreibung
 * Bewertungen (0)
 * Kontakt
 * Versand
 * Größentabellen


BESCHREIBUNG

Produktcode: U52D7B0ZB22C4002Leichter, bequemer Herrensneaker mit kultigem
Low-Cut-Design.Nebula™ ist ein leichter Sneaker, der sich durch besondere
Atmungsaktivität auszeichnet und Wohlbefinden auf höchstem Niveau bietet. Mit
dem Oberschuh aus Baumwolle und Veloursleder in Marineblau und der Sohle in
Kontrastfarbe ist er eine diskrete Option, die zu allem passt.


BEWERTUNGEN

Es gibt noch keine Bewertungen.

Schreibe die erste Bewertung für „Nebula Herr Marineblau | Herren Geox Sneakers“
Antworten abbrechen

Du mußt angemeldet sein, um eine Bewertung abgeben zu können.



Ihr Name (Pflichtfeld)


Ihre E-Mail-Adresse (Pflichtfeld)


Betreff


Ihre Nachricht








 * 100% Secure Shopping
 * Free Shipping Over € 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  



Herren


HERRENSCHUHE

FUẞLÄNGE (cm) EU-GRÖẞE US-GRÖẞE UK-GRÖẞE 25,10 39 6 6 25,70 40 7 6.5 26,30 41 8
7 26,60 41 ½ 8.5 7.5 27,00 42 9 8 27,30 42 ½ 9.5 8.5 27,70 43 10 9 28,00 43 ½
10.5 9.5 28,40 44 11 10 29,10 45 12 10.5 29,80 46 12.5 11 30,40 47 13 12


HERRENBEKLEIDUNG

BRUST (cm) TAILLE (cm) HÜFTEN (cm) IT-GRÖẞE DE-GRÖẞE FR-GRÖẞE US-GRÖẞE UK-GRÖẞE
GRÖẞE 92-95 80-83 96-99 46 46 46 36 36 M 96-99 84-87 100-103 48 48 48 38 38 M
100-103 88-91 104-107 50 50 50 40 40 L 104-107 92-95 108-111 52 52 52 42 42 XL
108-111 96-100 112-115 54 54 54 44 44 XL 112-115 101-106 116-119 56 56 56 46 46
XXL 116-119 107-111 120-123 58 58 58 48 48 XXXL 120-123 112-116 124-127 60 60 60
50 50 XXXL


ÄHNLICHE PRODUKTE

 * Angebot!
   
   
   MYRIA DAME WEISS/OFF-WHITE | DAMEN GEOX SNEAKERS
   
   €50,06 €27,53 Ausführung wählen
   Zur Wunschliste hinzufügen
 * Angebot!
   
   
   SOZY S DAME HELLGOLD | DAMEN GEOX SANDALEN
   
   €47,33 €35,50 Ausführung wählen
   Zur Wunschliste hinzufügen
 * Angebot!
   
   
   MAURICA DAME SCHWARZ | DAMEN GEOX SNEAKERS
   
   €56,43 €31,04 Ausführung wählen
   Zur Wunschliste hinzufügen
 * Angebot!
   
   
   BRIONIA HIGH DAME WEISS | DAMEN GEOX SANDALEN
   
   €53,34 €29,34 Ausführung wählen
   Zur Wunschliste hinzufügen


JAMAL SAUIFI

 * 100% Secure Shopping
 * Free Shipping Over € 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  


PRODUKTE

 * Genziana Dame Nachtblau | Damen Geox Jacken €54,16 €29,79
 * Eclyper Junior Schwarz | Mädchen/Jungen Geox Sneakers €40,05 €34,04


KUNDENSERVICE

 * Datenschutz
 * Versand
 * Zahlungsarten
 * Geschäftsbedingungen
 * Mein Konto


NEWSLETTER

Email

Copyright © 2024 jamalsauifi.com - Alle Rechte Vorbehalten.