gocar.be Open in urlscan Pro
2a02:26f0:3100::217:719  Public Scan

Submitted URL: https://url1185.mailing.gocar.be/ls/click?upn=xNDv9KnRy52ttEoNHxz3gnB5r6ckXdvYgPUcrOT72mEXZtQm-2FAmlUZHP3Kl7hi0pGmYc-2FTt0XIxXfsd...
Effective URL: https://gocar.be/nl/autos/renault/captur/15-dci-90-business-edition/id/4234059?utm_source=newsletter&utm_medium=e...
Submission: On February 07 via api from BE — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="contact-form-alpine" id="contact-form" x-data="contactForm()" @submit.prevent="submitForm">
  <div class="controls row  justify-content-end" x-transition="" x-transition.duration.100ms="" x-show="formSuccessfullySubmitted == false" x-on:click="showPhoneInput = true">
    <div class="col-12">
      <label class="form-label d-block" for="civility"></label>
      <div class="d-flex justify-content-start">
        <label class="radio-label pl-2 pr-3" for="civility-f">
          <input type="radio" name="civility" id="civility-f" value="F" class="radio" x-model="formData.civility">
          <span>Mevrouw</span>
        </label>
        <label class="radio-label pl-2 pr-3" for="civility-m">
          <input type="radio" name="civility" id="civility-m" value="M" class="radio" x-model="formData.civility">
          <span>Mijnheer</span>
        </label>
      </div>
      <div x-show="formErrors.civility" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.civility"></span>
      </div>
    </div>
    <div class="col-md-6 col-12 mb-2 mb-md-0 mt-2">
      <label class="form-label" for="last_name">Naam*:</label>
      <input class="form-control text-md" type="text" name="last_name" required="" x-model="formData.last_name">
      <div x-show="formErrors.last_name" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.last_name"></span>
      </div>
    </div>
    <div class="col-md-6 col-12 mb-2 mb-md-0 mt-2">
      <label class="form-label" for="first_name">Voornaam:</label>
      <input class="form-control text-md" type="text" name="first_name" x-model="formData.first_name">
      <div x-show="formErrors.first_name" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.first_name"></span>
      </div>
    </div>
    <div class="col-12 mb-3 mt-2">
      <label class="form-label" for="email">E-mail*:</label>
      <input class="form-control text-md" type="email" name="email" required="" x-model="formData.email">
      <div x-show="formErrors.email" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.email"></span>
      </div>
    </div>
    <div class="col-12">
      <label class="form-label" for="message">Uw bericht*:</label>
      <textarea class="form-control text-md" rows="6" name="message" x-model="formData.message" required="">
    </textarea>
      <div x-show="formErrors.message" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.message"></span>
      </div>
    </div>
    <div x-show="showPhoneInput" x-transition="" class="col-12 mb-3 mt-2" style="display: none;">
      <div class="">
        <label class="form-label" for="phone">Telefoon:</label>
        <input class="form-control text-md" type="tel" name="phone" placeholder="+32..." x-model="formData.phone">
        <div x-show="formErrors.phone" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
          <span class="text-danger" x-text="formErrors.phone"></span>
        </div>
      </div>
    </div>
    <div class="col-12 mt-2 text-xs d-flex align-items-center">
      <input type="checkbox" id="term_conditions_accepted" name="term_conditions_accepted" value="1" class="mr-2" x-model="formData.term_conditions_accepted">
      <label for="term_conditions_accepted" class="mb-0"> Ik accepteer de <a target="_blank" href="https://gocar.be/nl/information/algemene-gebruiksvoorwaarden?lang=nl">Algemene voorwaarden en het Gocar.be Privacybeleid</a>
      </label>
      <div x-show="formErrors.term_conditions_accepted" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.term_conditions_accepted"></span>
      </div>
    </div>
    <div class="col-12 text-danger" x-show="formHasErrors" x-transition="" style="bottom: -30px; left: 4px; display: none;">Het formulier bevat een fout</div>
    <div class="col-12 col-md-6 mt-3 text-right">
      <button class="btn btn-secondary rounded-lg w-100">
        <img src="/img/svg/icons/paperplane-white.svg" alt="Phone icon" style="width: 15px; height: 15px; margin-right: 10px"> Stuur naar <br>Garage Renier &amp; Fils SA </button>
    </div>
  </div>
  <div x-show="formSuccessfullySubmitted" x-transition="" x-transition.duration.500ms="" class="text-center" style="display: none;">
    <div class="success-checkmark">
      <div class="check-icon">
        <span class="icon-line line-tip"></span>
        <span class="icon-line line-long"></span>
        <div class="icon-circle"></div>
        <div class="icon-fix"></div>
      </div>
    </div>
    <span class="text-success bg-light px-3 border-radius"> Bericht perfect verzonden! </span>
  </div>
</form>

<form class="newsletter-form" novalidate="">
  <input name="language" value="nl" type="hidden">
  <input name="tags" value="[&quot;NEWSLETTER&quot;,&quot;PARTNERS&quot;]" type="hidden">
  <div class="input-group mb-3">
    <div class="form-group w-100">
      <div class="input-group d-flex justify-content-center">
        <input type="email" name="email" placeholder="E-mail" aria-label="E-mail" style="border-bottom-right-radius: 0; border-top-right-radius: 0" class="email_newsletter form-control bg-transparent border-dark border-right-0" required="">
        <div class="input-group-append">
          <button type="submit" aria-label="submit newsletter privacy" class="btn newsletter btn-outline-dark border-left-0" style="border-bottom-left-radius: 0; border-top-left-radius: 0; min-height: 45px">
            <img class="img-lazy" src="https://gocar.be/img/gocar/lazy.svg?v1" data-src="/img/svg/icons/paperplane.svg" alt="Paper plane icon" style="width: 40px; height: 20px">
          </button>
        </div>
        <div class="invalid-feedback"> Vul een geldig e-mailadres in. </div>
        <div class="submitted text-success" style="display: none"> Gelieve uw inschrijving te bevestigen via e-mail (Vergeet uw spam niet te controleren). </div>
        <div class="updated text-success" style="display: none"> Uw inschrijving werd goed geregistreerd. </div>
      </div>
    </div>
    <div class="form-group collapse">
      <div class="custom-control custom-checkbox">
        <input type="checkbox" name="footer_newsletter_privacy" id="footer_newsletter_privacy" class="custom-control-input" required="">
        <label for="footer_newsletter_privacy" class="custom-control-label">
          <small>Door het ingeven van mijn e-mailadres bevestig ik nieuwsletters te willen ontvangen van Gocar.be en haar partners. Hierbij geef ik ook de toestemming voor de verwerking van mijn gegevens in overeenstemming met het
            <a href="https://gocar.be/nl/information/algemene-gebruiksvoorwaarden?lang=nl">Privacybeleid van Gocar.be</a>.</small>
        </label>
      </div>
    </div>
  </div>
</form>

https://gocar.be/nl/autonieuws/zoek/

<form action="https://gocar.be/nl/autonieuws/zoek/" id="searchcollapsed" class="form-inline my-1 searchNews">
  <div class="input-label-absolute input-label-absolute-left input-reset w-100">
    <label for="searchcollapsed_search" class="label-absolute">
      <img src="/img/svg/icons/search-blue.svg" alt="search icon" style="width: 17px; height: 17px;">
      <span class="sr-only">Zoek hier een artikel</span>
    </label>
    <input id="searchcollapsed_search" name="search" placeholder="Zoek hier een artikel" aria-label="Search" class="search form-control form-control-sm border-0 shadow-0 bg-gray-200">
    <button type="reset" class="btn btn-reset btn-sm">
      <img src="/img/svg/icons/cross-gray.svg" alt="Close icon" style="width: 17px; height: 17px;">
    </button>
  </div>
</form>

<form id="modal-login-form" class="login-form text-center w-100" novalidate="">
  <div class="form-group">
    <input type="email" name="email" class="form-control" placeholder="E-mail" required="">
    <div class="invalid-feedback"> Veuillez entrer votre adresse mail </div>
  </div>
  <div class="form-group">
    <div class="input-group mb-3">
      <input type="password" name="password" class="form-control" placeholder="Wachtwoord" required="">
      <div class="input-group-append">
        <span class="input-group-text show-hide-password" id="basic-addon2">
          <a href="">
                         <svg class="" style="width: 30px; height: 20px; fill: #4887c9" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                             <path d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z"></path> 
                         </svg>
                     </a>
        </span>
      </div>
    </div>
    <div class="invalid-feedback"> Veuillez entrer votre mot de passe </div>
  </div>
  <p class="error-login text-danger p-0" style="display: none"> Uw gegevens zijn niet juist </p>
  <div class="form-group text-center mb-0">
    <div class="d-flex flex-wrap justify-content-center justify-content-md-between">
      <button type="submit" class="btn btn-secondary btn-login rounded-lg">Inloggen</button>
      <button rel="nofollow noopener"
        onclick="window.location.href='https://gocar.be/nl/je-wachtwoord-vergeten?lastAction=https://gocar.be/nl/autos/renault/captur/15-dci-90-business-edition/id/4234059?utm_campaign=go_daily_nl_20240207&amp;utm_medium=email&amp;utm_source=newsletter';"
        class="btn btn-link text-primary text-sm font-weight-light p-2" style="letter-spacing: normal; text-transform:initial;"> Wachtwoord vergeten ? </button>
    </div>
    <p class="text-center mt-0 mt-md-2 mb-2 text-muted">of</p>
    <div class="row justify-content-center">
      <div class="col-12 col-md-8">
        <script>
          // Bots are not allowed to use Google One Tap
          if (!window.gocar.isBot()) {
            // load JS
            var gsiclientscript = document.createElement('script');
            gsiclientscript.src = 'https://accounts.google.com/gsi/client';
            document.head.appendChild(gsiclientscript);
            if (document.getElementById("signInWithGoogleButton") !== undefined || document.getElementById("signInWithGoogleButton") !== null) {
              function handleCredentialResponse(response) {
                const requestOptions = {
                  method: 'POST',
                  headers: {
                    'Content-Type': 'application/json',
                    'Accept': 'application/json',
                    'X-CSRF-TOKEN': ""
                  },
                  body: JSON.stringify({
                    response,
                    redirectTo: "https://gocar.be/nl/autos/renault/captur/15-dci-90-business-edition/id/4234059"
                  }),
                };
                fetch('/api/login/google/callback', requestOptions).then(response => response.json()).then(function(data) {
                  if (data.code === 200) {
                    window.location.href = data.redirectTo
                  }
                });
              }
              window.onload = function() {
                google.accounts.id.initialize({
                  client_id: "857105727168-f0qpfm7hpj0qf2cpkbfj39ueoeft5f3o.apps.googleusercontent.com",
                  callback: handleCredentialResponse,
                  auto_select: true,
                  itp_support: true,
                  cancel_on_tap_outside: false
                });
                google.accounts.id.renderButton(document.getElementById("signInWithGoogleButton"), {
                    theme: "outline",
                    size: "large",
                    shape: "pill",
                    locale: currentLanguage
                  } // customization attributes
                );
                if (window.gocar.getCookie('token') === "" && window.stocklist !== 1) {
                  var googleprompttriggered = false;

                  function handleScroll() {
                    if (window.innerHeight < (window.scrollY / 2) && !googleprompttriggered) {
                      google.accounts.id.prompt(function(notification) {
                        console.log(notification);
                        window.removeEventListener('scroll', handleScroll); // remove the event listener
                      }); // also display the One Tap dialog
                      googleprompttriggered = true;
                    }
                  }
                  window.addEventListener('scroll', handleScroll);
                }
                /*if (window.gocar.getCookie('token') === "" && window.stocklist !== 1) {
                    google.accounts.id.prompt((notification) =>{
                        console.log(notification);
                    }); // also display the One Tap dialog
                }*/
              }
            }
          }
        </script>
        <div id="signInWithGoogleButton" class="mb-2"></div>
        <button onclick="window.location.href='/api/login/facebook?redirectTo=https://gocar.be/nl/autos/renault/captur/15-dci-90-business-edition/id/4234059';"
          class="btn btn-block btn-social-facebook rounded-lg mb-2 d-flex justify-content-center align-items-center mx-auto">
          <svg class="mr-2" style="width: 20px; height: 20px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
            <path
              d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z">
            </path>
          </svg>
          <span>Verbonden met Facebook</span>
        </button>
      </div>
    </div>
    <hr class="d-none d-md-block">
    <p class="mb-0">
      <button rel="nofollow noopener"
        onclick="window.location.href='https://gocar.be/nl/account-aanmaken?lastAction=https://gocar.be/nl/autos/renault/captur/15-dci-90-business-edition/id/4234059?utm_campaign=go_daily_nl_20240207&amp;utm_medium=email&amp;utm_source=newsletter';"
        class="btn btn-link text-primary text-sm font-weight-light p-2" style="letter-spacing: normal; text-transform:initial;"> Maak een nieuw account aan </button>
    </p>
  </div>
</form>

<form class="contact-form" id="modal-contact" data-action="contact" novalidate="">
  <input type="hidden" name="vehicle-id" value="4234059">
  <input type="hidden" name="point-of-sale-id" value="1439">
  <input type="hidden" name="leasing-contract-id" value="">
  <input id="form-stat-modal" type="hidden" name="stat" data-stats-event="submit_contact"
    data-stat-args="{&quot;lang&quot;:&quot;nl&quot;,&quot;section&quot;:&quot;classifieds&quot;,&quot;page_type&quot;:&quot;detail&quot;,&quot;vehicle_type&quot;:&quot;car&quot;,&quot;condition&quot;:0,&quot;brand_id&quot;:48,&quot;brand_name&quot;:&quot;Renault&quot;,&quot;model_id&quot;:502,&quot;model_name&quot;:&quot;Captur&quot;,&quot;ad_id&quot;:4234059,&quot;dealer_id&quot;:1439,&quot;dealer_slug&quot;:&quot;1-27725-1344522&quot;,&quot;dealer_city&quot;:&quot;Melen&quot;,&quot;dealer_zip&quot;:&quot;4633&quot;,&quot;fuel_type_id&quot;:22,&quot;fuel_type&quot;:&quot;Diesel&quot;,&quot;body_style_id&quot;:82,&quot;body_style&quot;:&quot;Terreinwagen&quot;,&quot;gearbox_id&quot;:35,&quot;gearbox&quot;:&quot;Manueel&quot;,&quot;kilometers&quot;:44993,&quot;city&quot;:&quot;Melen&quot;,&quot;zip&quot;:&quot;4633&quot;,&quot;price&quot;:&quot;15890.00&quot;,&quot;registration_date&quot;:&quot;2019-05-17&quot;,&quot;co2_emission&quot;:&quot;&quot;,&quot;emission_norm&quot;:&quot;&quot;,&quot;seller_type&quot;:&quot;pro&quot;}">
  <div class="controls px-3" style="height: 500px;overflow-y: auto; padding-bottom: 60px">
    <label class="form-label" for="msg">Uw gegevens</label><br>
    <div class="form-group mb-3 row">
      <div class="col-6">
        <div class="custom-select-arrow">
          <select name="civility" id="civility-modal" data-style="btn-form-control" class="form-control" required="" style="height: 45px">
            <option value="">Aanspreking</option>
            <option value="Mrs">Mevrouw</option>
            <option value="Mr.">Mijnheer</option>
          </select>
        </div>
        <div class="invalid-feedback"> Vul uw beleefdheid in </div>
      </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="name-modal-contact">Naam</label>
      <input class="form-control text-md" type="text" name="last_name" id="last-name-modal" placeholder="Naam" required="required">
      <div class="invalid-feedback"> Vul uw naam in </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="first_name">Voornaam</label>
      <input class="form-control text-md" type="text" name="first_name" id="first_name-modal" placeholder="Voornaam" required="required">
      <div class="invalid-feedback"> Vul uw voornaam in </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="email-modal-contact">E-mail</label>
      <input class="form-control text-md" type="email" name="email" id="email-modal-contact" placeholder="E-mail" required="required">
      <div class="invalid-feedback"> Vul uw e-mailadres in </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="phone-modal-contact">Telefoon</label>
      <input class="form-control text-md" type="tel" pattern="\d*" name="phone" id="phone-modal-contact" placeholder="Telefoon">
      <div class="invalid-feedback"> Gelieve enkel cijfers in te geven voor uw telefoonnummer </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label" for="msg">Ik zou graag</label><br>
      <ul class="list-unstyled mb-0">
        <li class="text-sm">
          <div class="custom-control custom-checkbox contact-msg-container">
            <input class="custom-control-input contact-msg" data-msg="1" type="checkbox" id="type_1" name="offer">
            <label class="custom-control-label text-md" for="type_1">Een offerte aanvragen</label>
          </div>
        </li>
        <li class="text-sm">
          <div class="custom-control custom-checkbox contact-msg-container">
            <input class="custom-control-input contact-msg" data-msg="2" type="checkbox" id="type_2" name="testdrive">
            <label class="custom-control-label text-md" for="type_2">Een testrit boeken</label>
          </div>
        </li>
        <li class="text-sm">
          <div class="custom-control custom-checkbox contact-msg-container">
            <input class="custom-control-input contact-msg" data-msg="3" type="checkbox" id="type_3" name="infos">
            <label class="custom-control-label text-md" for="type_3">Meer informatie over het voertuig krijgen</label>
          </div>
        </li>
      </ul>
    </div>
    <label class="form-label" for="msg">Uw bericht</label><br>
    <div class="form-group mb-0">
      <label class="form-label sr-only" for="message-modal-contact">Bericht</label>
      <textarea class="form-control text-md" rows="4" name="message" id="message-modal-contact" placeholder="Bericht" required="required"></textarea>
      <div class="invalid-feedback"> Vervolledig uw bericht </div>
    </div>
    <div class="form-group m-0">
      <div class="custom-control custom-checkbox text-md">
        <input id="copy-modal-contact" name="copy" type="checkbox" value="1" class="custom-control-input">
        <label for="copy-modal-contact" class="custom-control-label pt-1">Stuur mij een kopie van deze e-mail</label>
      </div>
    </div>
    <div class="form-group m-0 mb-2">
      <div class="custom-control custom-checkbox text-md">
        <input id="checkboxCG-modal-contact" name="alert-condition" type="checkbox" value="0" class="custom-control-input" required="">
        <label for="checkboxCG-modal-contact" class="custom-control-label pt-1">Ik accepteer de
          <a target="_blank" href="https://gocar.be/nl/information/algemene-gebruiksvoorwaarden?lang=nl">Algemene voorwaarden en het Gocar.be Privacybeleid</a></label>
        <div class="invalid-feedback"> Ga akkoord met de Algemene voorwaarden. </div>
      </div>
      <div class="border-top small mt-1 pt-1"> Deze website is beveiligd door reCAPTCHA. <a href="https://policies.google.com/privacy" target="_blank">Het Privacy beleid</a> en
        <a href="https://policies.google.com/terms" target="_blank">de gebruiksvoorwaarden</a> van Google worden toegepast. </div>
    </div>
  </div>
  <div class="form-group m-0 text-right border-top pt-3 px-3 bg-gray-100" style="position: absolute;left: 0;bottom: 0;width: 100%;">
    <div class="d-flex flex-wrap justify-content-between">
      <button class="btn btn-link modal-close text-black-50" data-dismiss="modal" aria-label="Close"> Annuleren </button>
      <button data-stats-event="click_contact" data-stats-arg="" class="btn btn-secondary rounded-lg">
        <svg class="mr-1" style="width: 15px; height: 15px; fill: #fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
          <path d="M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z"></path>
        </svg>
        <span class="btn-text"> Versturen </span>
        <div class="spinner-border text-light small-loader btn-loader" role="status" style="display: none">
          <span class="sr-only">Loading...</span>
        </div>
      </button>
    </div>
    <div class="submitted text-success pt-3" style="display: none"> Uw bericht werd verstuurd </div>
  </div>
</form>

Text Content

Mijn profiel Mijn voertuigen Mijn favorieten Mijn alerten

--------------------------------------------------------------------------------

Uitloggen
Mijn profiel Mijn voertuig Mijn favorieten Mijn geschiedenis Mijn alerten

--------------------------------------------------------------------------------

Verkoop uw voertuig

--------------------------------------------------------------------------------

Uitloggen

 * Zoek een voertuig
   Auto's Oldtimers Bestelwagens Professionele lease Particuliere lease Motoren
   
   --------------------------------------------------------------------------------
   
   Dealers
   
   --------------------------------------------------------------------------------
   
   De juiste wagen kopen: hoe begin ik eraan?
 * Voertuig verkopen
   Plaats uw advertentie Gratis
   
   --------------------------------------------------------------------------------
   
   Mijn wagen verkopen: zo moet het
 * Actualiteit
   Laatste nieuws Testritten Video’s Onze automerken Newsletter Gocar Newsletter
   Autoclassic
 * Diensten
   Advies
   
   --------------------------------------------------------------------------------
   
   Lening / Financiering
   
   --------------------------------------------------------------------------------
   
   Verzekeringen
   
   --------------------------------------------------------------------------------
   
   Gocar DATA Professionnals
 * Log in
 * 
   Hallo
   Mijn profiel Mijn voertuigen Mijn favorieten Mijn alerten
   
   --------------------------------------------------------------------------------
   
   Uitloggen
   Mijn profiel Mijn voertuig Mijn favorieten Mijn geschiedenis Mijn alerten
   
   --------------------------------------------------------------------------------
   
   Verkoop uw voertuig
   
   --------------------------------------------------------------------------------
   
   Uitloggen
 * Car Festival
 * NL
   FR EN

16





RENAULT
CAPTUR 1.5 DCI 90 BUSINESS EDITION

 * 15.890 €
   
   BTW inbegrepen / B.T.W. aftrekbaar


Lening tweedehandswagen (vanaf 3 jaar)*
Staat: Tweedehands
Eerste inschrijving: 05/2019
Versnellingsbak: Manueel
Brandstof: Diesel
Kilometerstand: 44.993 km
Emissieklasse: -
Professionele verkoper:
Garage Renier & Fils SA
4633 Melen
19 voertuigen te koop op Gocar

Meer info over dit voertuig?

Bellen +3287480456
E-mail
Bel +3287480456
E-mail


ALGEMENE GEGEVENS

 * Staat voertuig : Tweedehands
 * Eerste inschrijving: 05/2019
 * Kilometerstand: 44.993 km
 * Brandstof: Diesel
 * Versnellingsbak: Manueel
 * Vermogen : 90 PK
 * Cylinderinhoud : 1461
 * Aantal cilinders : -
 * Referentie van de advertentie : 1803

 * CO2 uitstoot : 110 g CO2/km
 * Emissieklasse: -
 * Carroserie : Terreinwagen
 * Kleur : -
 * Aantal deuren : 5
 * Beschadigde auto : Neen
 * Techn. controle tot : -
 * Car-Pass : Ja


UITRUSTING

 * Airbags achteraan
 * Bandenspanningscontrolesysteem
 * Centrale vergrendeling
 * Elektrische ruiten
 * Navigatiesysteem
 * Servostuur
 * Touch screen

 * Airconditioning
 * Bluetooth
 * Cruise Control
 * Mistlampen
 * Park distance control
 * Start/stop-automatisch
 * Velgen


BESCHRIJVING

Heeft u vragen of behoefte aan meer details over dit voertuig?
Neem nu contact op met de verkoper, hij zal u zo spoedig mogelijk antwoorden.


ROUTE

Route

Koper?
Eis uw Car-Pass bij de verkoper!

Verkoper?
Vergeet uw Car-Pass niet te geven bij het verkopen van uw voertuig.

Dit is een wettelijk en verplicht document. Voor meer info




www.car-pass.be

CONTACTEER DE VERKOPER

Garage Renier & Fils SA
4633 Melen

Mevrouw Mijnheer

Naam*:

Voornaam:

E-mail*:

Uw bericht*:

Telefoon:

Ik accepteer de Algemene voorwaarden en het Gocar.be Privacybeleid

Het formulier bevat een fout
Stuur naar
Garage Renier & Fils SA

Bericht perfect verzonden!

Advertentie – lees hieronder verder


Wilt u uw auto verkopen? Plaats uw advertentie gratis op Gocar. Meer info

Advertentie – lees hieronder verder



Vind gelijkaardige voertuigen


TWEEDEHANDS TE KOOP OP GOCAR.BE




Ontdek al de actualiteit


LAATSTE NIEUWS

Bekijk al het laatste nieuws


Advertentie




RENAULT CAPTUR

1.5 DCi 90 Business Edition

15.890 €

Bellen +3287480456
E-mail

Kopen, Verkopen of Leasen
 * Wagen kopen
 * Wagen verkopen Gratis
 * Een wagen leasen

Diensten
 * Advies
 * Lening / Financiering
 * Verzekeringen
 * Gocar DATA Professionnals
 * Vastgoed

Over
 * Wie zijn we
 * Uw reclame op Gocar.be
 * Support / F.A.Q.'s

Schrijf u in

Ontvang onze Gocar nieuwsbrief

Vul een geldig e-mailadres in.
Gelieve uw inschrijving te bevestigen via e-mail (Vergeet uw spam niet te
controleren).
Uw inschrijving werd goed geregistreerd.
Door het ingeven van mijn e-mailadres bevestig ik nieuwsletters te willen
ontvangen van Gocar.be en haar partners. Hierbij geef ik ook de toestemming voor
de verwerking van mijn gegevens in overeenstemming met het Privacybeleid van
Gocar.be.
 * 
 * 
 * 
 * 
 * 

Cookies / Instellingen Privacy Algemene voorwaarden

© 2024 Gocar.be - Alle rechten voorbehouden.

 * Home
   
 * Zoek een voertuig
   Auto's Oldtimers Bestelwagens Professionele lease Particuliere lease Motoren
   Dealers De juiste wagen kopen: hoe begin ik eraan?
 * Voertuig verkopen
   Plaats uw advertentie Gratis Mijn wagen verkopen: zo moet het
 * Actualiteit
   Laatste nieuws Testritten Video’s Onze automerken Newsletter Gocar Newsletter
   Autoclassic
   Zoek hier een artikel
 * Diensten
   Advies Lening / Financiering Verzekeringen Gocar DATA Professionnals
   
 * Log in
 * Car Festival
 * FR NL EN

 * 
   Maak een alert aan
 * 
   Voeg uw favorieten toe
 * 
   Beheer uw account

Veuillez entrer votre adresse mail
Veuillez entrer votre mot de passe

Uw gegevens zijn niet juist

Inloggen Wachtwoord vergeten ?

of


Verbonden met Facebook

--------------------------------------------------------------------------------

Maak een nieuw account aan



Voertuig toegevoegd aan de vergelijking

Vergelijken voertuig(en)



VERGELIJK DE VOERTUIGEN

×

U kunt maximum 3 voertuigen vergelijken. ×


DEEL UW VERGELIJKING

×



DEEL DIT VOERTUIG

×

 * Email
 * Facebook
 * Whatsapp
 * Messenger
 * Twitter
 * https://gocar.be/nl/autos/renault/captur/15-dci-90-business-edition/id/4234059
   Kopieer de link
   Gekopieerd

CONTACTEER DE VERKOPER PER E-MAIL

Garage Renier & Fils SA
4633 Melen
Uw gegevens

Aanspreking Mevrouw Mijnheer
Vul uw beleefdheid in
Naam
Vul uw naam in
Voornaam
Vul uw voornaam in
E-mail
Vul uw e-mailadres in
Telefoon
Gelieve enkel cijfers in te geven voor uw telefoonnummer
Ik zou graag

 * Een offerte aanvragen
 * Een testrit boeken
 * Meer informatie over het voertuig krijgen

Uw bericht

Bericht
Vervolledig uw bericht
Stuur mij een kopie van deze e-mail
Ik accepteer de Algemene voorwaarden en het Gocar.be Privacybeleid
Ga akkoord met de Algemene voorwaarden.
Deze website is beveiligd door reCAPTCHA. Het Privacy beleid en de
gebruiksvoorwaarden van Google worden toegepast.
Annuleren Versturen
Loading...
Uw bericht werd verstuurd