www.renaultusedcars.com Open in urlscan Pro
185.41.10.17  Public Scan

URL: https://www.renaultusedcars.com/
Submission: On July 15 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="Group">
  <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: none;"><span class="ti-sub">Used Cars:</span> <span class="count"></span></li>
    <li data-count="usedVan" style="display: none;"><span class="ti-sub">Used Vans:</span> <span class="count"></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>
      </select>
    </li><!--
			-->
    <li>
      <small>Select Model</small>
      <select name="model" id="modelList" class="ti-sub">
        <option value="any">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: £5,000</output>
          <output class="max">Max: £57,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="5000">
          <input type="hidden" name="maxPrice" value="57000">
        </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: 5000,
            max: 57000,
            step: 1000,
            values: [5000, 57000],
            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=Group&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="Group">Group</option>');
        }
        $('#makeList').trigger('change');
      });
    }
  </script>
</form>

Text Content

 * Customer Service
 * Customer Reviews
 * Latest News
 * Careers
 * Book a Service
 * Contact Us
 * 98%

 * 
 * 
 * 


98 %


 * Home
 * Used Cars
 * New Cars
 * New Commercials
 * Used Commercials
 * Offers
   
   Toyota Offers Vauxhall Offers Suzuki Offers GWM ORA Offers Lexus Offers
   Nissan Offers Renault Offers Dacia Offers Seat Offers Cupra Offers Bosch
   Offers SLM Select Offers
 * Business
   
   Toyota BusinessORA BusinessVauxhall Business
 * Motability
 * Aftersales
   
   Bumper FinanceSLM CARE PACKAGEBook a Service or MOTVehicle
   ServiceTyresBodyshop & Accident RepairVehicle PartsAccessories
 * About Us
   
   latest NewsSLM in The CommunityCareers
 * Contact Us




THE ORA 03 PRO +


0% APR REPRESENTATIVE* & £4,400 DEPOSIT CONTRIBUTION*

Explore


12 MONTHS WARRANTY ON ALL USED CARS


& 12 MONTHS ROADSIDE ASSISTANCE

SLM Select Used Cars
Explore
Explore


NEW TOYOTA C-HR PLUG-IN HYBRID


1.9% APR REPRESENTATIVE & £1,500 DEPOSIT CONTRIBUTION*

Explore
Explore
Explore


VAUXHALL MOKKA ELECTRIC GS


FROM £358 PER MONTH*

Explore
‹›




 * Welcome to.. SLM
 * Trending Models
   
   
   
   Proace City Verso Electric
   from £TBC
   
   On the road
   
   Symbioz
   from £TBC
   
   On the road
   
   New Vivaro Life Electric
   from £39,190.60
   
   On the road
   
   X ABT SPORTSLINE
   from £TBC
   
   On the road
   
   New CAPTUR
   from £172
   
   Per month
   
   ‹›
   
   
   
 * Used Cars
   
   We currently have 533 used vehicles in stock. Find the perfect vehicle for
   you today.

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

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

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

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

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




WELCOME TO SLM GROUP


AND THE NEW HOME OF SMC MOTOR GROUP



 * Here at SLM and SMC, we pride ourselves on delivering excellent customer
   service and a vast range of offerings across our locations. Whatever you
   needs, our friendly staff are on hand to help.
   
   With dealerships across East Anglia, Sussex, Kent, Surrey and Hampshire, we
   have a range of brands available including Toyota, Vauxhall, Suzuki, GWM ORA,
   SEAT, CUPRA, Dacia, Renault, Lexus Servicing, Bosch Car Service and SLM
   Select. Visit one of our branches to explore our new car range, used car
   stock or to benefit from our approved aftersales services.
   
   We look forward to welcoming you to one of our SLM or SMC Motor Group
   dealerships 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 SLM look after your vehicle

 * Value Your Vehicle
   
   Find out what your vehicle is worth


SLM TIMELINE

Jan 1960
St Leonards Motors Ltd Opened

On the 11th October 1960 St Leonards Motors Ltd opened for business under the
control of the Wakeford Family at the Garage on the Green, St Leonards on sea.

  ´60
Apr 2017
SLM purchased Dingles Motor Group

In 2017, SLM Group increased in size and purchased Dingles Motor Group based in
East Anglia.  This added a further three Toyota Dealerships, Norwich,
Attleborough and Lowestoft. Also a Lexus Approved Repairer and a second Bodyshop
in Norwich.

  ´17
Jan 2023
SLM Suzuki Opened

in 2023, the SLM Group introduced the Suzuki Brand which currently operates from
our showroom in Tunbridge Wells.

  ´23
Oct 2023
SLM Group Acquires SMC Motor Group

In 2023, SLM Group acquired SMC Motor Group with dealerships in Surrey and
Hampshire, which operate SEAT, Renault, Dacia and CUPRA franchises.

  ´23
Dec 2023
SLM Group Acquisition of Quest Motor Group

In December 2023, SLM introduced Quest Motor Company as a subsidiary of the SLM
group.  Quest is based in Braintree, Essex and operates a Suzuki Dealership and
a Bosch Car Service Centre.

  ´23
‹›


Attleborough Toyota

Attleborough, Norfolk, NR17 1NB

CUPRA Woking

Woking, Surrey, GU22 0EU

GWM ORA Norwich

Norwich, Norfolk, NR6 6BB

Hastings Toyota

St Leonards on Sea, East Sussex, TN37 7SQ

Lowestoft Toyota

Lowestoft, Suffolk, NR33 0AS

Nissan Authorised Repairer

St Leonards on Sea, East Sussex, TN38 9QQ

Norwich Toyota

Norwich, Norfolk, NR6 6BB

SLM Body Repair Centre

St. Leonards-on-Sea, East Sussex, TN38 9RT

SLM Bodyshop Norwich

Norwich, Norfolk, NR6 6HG

SLM Bosch Service Tunbridge Wells

Tunbridge Wells, Kent, TN2 3UY

SLM Lexus Norwich

Norwich, Norfolk, NR6 6BB

SLM Select Hastings

St Leonards on Sea, East Sussex, TN38 9QQ

SLM Select Lowestoft

Lowestoft, Suffolk, NR33 0AS

SLM Select Norwich

Norwich, Norfolk, NR6 6BB

SLM Select Tunbridge Wells

Tunbridge Wells, Kent, TN2 3UY

SLM Select Bosch Service Hastings

St Leonards on Sea, East Sussex, TN38 9QQ

SLM Suzuki Tunbridge Wells

Tunbridge Wells, Kent, TN2 3UY

SLM Vauxhall Hastings

St Leonards on Sea, East Sussex, TN37 7SQ

SLM Vauxhall Tunbridge Wells Authorised Repairer

Tunbridge Wells, Kent, TN2 3UY

SMC Dacia Aldershot

Aldershot, Hampshire, GU12 4HD

SMC Dacia Weybridge

Weybridge, Surrey, KT13 9ET

SMC Renault Aldershot

Aldershot, Hampshire, GU12 4HD

SMC Renault Weybridge

Weybridge, Surrey, KT13 9ET

SMC SEAT Aldershot

Aldershot, Hampshire, GU12 4HD

SMC SEAT Woking

Woking, Surrey, GU22 0EU

Uckfield Toyota

Uckfield, East Sussex, TN22 1PH

‹›





PLEASE WAIT

This won't take a moment...


98 %

of SLM customers would recommend to their friends and family.

SLM Toyota Hastings were fantastic because John Angel was really kind and
thorough. All the staff I met were friendly. I was made to feel very welcome and
treated really well.

Miss Suzanna Lord 12th July 2024 Hastings Toyota

I'd definitely recommend SLM Nissan Hastings to friends and family because good
car at a competitive price and local to me!

Mrs G 9th July 2024 Nissan Authorised Repairer

The experience at SLM Select was great because I was able to liase with the same
salesperson as on my previous purchase. I knew that I could rely on Dave to
deliver, he went out of his way to insure that I got everything I wanted &
needed to know about my purchase. Great friendly atmosphere made my experience
very welcoming. Thank you Dave & the team. Exemplary service & I love my new
car.


Read More Mr Stanley Grout 9th July 2024 SLM Select Approved Used Cars Lowestoft

SLM Nissan Hastings were really helpful and I'd recommend them because they had
a good choice of vehicles, friendly and helped with all my questions

Mrs Stephanie Monk 9th July 2024 Nissan Authorised Repairer

Daniel made the transaction a very pleasant one with his honesty and
professionalism. We had a lot of good communication before the actual
appointment. I had travelled from Southampton for the car as it was a rare
colour and they had brought the car from Norwich for me at no extra cost. The
AYGO was gorgeous and I was given a very fair price for my part exchange.


Read More Mrs G 6th July 2024 Uckfield Toyota

SLM Toyota Hastings were great because Jordan Peak was the nicest car salesman
we have ever met and he deserves a massive pay rise!

Mrs Nicola Avery 5th July 2024 Hastings Toyota

I'd definitely recommend SLM Toyota Attleborough because of friendly and helpful
staff.

Mr Brian Williamson 5th July 2024 Attleborough Toyota

I'd endorse SLM Select because Nathan was very helpful and attentive. He made
the deal happen. I've marked down on the vehicle cleanliness as the screen had a
thick film on the inside and had not been cleaned, the front and passenger seats
were stained and the sunroof was very smeared - it's the little things that
matter! Other than that we're very pleased with our purchasing experience.


Read More Mr John Price 4th July 2024 SLM Select Approved Used Cars Lowestoft

I'd definitely recommend SLM Nissan Hastings to friends and family because the
selection of cars are great and there isn’t a better used car dealer in Hastings

Mr Jasper Beadle 4th July 2024 Nissan Authorised Repairer

SLM Vauxhall Hastings were great! Cieran have made the purchase experience very
smooth and had delivered on every aspect of the sale and I was and currently am
very happy with my purchase and service I had received.

Mr Jakub Kalinowski 4th July 2024 SLM Vauxhall Hastings

I would recommend SLM Toyota Hastings to friends and family because very
friendly helpful staff,good selection of cars

Mr T 4th July 2024 Hastings Toyota

I'd suggest SLM Nissan Hastings to a friend because Ian was very informative and
very helpful with any questions we had.

Miss Thomas 3rd July 2024 Nissan Authorised Repairer

SLM Toyota Hastings were really helpful and I'd recommend them because there was
pressure sales, explanations of the vehicle & finance were clear &
understandable. The sales person was friendly, courteous & happy to answer all
of my questions. The aftersales service has also been exemplary. I've popped
back a couple of times with queries & found all staff to be really helpful


Read More Ms Joanne Penfold 3rd July 2024 Hastings Toyota

My experience at SLM Vauxhall Hastings was positive because of Jack and his
team, highly recommended

Mr Ian Rose 3rd July 2024 SLM Vauxhall Hastings
‹›


 * New Cars Toyota Vauxhall Suzuki GWM ORA Renault Dacia Seat Cupra
 * Used Cars Toyota Vauxhall Suzuki GWM ORA Lexus Renault Dacia Seat Cupra
   Select
 * Motability Toyota Vauxhall Suzuki GWM ORA Renault Dacia Seat Cupra

 * 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