Add a combined VRN/size lookup to your existing website

In this article, we'll go over how you can add a multi-option search that allows a user to find tyres on your Sell More Tyres website using either their vehicle registration number or tyre size.

The lookup:

To add this great feature to your existing website all you need to do is ask your web developer to add the following code snippet to your website.

<script src="http://assets.tyresandservice.co.uk/scripts/sellmoretyres/lookup-combo.min.js"></script>

<script type="text/javascript">

smtLookupCombo.init({

centres: [

{ name: 'Your Town Tyres', website: 'http://www.yourtowntyres.co.uk' }]

});

</script>

Make sure you change the website address in red to your own Sell More Tyres website address otherwise you will be sending your customers to the demonstration website.

Change the default company name in blue to your Trading Name.

Once you've added the code above, you should now be able to search via your VRN or tyre size with the results loading on your Sell More Tyres Website.