If you manage multiple fitting centres, we provide a seperate script that allows you to represent them all on a single lookup using a dropdown menu.
The snippet for this lookup is slightly different to the one above, as you need to provide details for each of the fitting centres your are representing.
<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' },
{ name: 'SMT Demo Site', website: 'http://smt.demo.sellmoretyres.com' }]
});
</script>
For each fitting centre, you need to supply 2 pieces of information:
You can also change the colour of the circular numbers by changing the colour shown in green above. This value can be either a colour word (red, blue, green etc) or HEX value (your developer should be familiar with this).