www.gooddaytricities.com Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://www.gooddaytricities.com/produit/basketball-homme-zoom-freak-2-naija-platine-purvert-pinvert-impactnoir-nike/
Effective URL: https://www.gooddaytricities.com/produit/basketball-homme-zoom-freak-2-naija-platine-purvert-pinvert-impactnoir-nike/
Submission: On April 11 via api from US — Scanned from NL

Form analysis 5 forms found in the DOM

GET https://www.gooddaytricities.com/

<form role="search" method="get" id="searchform" class="searchform" action="https://www.gooddaytricities.com/">
  <div><label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" placeholder="Search.." value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Go">
  </div>
  <input type="hidden" name="post_type" value="product">
</form>

POST

<form class="cart" method="post" enctype="multipart/form-data">
  <div class="custom_options">
    <!-- Product Options Start-->
    <div class="fmecustomgroup">
      <label> Taille <span class="required">*</span> :- </label>
      <select type="select" class="fma fmeop fmeinput" name="product_options[taille]">
        <option data-price="" value="EU 35.5 - US(M) 3.5 - US(W) 5 - UK 3"> EU 35.5 - US(M) 3.5 - US(W) 5 - UK 3 </option>
        <option data-price="" value="EU 36 - US(M) 4 - US(W) 5.5 - UK 3.5"> EU 36 - US(M) 4 - US(W) 5.5 - UK 3.5 </option>
        <option data-price="" value="EU 36.5 - US(M) 4.5 - US(W) 6 - UK 4"> EU 36.5 - US(M) 4.5 - US(W) 6 - UK 4 </option>
        <option data-price="" value="EU 37.5 - US(M) 5 - US(W) 6.5 - UK 4.5"> EU 37.5 - US(M) 5 - US(W) 6.5 - UK 4.5 </option>
        <option data-price="" value="EU 38 - US(M) 5.5 - US(W) 7 - UK 5"> EU 38 - US(M) 5.5 - US(W) 7 - UK 5 </option>
        <option data-price="" value="EU 38.5 - US(M) 6 - US(W) 7.5 - UK 5.5"> EU 38.5 - US(M) 6 - US(W) 7.5 - UK 5.5 </option>
        <option data-price="" value="EU 39 - US(M) 6.5 - US(W) 8 - UK 6"> EU 39 - US(M) 6.5 - US(W) 8 - UK 6 </option>
        <option data-price="" value="EU 40 - US(M) 7 - US(W) 8.5 - UK 6"> EU 40 - US(M) 7 - US(W) 8.5 - UK 6 </option>
        <option data-price="" value="EU 40.5 - US(M) 7.5 - US(W) 9 - UK 6.5"> EU 40.5 - US(M) 7.5 - US(W) 9 - UK 6.5 </option>
        <option data-price="" value="EU 41 - US(M) 8 - US(W) 9.5 - UK 7"> EU 41 - US(M) 8 - US(W) 9.5 - UK 7 </option>
        <option data-price="" value="EU 42 - US(M) 8.5 - US(W) 10 - UK 7.5"> EU 42 - US(M) 8.5 - US(W) 10 - UK 7.5 </option>
        <option data-price="" value="EU 42.5 - US(M) 9 - US(W) 10.5 - UK 8"> EU 42.5 - US(M) 9 - US(W) 10.5 - UK 8 </option>
        <option data-price="" value="EU 43 - US(M) 9.5 - US(W) 11 - UK 8.5"> EU 43 - US(M) 9.5 - US(W) 11 - UK 8.5 </option>
        <option data-price="" value="EU 44 - US(M) 10 - US(W) 11.5 - UK 9"> EU 44 - US(M) 10 - US(W) 11.5 - UK 9 </option>
        <option data-price="" value="EU 44.5 - US(M) 10.5 - US(W) 12 - UK 9.5"> EU 44.5 - US(M) 10.5 - US(W) 12 - UK 9.5 </option>
        <option data-price="" value="EU 45 - US(M) 11 - US(W) 12.5 - UK 10"> EU 45 - US(M) 11 - US(W) 12.5 - UK 10 </option>
        <option data-price="" value="EU 45.5 - US(M) 11.5 - US(W) 13 - UK 10.5"> EU 45.5 - US(M) 11.5 - US(W) 13 - UK 10.5 </option>
        <option data-price="" value="EU 46 - US(M) 12 - US(W) 13.5 - UK 11"> EU 46 - US(M) 12 - US(W) 13.5 - UK 11 </option>
        <option data-price="" value="EU 47 - US(M) 12.5 - US(W) 14 - UK 11.5"> EU 47 - US(M) 12.5 - US(W) 14 - UK 11.5 </option>
      </select>
    </div>
    <!-- Product Options End-->
  </div>
  <div class="price_total">
    <div id="product_options_total" product-type="simple" product-price="73.47"></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_space";
          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.gooddaytricities.com/wp-content/plugins/fma-product-custom-options/";
  </script>
  <div class="quantity">
    <input type="number" class="input-text qty text" step="1" min="1" max="101036" name="quantity" value="1" title="Qté" size="4" pattern="[0-9]*" inputmode="numeric">
  </div>
  <button type="submit" name="add-to-cart" value="334839" class="single_add_to_cart_button button alt">Ajouter au panier</button>
</form>

POST /produit/basketball-homme-zoom-freak-2-naija-platine-purvert-pinvert-impactnoir-nike/#wpcf7-f344680-p334839-o1

<form action="/produit/basketball-homme-zoom-freak-2-naija-platine-purvert-pinvert-impactnoir-nike/#wpcf7-f344680-p334839-o1" method="post" class="wpcf7-form" novalidate="novalidate">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="344680">
    <input type="hidden" name="_wpcf7_version" value="4.6.1">
    <input type="hidden" name="_wpcf7_locale" value="fr_FR">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f344680-p334839-o1">
    <input type="hidden" name="_wpnonce" value="f24cdc7d9c">
  </div>
  <p><label> Votre nom (obligatoire)<br>
      <span class="wpcf7-form-control-wrap 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> Votre e-mail (obligatoire)<br>
      <span class="wpcf7-form-control-wrap 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> Sujet<br>
      <span class="wpcf7-form-control-wrap 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> Votre message<br>
      <span class="wpcf7-form-control-wrap 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="Envoyer" class="wpcf7-form-control wpcf7-submit"><span class="ajax-loader"></span></p>
  <div class="wpcf7-response-output wpcf7-display-none"></div>
</form>

GET https://www.gooddaytricities.com/

<form role="search" method="get" id="searchform" class="searchform" action="https://www.gooddaytricities.com/">
  <div><label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" placeholder="Search.." value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Go">
  </div>
  <input type="hidden" name="post_type" value="product">
</form>

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

<form method="post" action="https://www.gooddaytricities.com/?na=s" onsubmit="return newsletter_check(this)">
  <input type="hidden" name="nr" value="widget">
  <div class="tnp-field tnp-field-email"><label>Email</label><input class="tnp-email" type="email" name="ne" required=""></div>
  <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
  </div>
</form>

Text Content

 * 
 * Mon Compte



Gooddaytricities

Gooddaytricities

Search for:
 * 
 * Nouvelles Arrivées
 * Femme
   * Tennis
   * Marche à pied
   * Jordan
   * Golf
   * Volley-ball
   * Skateboard
   * Football
   * Basketball
   * Training et fitness
   * Running
   * Lifestyle
   * Athlétisme
 * Homme
   * Tennis
   * Training et fitness
   * Marche à pied
   * Volley-ball
   * Basketball
   * Jordan
   * Lifestyle
   * Golf
   * Football
   * Running
   * Skateboard
   * Athlétisme
 * Nike
   * Nike Air Max
   * Nike Reat
   * Nike Mercurial
   * Nike Tennis
   * Nike Air Max 90
   * Nike Pegasus
   * Nike Flyknit
   * Nike Blazer
   * Nike Air Force 1
   * Nike Air Max 270
   * Nike VaporMax
   * Nike Air Max Plus
   * Nike LeBron
   * Nike Benassi
   * Nike Air Max 95
   * Nike Stefan Janoski
 * Jordan
   * Air Jordan 1
   * Air Jordan 11
   * Air Jordan 2
   * Air Jordan 5
   * Air Jordan 7
   * Air Jordan 8
   * Jordan Jumpman
   * Jordan Max Aura
   * Jordan Westbrook
   * Jordan Why Not
 * Contactez-Nous
 * Livraison
 * Mes Préférés

Accueil / Homme / Basketball / Basketball Homme | Zoom Freak 2 Naija Platine
pur/Vert pin/Vert impact/Noir | Nike

by Fmeaddons

Sale!



BASKETBALL HOMME | ZOOM FREAK 2 NAIJA PLATINE PUR/VERT PIN/VERT IMPACT/NOIR |
NIKE

€ 111.60 € 73.47

CONTENIR LA FREAK. La Zoom Freak 2 Naija rend hommage au Nigeria, ville natale
des parents de Giannis, où le football …

En stock

Taille * :- EU 35.5 - US(M) 3.5 - US(W) 5 - UK 3 EU 36 - US(M) 4 - US(W) 5.5 -
UK 3.5 EU 36.5 - US(M) 4.5 - US(W) 6 - UK 4 EU 37.5 - US(M) 5 - US(W) 6.5 - UK
4.5 EU 38 - US(M) 5.5 - US(W) 7 - UK 5 EU 38.5 - US(M) 6 - US(W) 7.5 - UK 5.5 EU
39 - US(M) 6.5 - US(W) 8 - UK 6 EU 40 - US(M) 7 - US(W) 8.5 - UK 6 EU 40.5 -
US(M) 7.5 - US(W) 9 - UK 6.5 EU 41 - US(M) 8 - US(W) 9.5 - UK 7 EU 42 - US(M)
8.5 - US(W) 10 - UK 7.5 EU 42.5 - US(M) 9 - US(W) 10.5 - UK 8 EU 43 - US(M) 9.5
- US(W) 11 - UK 8.5 EU 44 - US(M) 10 - US(W) 11.5 - UK 9 EU 44.5 - US(M) 10.5 -
US(W) 12 - UK 9.5 EU 45 - US(M) 11 - US(W) 12.5 - UK 10 EU 45.5 - US(M) 11.5 -
US(W) 13 - UK 10.5 EU 46 - US(M) 12 - US(W) 13.5 - UK 11 EU 47 - US(M) 12.5 -
US(W) 14 - UK 11.5


Ajouter au panier
Ajouter à la wishlist
Product added Browse wishlist
Product already in wishlist Browse wishlist



UGS : JT22.WS2758 Catégories : Basketball, Homme Étiquettes : Nike, Noir,
Platine pur, Vert impact, Vert pin
 * Description
 * Avis (0)
 * Contactez-Nous
 * Livraison
 * Guide Des Tailles


DESCRIPTION

CONTENIR LA FREAK.
La Zoom Freak 2 Naija rend hommage au Nigeria, ville natale des parents de
Giannis, où le football a le pouvoir de rassembler des personnes au potentiel
sans limites, à l’exubérance juvénile et au charisme communicatif. Le défunt
père de Giannis, Charles, entretenait grâce à la beauté du jeu un lien
particulier avec ses fils, qui donnera naissance à la passion de Giannis pour le
sport. Cette chaussure colorée rend hommage à ce lien et présente les mêmes
couleurs et textures qui ornent les tenues de l’équipe nationale nigériane. Le
résultat incarne parfaitement l’esprit Naija : audacieux, rapide, fun et stylé.
Une nouvelle lignée de vitesse et de puissance
L’association d’un amorti Zoom Air à l’avant-pied et d’une mousse réactive
souple vous permettent d’exploiter votre puissance pour mener vos accélérations
sur le terrain.
Des euro-steps tout en stabilité
La pièce moulée en TPU sur le côté extérieur est conçue spécialement pour l’un
des mouvements les plus efficaces de Giannis. Elle permet de maintenir et de
stabiliser le pied tout au long des euro-steps.
Souple et légère
La semelle extérieure en caoutchouc est séparée en deux zones par un renfort de
maintien placé entre elles. Cela permet d’alléger le poids et d’améliorer la
souplesse de la chaussure.
Plus d’avantages
Les noms de Giannis et de ses quatre frères (Alex, Francis, Thanasis et Kostas)
sont moulés dans la semelle extérieure.
La sangle au talon permet d’enfiler facilement la chaussure.
Détails du produit
« Freak » gravé au talon
Conception traditionnelle à languette et lacets
Lacets asymétriques
Couleur affichée : Platine pur/Vert pin/Vert impact/Noir


AVIS

Il n’y pas encore d’avis.

Soyez le premier à laisser votre avis sur “Basketball Homme | Zoom Freak 2 Naija
Platine pur/Vert pin/Vert impact/Noir | Nike” Annuler la réponse.

Vous devez être identifié pour publier un avis.



Votre nom (obligatoire)


Votre e-mail (obligatoire)


Sujet


Votre message








 1. Moyens de paiement 100 % securisé
 2. Livraison gratuite plus de € 60
 3. Paiement sécurisé par le protocole SSL
 4. Retour gratuit sous 10-15 jours
 5. Paiements:  


CHAUSSURES POUR HOMME

LONGUEUR DU PIED (centimètres) POINTURE UE POINTURE RU POINTURE US 21.6 35.5 3
3.5 22 36 3.5 4 22.4 36.5 4 4.5 22.9 37.5 4.5 5 23.3 38 5 5.5 23.7 38.5 5.5 6
24.1 39 6 6.5 24.5 40 6 7 25 40.5 6.5 7.5 25.4 41 7 8 25.8 42 7.5 8.5 26.2 42.5
8 9 26.7 43 8.5 9.5 27.1 44 9 10 27.5 44.5 9.5 10.5 27.9 45 10 11 28.3 45.5 10.5
11.5 28.8 46 11 12 29.2 47 11.5 12.5 29.6 47.5 12 13 30 48 12.5 13.5 30.5 48.5
13 14 31.3 49 13.5 15 32.2 49.5 14 16 33 50. 14.5 17 33.9 50.5 15 18


CHAUSSURES POUR FEMME

LONGUEUR DU TALON AUX ORTEILS (cm) POINTURE UE POINTURE GB POINTURE US 22 35,5
2,5 5 22,4 36 3 5,5 22,9 36,5 3,5 6 23,3 37,5 4 6,5 23,7 38 4,5 7 24,1 38,5 5
7,5 24,5 39 5,5 8 25 40 6 8,5 25,4 40,5 6,5 9 25,8 41 7 9,5 26,2 42 7,5 10 26,7
42,5 8 10,5 27,1 43 8,5 11 27,5 44 9 11,5 27,9 44,5 9,5 12


PRODUITS APPARENTÉS

 * Sale!
   
   
   LIFESTYLE HOMME | AIR MAX 90 GRIS FER/ORANGE TOTAL/NOIR | NIKE
   
   € 104.16 € 64.17 Choix des options
 * Sale!
   
   
   RUNNING HOMME | RENEW RUN NOIR/BLANC/GRIS FUMÉE FONCÉ/ARGENT MÉTALLIQUE |
   NIKE
   
   € 164.70 € 70.68 Choix des options
 * Sale!
   
   
   SKATEBOARD HOMME | SB CHARGE SUEDE CHUTNEY/CHUTNEY/BLANC/FAUVE | NIKE
   
   € 90.68 € 59.52 Choix des options
 * Sale!
   
   
   FOOTBALL HOMME | TIEMPO LEGEND 8 ACADEMY MG GRIS BOMBARDIER MÉTALLIQUE/GRIS
   PARTICULE/CRAMOISI LASER/NOIR | NIKE
   
   € 139.04 € 59.52 Choix des options

Search for:

ARCHIVES

 * 0

META

 * Connexion

CATEGORIES

 * Femme
   * Athlétisme
   * Basketball
   * Football
   * Golf
   * Jordan
   * Lifestyle
   * Marche à pied
   * Running
   * Skateboard
   * Tennis
   * Training et fitness
   * Volley-ball
 * Homme
   * Athlétisme
   * Basketball
   * Football
   * Golf
   * Jordan
   * Lifestyle
   * Marche à pied
   * Running
   * Skateboard
   * Tennis
   * Training et fitness
   * Volley-ball

FOLLOW US

           

CHAUD COLLECTION

 * 
 * Nike Air Max
 * Nike Reat
 * Nike Mercurial
 * Nike Tennis
 * Nike Air Max 90

SERVICE

 * 
 * Politique De Confidentialité
 * Livraison
 * Suivre Ma Commande
 * Politique de Remboursement
 * Termes et Conditions
 * Paiements

COMPTE

 * 
 * Contactez-Nous
 * Mon Compte
 * Check-Out
 * Mon Panier



NEWSLETTER

Tenez-vous au courant de nos dernières nouvelles et offres spéciales.
Email

Copyright © 2020 gooddaytricities.com - Tous les droits sont réservés.



X