www.slm.co.uk Open in urlscan Pro
185.41.10.17  Public Scan

Submitted URL: https://www.renaultusedcars.co.uk/
Effective URL: https://www.slm.co.uk/renault
Submission: On May 31 via api from US — Scanned from GB

Form analysis 1 forms found in the DOM

GET /vehicle-results.php

<form action="/vehicle-results.php" method="get" id="veh-search">
  <input type="hidden" name="franchise" value="Renault">
  <input type="hidden" name="stockType" value="physical">
  <input type="hidden" name="vehType" value="car">
  <input type="hidden" name="vehCond" value="">
  <input type="hidden" name="payType" value="cash">
  <input type="hidden" name="payOpt" value="pcp">
  <input type="hidden" name="budgetType" value="cash">
  <ul id="stats" class="ti">
    <li><span>Vehicles</span> in Stock</li>
    <li data-count="usedCar" style="display: inline-block;"><span class="ti-sub">Used Cars:</span> <span class="count">23</span></li>
    <li data-count="usedVan" style="display: inline-block;"><span class="ti-sub">Used Vans:</span> <span class="count">0</span></li>
  </ul>
  <ul id="filters">
    <li class="search-type">
      <small>Search</small>
      <select class="ti-sub">
        <option data-type="car" data-cond="">All Car Stock</option>
        <option data-type="car" data-cond="used">Used Cars</option>
        <option data-type="van" data-cond="used">Used Vans</option>
      </select>
    </li><!--
			-->
    <li>
      <small>Make</small>
      <select name="make" id="makeList" class="ti-sub">
        <option value="any">All Makes</option>
        <option value="citroen">Citroen</option>
        <option value="dacia">Dacia</option>
        <option value="ford">Ford</option>
        <option value="kia">Kia</option>
        <option value="mazda">Mazda</option>
        <option value="mini">MINI</option>
        <option value="nissan">Nissan</option>
        <option value="renault">Renault</option>
        <option value="volkswagen">Volkswagen</option>
      </select>
    </li><!--
			-->
    <li>
      <small>Select Model</small>
      <select name="model" id="modelList" class="ti-sub">
        <option value="any" data-range="false">All Models</option>
      </select>
    </li><!--
			-->
    <li>
      <small>Select Grade</small>
      <select name="grade" id="gradeList" class="ti-sub">
        <option value="any">All Grades</option>
      </select>
    </li><!--
			-->
    <li class="budget">
      <small>Your Budget</small>
      <dl class="ti-sub">
        <dt data-type="cash">Cash <i class="ic ic-angle-down" aria-hidden="true"></i></dt>
        <dt data-type="monthly">Monthly<i class="ic ic-angle-down" aria-hidden="true"></i></dt>
      </dl>
      <style>
        #veh-search #filters li.budget .set-budget {
          position: absolute;
          top: 55px;
          left: 0;
          width: 100%;
          background: #999;
          z-index: 2;
          display: none;
        }

        #veh-search #filters li.budget .set-budget .item {
          padding: 16px 26px 24px;
          border-bottom: 1px solid #888;
          font-size: 12px;
        }

        #veh-search #filters li.budget .set-budget .item b {
          display: inline-block;
          margin: 0 0 18px;
        }

        #veh-search #filters li.budget .set-budget .item output {
          float: right;
        }

        #veh-search #filters li.budget .set-budget .item output.min {
          float: none;
          display: inline-block;
          margin: 0 0 18px;
        }

        @media screen and (max-width:768px) {
          #veh-search #filters li.budget {
            height: auto !important;
          }

          #veh-search #filters li.budget .set-budget {
            position: static;
          }
        }

        #veh-search .ui-widget-content {
          background: #ddd;
          border: 0;
          margin: 0 8px;
        }

        #veh-search .ui-slider-horizontal {
          height: 3px;
        }

        #veh-search .ui-state-default {
          width: 22px;
          height: 22px;
          top: -10px;
          border: 0;
          border-radius: 50%;
          margin: 0 0 0 -10px;
        }

        #veh-search .ui-state-default:after {
          content: "";
          display: block;
          position: absolute;
          left: 2px;
          top: 2px;
          width: 18px;
          height: 18px;
          border-radius: 50%;
        }

        #veh-search .ui-state-hover,
        #veh-search .ui-state-active {
          width: 18px;
          height: 18px;
          margin: 2px 2px 2px -8px;
        }

        #veh-search .ui-state-hover:after,
        #veh-search .ui-state-active:after {
          background: rgba(255, 255, 255, 0.1);
          left: -4px;
          top: -4px;
          width: 26px;
          height: 26px;
        }

        #veh-search .ui-state-default:before {
          content: "";
          display: block;
          position: absolute;
          left: -10px;
          top: -10px;
          width: 42px;
          height: 44px;
        }

        /* Used to make touch area bigger */
        #veh-search .scale-sects {
          padding: 0 8px;
          margin: -4px 0 0;
          box-sizing: border-box;
        }

        #veh-search .scale-sects div {
          display: inline-block;
          height: 10px;
          box-sizing: border-box;
          border-left: 1px solid #ddd;
        }

        #veh-search .scale-sects div:last-child {
          border-right: 1px solid #ddd;
        }

        #veh-search .scale-labels {
          margin: 0 8px 14px;
          position: relative;
          box-sizing: border-box;
        }

        #veh-search .scale-labels div {
          position: absolute;
          top: -2px;
          transform: translateX(-50%);
          color: #ddd;
          font-size: 11px;
        }
      </style>
      <div id="budget-cash" class="set-budget">
        <div class="item">
          <output class="min">Min: £10,000</output>
          <output class="max">Max: £30,000</output>
          <div id="budget-price" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <div class="ui-slider-range ui-corner-all ui-widget-header" style="left: 0%; width: 100%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 0%;"></span><span tabindex="0"
              class="ui-slider-handle ui-corner-all ui-state-default" style="left: 100%;"></span>
          </div>
          <input type="hidden" name="minPrice" value="10000">
          <input type="hidden" name="maxPrice" value="30000">
        </div>
      </div>
      <div id="budget-monthly" class="set-budget">
        <div class="item">
          <b>Deposit</b>
          <output>10%</output>
          <div id="budget-deposit" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <div class="ui-slider-range ui-corner-all ui-widget-header ui-slider-range-min" style="width: 0%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 0%;"></span>
          </div>
          <input type="hidden" name="financeDeposit" value="">
        </div>
        <div class="item">
          <b>Annual Mileage</b>
          <output>10,000 mi</output>
          <div id="budget-mileage" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <div class="ui-slider-range ui-corner-all ui-widget-header ui-slider-range-min" style="width: 16.6667%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 16.6667%;"></span>
          </div>
          <input type="hidden" name="financeMileage" value="10000">
        </div>
        <div class="item">
          <b>Term Length</b>
          <output>48 mths</output>
          <div id="budget-term" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <div class="ui-slider-range ui-corner-all ui-widget-header ui-slider-range-min" style="width: 100%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 100%;"></span>
          </div>
          <input type="hidden" name="financeTerm" value="48">
        </div>
        <div class="item">
          <output class="min">Min: £0 pm</output>
          <output class="max">Max: £2,000 pm</output>
          <div id="budget-payment" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <div class="ui-slider-range ui-corner-all ui-widget-header" style="left: 0%; width: 100%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 0%;"></span><span tabindex="0"
              class="ui-slider-handle ui-corner-all ui-state-default" style="left: 100%;"></span>
          </div>
          <input type="hidden" name="financeMonthlyMin" value="0">
          <input type="hidden" name="financeMonthlyMax" value="2000">
        </div>
      </div>
      <script>
        var sliderTerms = new Array();
        sliderTerms[0] = 24;
        sliderTerms[1] = 25;
        sliderTerms[2] = 26;
        sliderTerms[3] = 27;
        sliderTerms[4] = 28;
        sliderTerms[5] = 29;
        sliderTerms[6] = 30;
        sliderTerms[7] = 31;
        sliderTerms[8] = 32;
        sliderTerms[9] = 33;
        sliderTerms[10] = 34;
        sliderTerms[11] = 35;
        sliderTerms[12] = 36;
        sliderTerms[13] = 37;
        sliderTerms[14] = 38;
        sliderTerms[15] = 39;
        sliderTerms[16] = 40;
        sliderTerms[17] = 41;
        sliderTerms[18] = 42;
        sliderTerms[19] = 43;
        sliderTerms[20] = 44;
        sliderTerms[21] = 45;
        sliderTerms[22] = 46;
        sliderTerms[23] = 47;
        sliderTerms[24] = 48;
        $(document).ready(function() {
          $('#veh-search .budget dt').click(function() {
            if ($(this).data('type') == "cash") {
              $('#veh-search .budget dt[data-type="monthly"]').removeClass('sel');
              $('#budget-monthly').slideUp(150);
            } else {
              $('#veh-search .budget dt[data-type="cash"]').removeClass('sel');
              $('#budget-cash').slideUp(150);
            }
            $(this).toggleClass('sel');
            $('#budget-' + $(this).data('type')).slideToggle(150);
            $('#veh-search input[name="budgetType"]').val($(this).data('type'));
          });
          $('#budget-price').slider({
            range: true,
            min: 10000,
            max: 30000,
            step: 1000,
            values: [10000, 30000],
            slide: function(event, ui) {
              $(this).parent().find('output.min').html("Min: &pound;" + numberWithCommas(ui.values[0]));
              $(this).parent().find('output.max').html("Max: &pound;" + numberWithCommas(ui.values[1]));
              $('#veh-search input[name="minPrice"]').val(ui.values[0]);
              $('#veh-search input[name="maxPrice"]').val(ui.values[1]);
            },
            stop: function(event, ui) {
              vehicleCount();
            }
          });
          $('#budget-price').parent().find('output.min').html("Min: &pound;" + numberWithCommas($('#budget-price').slider('values', 0)));
          $('#budget-price').parent().find('output.max').html("Max: &pound;" + numberWithCommas($('#budget-price').slider('values', 1)));
          $('#veh-search input[name="minPrice"]').val($('#budget-price').slider('values', 0));
          $('#veh-search input[name="maxPrice"]').val($('#budget-price').slider('values', 1));
          $('#budget-deposit').slider({
            range: "min",
            min: 0,
            max: 20000,
            step: 10,
            value: 0,
            slide: function(event, ui) {
              $(this).parent().find('output').html("&pound;" + numberWithCommas(ui.value));
              $('#veh-search input[name="financeDeposit"]').val(ui.value);
            },
            stop: function(event, ui) {
              saveFinance();
            }
          });
          $('#budget-deposit').parent().find('output').html('10%');
          $('#budget-mileage').slider({
            range: "min",
            min: 6000,
            max: 30000,
            step: 1000,
            value: 10000,
            slide: function(event, ui) {
              $(this).parent().find('output').text(numberWithCommas(ui.value) + " mi");
              $('#veh-search input[name="financeMileage"]').val(ui.value);
            },
            stop: function(event, ui) {
              saveFinance();
            }
          });
          $('#budget-mileage').parent().find('output').text(numberWithCommas($('#budget-mileage').slider('value')) + " mi");
          $('#veh-search input[name="financeMileage"]').val($('#budget-mileage').slider('value'));
          $('#budget-term').slider({
            range: "min",
            min: 0,
            max: 24,
            step: 1,
            value: 24,
            slide: function(event, ui) {
              $(this).parent().find('output').text(sliderTerms[ui.value] + " mths");
              $('#veh-search input[name="financeTerm"]').val(sliderTerms[ui.value]);
            },
            stop: function(event, ui) {
              saveFinance();
            }
          });
          $('#budget-term').parent().find('output').text(sliderTerms[$('#budget-term').slider('value')] + " mths");
          $('#veh-search input[name="financeTerm"]').val(sliderTerms[$('#budget-term').slider('value')]);
          saveFinance();
          $('#budget-payment').slider({
            range: true,
            min: 0,
            max: 2000,
            step: 10,
            values: [0, 2000],
            slide: function(event, ui) {
              $(this).parent().find('output.min').html("Min: &pound;" + numberWithCommas(ui.values[0]) + " pm");
              $(this).parent().find('output.max').html("Max: &pound;" + numberWithCommas(ui.values[1]) + " pm");
              $('#veh-search input[name="financeMonthlyMin"]').val(ui.values[0]);
              $('#veh-search input[name="financeMonthlyMax"]').val(ui.values[1]);
            }
          });
          $('#budget-payment').parent().find('output.min').html("Min: &pound;" + numberWithCommas($('#budget-payment').slider('values', 0)) + " pm");
          $('#budget-payment').parent().find('output.max').html("Max: &pound;" + numberWithCommas($('#budget-payment').slider('values', 1)) + " pm");
          $('#veh-search input[name="financeMonthlyMin"]').val($('#budget-payment').slider('values', 0));
          $('#veh-search input[name="financeMonthlyMax"]').val($('#budget-payment').slider('values', 1));
        });
        $(document).mouseup(function(e) {
          if ($('.set-budget').is(':visible')) {
            // If the target of the click isn't the colour picker nor a descendant of it:
            if (!$('.set-budget').is(e.target) && $('.set-budget').has(e.target).length === 0) {
              $('#veh-search .budget dt.sel').trigger('click');
            }
          }
        });

        function vehicleCount() {
          $.ajax({
            type: "POST",
            url: "/index.php",
            data: "vehCount=1&franchise=Renault&hasCarsNewStock=0&hasCarsUsed=1&hasVansNewStock=0&hasVansUsed=1&make=" + $('#veh-search select[name="make"]').val() + "&model=" + $('#veh-search select[name="model"]').val() + "&grade=" + $(
              '#veh-search select[name="grade"]').val() + "&minPrice=" + $('#veh-search input[name="minPrice"]').val() + "&maxPrice=" + $('#veh-search input[name="maxPrice"]').val(),
            dataType: "json",
            success: function(data) {
              $('#stats li:not(:first-child)').each(function() {
                $(this).fadeOut(150, function() {
                  var countName = $(this).data('count') + "Count";
                  if (data[countName] == null) {
                    data[countName] = 0;
                  }
                  $(this).fadeIn(150).find('.count').text(data[countName]);
                });
              });
            }
          });
        }

        function saveFinance() {
          $.ajax({
            type: "POST",
            url: "/index.php",
            data: "userDeposit=" + $('#veh-search input[name="financeDeposit"]').val() + "&financeType=pcp&userTerm=" + $('#veh-search input[name="financeTerm"]').val() + "&userMileage=" + $('#veh-search input[name="financeMileage"]').val()
          });
        }
      </script>
    </li><!--
			-->
    <li class="postcode">
      <small>Postcode (optional)</small>
      <input type="text" maxlength="12" name="postcode" value="" placeholder="POSTCODE">
    </li><!--
			-->
    <li class="searh-btn">
      <button>Search</button>
    </li>
  </ul>
  <script>
    $(document).ready(function() {
      $('#veh-search .search-type select').change(function() {
        $('#veh-search input[name="vehType"]').val($(this).find(':selected').data('type'));
        $('#veh-search input[name="vehCond"]').val($(this).find(':selected').data('cond'));
        indexLoadMakes();
      });
      $('#veh-search .search-type select').trigger('change');
      $('#makeList').change(function() {
        $.getJSON("/inc-ajax-vehicle-results.php?searchList=model&franchise=" + $('#veh-search input[name="franchise"]').val() + "&stockOtherMakes=1&stockType=" + $('#veh-search input[name="stockType"]').val() + "&vehType=" + $(
          '#veh-search input[name="vehType"]').val() + "&vehCond=" + $('#veh-search input[name="vehCond"]').val() + "&payType=" + $('#veh-search input[name="payType"]').val() + "&make=" + $(this).val(), function(result) {
          var options = '<option value="any" data-range="false">All Models</option>';
          var mrmodelLoop = "";
          $.each(result, function(k, v) {
            var mrmodelCheck = this.mrmodel.toLowerCase();
            if (result.length != k + 1) {
              var mrmodelNext = result[k + 1]['mrmodel'].toLowerCase();
            }
            if (mrmodelCheck != mrmodelLoop && mrmodelCheck == mrmodelNext) {
              options += '<option value="' + this.mrmodel + '" data-range="true">' + this.mrmodel + '</option>';
            }
            if (mrmodelCheck == mrmodelLoop || mrmodelCheck == mrmodelNext) {
              var modelIndent = "&nbsp;&nbsp;&nbsp;&nbsp;- ";
            } else {
              var modelIndent = "";
            }
            options += '<option value="' + this.model + '" data-range="false">' + modelIndent + this.modeldisp + '</option>';
            mrmodelLoop = mrmodelCheck;
          });
          $("#modelList").html(options).trigger('change');
        });
      });
      $('#modelList').change(function() {
        $.getJSON("/inc-ajax-vehicle-results.php?searchList=grade&franchise=" + $('#veh-search input[name="franchise"]').val() + "&stockOtherMakes=1&stockType=" + $('#veh-search input[name="stockType"]').val() + "&vehType=" + $(
            '#veh-search input[name="vehType"]').val() + "&vehCond=" + $('#veh-search input[name="vehCond"]').val() + "&payType=" + $('#veh-search input[name="payType"]').val() + "&make=" + $('#makeList').val() + "&model=" + $(this).val(),
          function(result) {
            var sel = $("#gradeList");
            sel.empty();
            var temp = new Option('All Grades', 'any');
            sel[0].options[sel[0].options.length] = temp;
            $.each(result, function() {
              var temp = new Option(this.gradedisp, this.grade, false, false);
              sel[0].options[sel[0].options.length] = temp;
            });
            if ($('#modelList option:selected').data('range') === true) {
              $('#modelList').attr('name', 'mrmodel');
            } else {
              $('#modelList').attr('name', 'model');
            }
          });
        vehicleCount();
      });
      $('#gradeList').change(function() {
        vehicleCount();
      });
      $('#stats li:not(:first-child)').hide();
    });

    function indexLoadMakes() {
      $.getJSON("/inc-ajax-vehicle-results.php?searchList=make&franchise=" + $('#veh-search input[name="franchise"]').val() + "&stockOtherMakes=1&stockType=" + $('#veh-search input[name="stockType"]').val() + "&vehType=" + $(
        '#veh-search input[name="vehType"]').val() + "&vehCond=" + $('#veh-search input[name="vehCond"]').val() + "&payType=" + $('#veh-search input[name="payType"]').val(), function(result) {
        if (result.length > 1) {
          var sel = $('#makeList');
          sel.empty();
          var temp = new Option('All Makes', 'any');
          sel[0].options[sel[0].options.length] = temp;
          $.each(result, function() {
            var temp = new Option(this.makedisp, this.make, false, false);
            sel[0].options[sel[0].options.length] = temp;
          });
        } else {
          $('#makeList').html('<option value="Renault">Renault</option>');
        }
        $('#makeList').trigger('change');
      });
    }
  </script>
</form>

Text Content

 * Back to Group
 * Customer Service
 * Customer Reviews
 * Latest News
 * Careers
 * Book a Service
 * Contact Us

 * 
 * 

 * 
 * 
 * 




 * Home
 * Used Cars
   
   Renault Cars In Stock
   Renault ClioRenault CAPTURNew Renault KADJARRenault Austral E-Tech full
   hybridAll Vehicles
   Renault Clio
   
   
   
   Renault CAPTUR
   
   
   
   New Renault KADJAR
   
   
   
   Renault Austral E-Tech full hybrid
   
   

 * New Cars
   
   The New Renault Range
   Renault 5 E-Tech 100% ElectricNew Renault ClioRenault CAPTURNew Renault
   CAPTURRenault Megane E-Tech 100% electricNew Renault Arkana E-Tech Full
   HybridRenault Scenic E-Tech 100% electricRenault Trafic PassengerRenault
   SymbiozNew Renault RafaleRenault Austral E-Tech full hybrid
   Renault 5 E-Tech 100% Electric from £TBC
   
   On the road
   
   New Renault Clio from £17,995
   
   On the road
   
   Renault CAPTUR from £21,595
   
   On the road
   
   New Renault CAPTUR from £TBC
   
   On the road
   
   Renault Megane E-Tech 100% electric from £33,995
   
   On the road
   
   New Renault Arkana E-Tech Full Hybrid from £27,095
   
   On the road
   
   Renault Scenic E-Tech 100% electric from £37,495
   
   On the road
   
   Renault Trafic Passenger from £46,150
   
   On the road
   
   Renault Symbioz from £TBC
   
   On the road
   
   New Renault Rafale from £42,195
   
   On the road
   
   Renault Austral E-Tech full hybrid from £34,695
   
   On the road

 * Electric & Hybrid
 * New Commercials
 * Used Commercials
 * Offers
   
   New Car OffersNew Van OffersService OffersEvent OffersBusiness Offers
   Motability Offers
 * Motability
   
   Renault Motability
   New Renault Arkana E-Tech Full HybridRenault Austral E-Tech full
   hybridRenault CAPTURNew Renault ClioRenault Megane E-Tech 100%
   electricRenault Scenic E-Tech 100% electricRenault Trafic Passenger
   New Renault Arkana E-Tech Full Hybrid from £995
   
   Advance Payment
   
   Renault Austral E-Tech full hybrid from £1,795
   
   Advance Payment
   
   Renault CAPTUR from £NIL
   
   Advance Payment
   
   New Renault Clio from £NIL
   
   Advance Payment
   
   Renault Megane E-Tech 100% electric from £NIL
   
   Advance Payment
   
   Renault Scenic E-Tech 100% electric from £1,495
   
   Advance Payment
   
   Renault Trafic Passenger from £4,995
   
   Advance Payment

 * Aftersales
   
   Vehicle ServiceRenault PartsLoyalty Card SchemeBook a Service or MOT
 * About Us
   
   Latest NewsLoyalty Card SchemeCareers
 * Contact Us


Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore


NEW CLIO TCE PETROL - WITH UP TO £1,000


DEPOSIT CONTRIBUTION | 6.9% APR

Explore
Explore


RENAULT 5 E-TECH ELECTRIC OFFERS


RENAULT 5 E-TECH ELECTRIC OFFERS

Explore


RENAULT TRAFIC CONTRACT HIRE OFFER




Explore


TRAFIC E-TECH 100% ELECTRIC


CONTRACT HIRE OFFER

Explore


SCENIC E-TECH 100% ELECTRIC - CAR OF THE


YEAR 2024 WITH | 0% APR

Explore
‹›




 * Welcome to.. SMC Renault
 * Trending Renault Models
   
   
   
   Symbioz
   from £TBC
   
   On the road
   
   New CAPTUR
   from £TBC
   
   On the road
   
   5 E-Tech 100% Electric
   from £TBC
   
   On the road
   
   New Arkana E-Tech Full Hybrid
   from £213
   
   Per month
   
   Scenic E-Tech 100% electric
   from £244
   
   Per month
   
   ‹›
   
   
   
 * Used Renault Cars
   
   We currently have 11 used vehicles in stock. Find the perfect vehicle for you
   today.

 * Order Online Buy Online
   
   Find, finance and buy your perfect vehicle online now.

 * SMC Renault Servicing Book Your Service
   
   Keeping you on the road, worry free!

 * Vehicles in Stock
 * Used Cars: 23
 * Used Vans: 0

 * Search All Car Stock Used Cars Used Vans
   
 * Make All MakesCitroenDaciaFordKiaMazdaMININissanRenaultVolkswagen
   
 * Select Model All Models
   
 * Select Grade All Grades
   
 * Your Budget Cash Monthly
   Min: £10,000 Max: £30,000
   
   Deposit 10%
   
   Annual Mileage 10,000 mi
   
   Term Length 48 mths
   
   Min: £0 pm Max: £2,000 pm
   
   
 * Postcode (optional)
   
 * Search




RENAULT MODELS

Introducing the new Renault model range.

RENAULT 5 E-TECH 100% ELECTRIC



from £TBC

On the road

NEW RENAULT CLIO



from £17,995

On the road

from. £165.00

Per Month

RENAULT CAPTUR



from £21,595

On the road

from. £219.00

Per Month

NEW RENAULT CAPTUR



from £TBC

On the road

RENAULT MEGANE E-TECH 100% ELECTRIC



from £33,995

On the road

from. £255.00

Per Month

NEW RENAULT ARKANA E-TECH FULL HYBRID



from £27,095

On the road

from. £213.00

Per Month

RENAULT SCENIC E-TECH 100% ELECTRIC



from £37,495

On the road

from. £244.00

Per Month

RENAULT TRAFIC PASSENGER



from £46,150

On the road

NEW RENAULT RAFALE



from £42,195

On the road

RENAULT AUSTRAL E-TECH FULL HYBRID



from £34,695

On the road

from. £230.00

Per Month

RENAULT SYMBIOZ



from £TBC

On the road

‹›



WELCOME TO SMC RENAULT






 * SMC Renault have been serving the motoring community of Surrey and Hampshire
   for over 40 years. We are located close to the M25, A3 and M3 in Aldershot
   and Weybridge and an accessible drive from London or the south coast. We are
   staffed by a highly motivated and friendly team, a number of which have been
   with us on the full 40 year journey.
   
   We offer a full after sales facilities for both cars and lcvs (larger lcvs
   Aldershot) only. Repairs, MOT and parts at both branches. Our forecourts
   offer a large selection of used cars and vans in stock as well as access to
   many more.
   
   Our branches are committed to offer not only the best value for money, but
   also the highest level of customer service, as over the 40 years we have done
   much of our business by word of mouth and recommendation.
   
   We look forward to meeting you soon.

 * New Cars
   
   Discover the latest new vehicle range

 * Used Cars
   
   View our used cars

 * Motability
   
   Find your perfect Motability vehicle

 * Book Your Service
   
   Let SMC Renault look after your vehicle

 * Value Your Vehicle
   
   Find out what your vehicle is worth

SMC Renault Aldershot

Aldershot, Hampshire, GU12 4HD

01252 367300
SMC Renault Weybridge

Weybridge, Surrey, KT13 9ET

01932 855021
‹›





PLEASE WAIT

This won't take a moment...


 * New Renault Cars Renault 5 E-Tech 100% Electric New Renault Clio Renault
   CAPTUR New Renault CAPTUR Renault Megane E-Tech 100% electric New Renault
   Arkana E-Tech Full Hybrid Renault Scenic E-Tech 100% electric Renault Trafic
   Passenger Renault Austral E-Tech full hybrid New Renault Rafale Renault
   Symbioz
 * New Renault Vans Renault Kangoo Renault MASTER Renault Kangoo E TECH Renault
   Master E TECH Renault Trafic Crew Van Renault Trafic E TECH Panel Van Renault
   Trafic Panel Van
 * Used Renault Cars Renault ClioRenault CAPTURNew Renault KADJARRenault Austral
   E-Tech full hybrid
 * Motability Scheme New Arkana E-Tech Full Hybrid Austral E-Tech full hybrid
   CAPTUR New Clio Megane E-Tech 100% electric Scenic E-Tech 100% electric
   Trafic Passenger
 * Locations SMC Renault Aldershot SMC Renault Weybridge

 * Company Info
 * Manage Cookies

 * © SLM
   
   3 John Macadam Way, St Leonards on Sea, East Sussex. TN37 7SQ
   Registered in England and Wales No. 672274
   
   Terms Terms of Sale Privacy Policy Gender Pay Gap Report Modern Slavery
   Policy

 * St. Leonards Motors Limited is an appointed representative of ITC Compliance
   Limited which is authorised and regulated by the Financial Conduct Authority
   (their registration number is 313486). Permitted activities include advising
   on and arranging general insurance contracts and acting as a credit broker
   not a lender. 
   
   We can introduce you to a limited number of finance providers. We do not
   charge fees for our Consumer Credit services. We typically receive a
   payment(s) or other benefits from finance providers should you decide to
   enter into an agreement with them, typically either a fixed fee or a fixed
   percentage of the amount you borrow. The payment we receive may vary between
   finance providers and product types. The payment received does not impact the
   finance rate offered.
   
   All finance applications are subject to status, terms and conditions apply,
   UK residents only, 18’s or over, Guarantees may be required.
   
   
   All photographs are for illustrative purposes only and may not depict the
   actual car. Specifications, mileage and prices are subject to change, please
   contact us to confirm before travelling or a purchase is agreed. Calls may be
   recorded for training and quality purposes.
   
   Please note: Dependent on source, some of our Used Cars may have had multiple
   users as part of a fleet and/or be ex-business use. For more information on
   the history of this vehicle, please contact one of our sale team.
   
   new
   
   Website by Reality Global Ltd




PLEASE WAIT

This won't take a moment...


+


PLEASE WAIT

This won't take a moment...





COOKIE NOTIFICATION

We use cookies to support your experience on our website, including to
personalise content, to provide social media features and to analyse traffic.
Cookie Policy

ManageAccept


COOKIE SETTINGS

We use cookies to support your experience on our website, including to
personalise content. Cookie Policy

 * ESSENTIAL COOKIES
   
   Necessary cookies enable core functionality. Our website cannot function
   properly without these cookies, and they can only be disabled by changing
   your browser preferences (please note if disabled our website may not work or
   show correctly on your device).

 * OnOff
   
   PERSONALISATION
   
   We use personalisation cookies to understand how you engage with our website
   across all your devices, this includes recording your browsing habits and
   activity. This information is used for profiling purposes and to help
   identify you, so that we can show personalised content.

 * OnOff
   
   MARKETING
   
   We use third party cookies on our site to serve you with advertisements that
   we believe are relevant to you and your interests. You may see these
   advertisements on our site and on other sites that you visit on any of your
   devices where you've accepted marketing cookies. Please note that if you
   disable these, you will still see adverts but they won't be specifically
   tailored to you and your interests.

Save SettingsAccept All
+

Online


Any sales questions? Chat with sales now!

Send
Chat with Sales

Chat with Sales
Chat with Sales
Chat with Sales