top of page

Rev Up Your Ride Now

Your One-Stop Shop for All Cars in the UK

Our Inventory

About

Who We Are

Wehavemorecars.co.uk serves as a comprehensive platform for car listings in the UK, bringing together a wide range of vehicles from various sources. Our mission is to ensure that consumers have access to an extensive selection while helping dealers save on listing fees, thereby creating a thriving marketplace for all.

bottom of page
console.log('Car loader starting...'); let cars=null; function load(){ console.log('Load function called'); const info={name:document.title.replace(' | We Have More Cars','').trim()}; console.log('Product info:',info); if(info.name.includes('MERCEDES')){ console.log('Mercedes detected, creating placeholder'); const container=document.querySelector('img'); if(container&&container.parentElement){ const div=document.createElement('div'); div.style.cssText='width:100%;height:200px;background:blue;color:white;display:flex;align-items:center;justify-content:center;border-radius:8px'; div.innerHTML='

MERCEDES BENZ TEST

'; container.parentElement.replaceChild(div,container); console.log('Placeholder created'); }}} setTimeout(load,3000); console.log('Car loader initialized');