Ford Ranger Raptor Ecoboost 4x4 A
£46,990
15,491 Miles
Petrol
Automatic
-
2023
Pickup
3.0l Ecoboost V6 288ps
3 L
Grey
-
-
-
Key Features
-
This Ford Ranger is 3 years old and has had 1 registered keeper. With 15491 miles recorded, it has done an average of 5164 miles per year. First registered in 2023. This Grey Pickup is for sale in the Knaresborough region for £46,990.
Interior 360 Lighting A Pillar Assist Handle Cargo Light Console with Double Lid Driver Seat Back Mounted Map Pocket Driver and Passengers Sun Visor with Mirror Electrochromic Inside Mirror Electronic Automatic Air Conditioning Fresh Air Heater Front Seat Pack 9 Front Seats - Driver and Passenger Heated Seats Full TFT-LCD Instrument Cluster Functional Upgrade Pack 3 Gearshift Knob - Leather Grab Handle - Roof Mounted Passenger Side Heated Steering Wheel High Series Air Register Interior Ambient LED Lighting Interior Trim Pack 15 Lighting Package Level B Load Box Edge Protectors Locking Glove Box Lid Non Locking Capless Fuel Fill Non Woven Carpet Overhead Console with Dome Lamps Pollen Filter Premium Front Floor Mats Pull Out Cup Holder Rain Sensitive Windshield Wipers Rear Floor Ducts Rear Seat Pack 15 Roof Storage for Driver Sunglasses Steering Wheel - Multimedia Controls Technology Package 73 Tie Down Hooks Unique Leather Steering Wheel Super Matte Leather - Ebony Exterior 17in Alloy Wheels 17in Aluminum Spare Wheel Accent Colour HD Front Bumper Acoustic Laminated Windscreen Assisted Conventional Tailgate Black Front Fender Grill Black Grille Body Coloured Exterior Mirror Finish Cast Alloy Side Steps Decklid Handle - Self Coloured Door Handles - Body Colour Dual Note Electric Horn Dual Power Heated Fold Back Mirrors with Puddle Lamps and Signal E-Marked Glass Electric Rear Window Defroster Electric Windshield Defroster Extra Large Wheelarch Flares Fog Lamp Bezels Front Splash Guard - Mud Flaps Front and Rear Towing Hooks Locking Wheel Nuts Manual Liftgate Power Front Windows with One Touch Up Down Power Rear Windows Privacy Glass Rear Bumper Step Accent Colour Rear Splash Guards - Mud Flaps Trailer Tow Pack Under Hood Engine Cover Safety and Security 2 Key Fobs ABS - Anti-Lock Braking System and Electronic Stability Programme - ESP Brakes with Electronic Brake Boost Airbags - Driver and Front Passenger Airbags - Drivers Knee Bolster Airbags - Passenger Deactivation Airbags - Passenger Knee Bolster Breakdown Warning Triangle Child Proof Rear Door Locks Collision Mitigation System Electronic Parking Brake Fuel Tank Guard Passive Keyless Entry and Start Post Impact Braking Power Door Deadlocks - Double Locking Power Tailgate Lock Pro Trailer Backup Assist Rear Fog Light Reverse Brake Assist Spare Wheel Lock Stolen Vehicle Recovery System Tempered Glass Front Window Thatcham Alarm Thatcham Security System Under Body Protection Audio and Communications 12v Socket in Bedliner 400W Power Inverter Cabin Socket and Loadbox Socket Electrical Outlet 3 ICE Feature Pack 106 Radio Noise Supression Rear Power Point Plug Wireless Charging Drivers Assistance 360 Degree Camera Advanced Automated Parking System Blind Spot Monitoring with Trailering Front Parking Aid Lane Change Warning and Aid Reverse Parking Aid Speed Sign Recognition Washer Tank Level Warning Lamp Illumination Auto High Headlamp Daytime Running Lamps Headlights - Levelling System - Automatic High Mounted Stop Lamp LED Front Fog Lamps Level 3 Headlamp Level 3 Tail Lamp Performance Battery Management System EPAS - Electric Power Assisted Steering Heavy Duty Terrain Pack Intelligent Speed Assistance Locking Front Axle Locking Rear Axle Performance Suspension Finance PCP HP Duration: Months 24 36 48 60 Deposit: £ Annual Mileage: Miles 6k 9k 12k 15k 18k 21k 24k 27k 30k Miles PCP Finance Quote const carInfo = { priceGBP: "46990", }; const convertToNumber = (val) => Number(String(val).replace(/[^\d.]/g, '')); function setupDepositSlider(carInfo) { let depositAmounts = [0]; if (carInfo.priceGBP) { const price = convertToNumber(carInfo.priceGBP); let increments = 10000; if (price > 100000) increments = 15000; else if (price = price) break; // don't exceed car price depositAmounts.push(i); if (depositAmounts.length >= 6) break; // limit to 6 options total } const slider = document.getElementById("cashDepositRange"); const numberInput = document.getElementById("cashDepositInput"); const valueTrack = document.getElementById("valueTrack"); // Set slider min/max/step slider.min = 0; slider.max = depositAmounts[depositAmounts.length - 1]; // Set initial value 10% of car price const initialDeposit = Math.min(0.1 * price, depositAmounts[depositAmounts.length - 1]); slider.value = initialDeposit; numberInput.value = initialDeposit; // Render value track labels valueTrack.innerHTML = ''; depositAmounts.forEach(amount => { const label = document.createElement('p'); label.textContent = amount >= 1000 ? (amount / 1000) + 'k' : amount; valueTrack.appendChild(label); }); } } setupDepositSlider(carInfo); function convertNumbThousand(value) { if (isNaN(value)) return value; return Number(value).toLocaleString("en-UK"); } function renderFinanceDetails(financeData) { if (!financeData typeof financeData !== 'object') { console.error('Invalid finance data:', financeData); return; } if (!financeData (financeData.hp.length === 0 && financeData.pcp.length === 0)) { console.error('No finance data available'); return; } const pcpData = financeData.pcp[0]; const hpData = financeData.hp[0]; function populateResults(data, containerId) { const container = document.getElementById(containerId); // clear container container.innerHTML = ''; if (!data Object.keys(data).length === 0) { container.innerHTML = 'No finance options available.'; return; } const quoteID = data.quoteUID; const items = [ { label: "First payment of", value: ` £${convertNumbThousand(data.firstPayment)}` }, { label: `${data.numberOfRegularPayments} monthly payments of`, value: ` £${convertNumbThousand(data.regularPayment)}` }, { label: "Final payments of", value: ` £${convertNumbThousand(data.finalPayment)}` }, { label: "Term (Months)", value: data.term }, { label: "Cash price", value: ` £${convertNumbThousand(data.totalCashPrice)}` }, { label: "Total deposit", value: ` £${convertNumbThousand(data.totalDeposit)}` }, { label: "Total Amount credit", value: ` £${convertNumbThousand(data.advance)}` }, { label: "Interest charges", value: ` £${convertNumbThousand(data.intertestCharge)}` }, { label: "Total amount payable", value: ` £${convertNumbThousand(data.totalPayable)}` }, { label: `Fixed rate of interest (per annum)`, value: `${data.interestRate}%` }, { label: "APR", value: `${data.apr}%` }, { label: "Administration fee", value: ` £0` }, { label: "Option to purchase fee", value: ` £${convertNumbThousand(data.optionToPurchaseFee)}` } ]; items.forEach(item => { const row = document.createElement("div"); row.className = "d-flex justify-content-between mb-2"; row.innerHTML = ` ${item.label} ${item.value}`; container.appendChild(row); }); // Create the Apply Now link const applyLink = document.createElement("a"); applyLink.href = `https://my.newvehicle.com/start?quoteId=${quoteID}&imageUrl=https://m.atcdn.co.uk/a/media/{resize}/58ee9f3392684b41a5457672d6cfe404.jpg?width=350&returnUrl=${encodeURIComponent(window.location.href)}&redirectTo=apply`; applyLink.target = "_blank"; applyLink.rel = "noopener noreferrer"; applyLink.className = "btn btn-danger btn-lg rounded-pill px-4 mt-3"; applyLink.textContent = "Apply Now"; container.appendChild(applyLink); } populateResults(pcpData, "finance-details-pcp"); populateResults(hpData, "finance-details-hp"); } function requestFinance(options) { fetch('/wp-json/at/v1/get-finance-quote', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ finance: options }) }) .then(response => response.json()) .then(data => { console.log('Finance quote received:', data); renderFinanceDetails(data); }) .catch(error => console.error('Error fetching finance quote:', error)); } $(document).ready(function () { const finance = { CashPrice: "46990", CurrentOdometerReading: "15491", Identity: "SN23HEP", RegistrationDate: "2023-06-30", Condition: "Used", IdentityType: 'VRM', Term: 48, CashDeposit: 4699, AnnualDistance: 9000 // Only used in PCP }; let debounceTimer; function requestFinanceDebounced() { clearTimeout(debounceTimer); debounceTimer = setTimeout(() => { requestFinance(finance); }, 300); // adjust delay if needed } function updateFinanceOption(field, value) { if (field === 'term') { finance.Term = parseInt(value, 10); } else if (field === 'cashDeposit') { finance.CashDeposit = parseFloat(value); } else if (field === 'annualDistance') { finance.AnnualDistance = parseInt(value, 10); } requestFinanceDebounced(); } function syncInputs() { $('input[data-field]').each(function () { const $this = $(this); const field = $this.data('field'); // Get matching inputs (range & number) for this field const $matchedInputs = $(`input[data-field='${field}']`); $this.on('input', function () { const value = $(this).val(); // Update all inputs with the same field (except the one that triggered the event) $matchedInputs.not(this).val(value); // Detect if it's in a PCP tab for mileage const isPCP = $(this).closest('[data-type="pcp"]').length > 0 field !== 'annualDistance'; if (field !== 'annualDistance' isPCP) { updateFinanceOption(field, value); } }); }); } // Initial request requestFinance(finance); syncInputs(); const pcpTab = document.getElementById("pcp-tab"); const hpTab = document.getElementById("hp-tab"); const mileageWrapper = document.getElementById("annualMileageWrapper"); function setActiveTab(type) { // Toggle active class [pcpTab, hpTab].forEach(btn => btn.classList.remove("active")); (type === "pcp" ? pcpTab : hpTab).classList.add("active"); // Show/hide mileage field mileageWrapper.style.display = type === "pcp" ? "block" : "none"; const financeResults = type === "pcp" ? document.getElementById("finance-details-pcp") : document.getElementById("finance-details-hp"); const otherResults = type === "pcp" ? document.getElementById("finance-details-hp") : document.getElementById("finance-details-pcp"); // Hide other results otherResults.style.display = "none"; // Show current results financeResults.style.display = "block"; // .finance-quote-title const financeQuoteTitle = document.querySelector('.finance-quote-title'); financeQuoteTitle.textContent = type === "pcp" ? "PCP Finance Quote" : "HP Finance Quote"; } // Event Listeners pcpTab.addEventListener("click", () => setActiveTab("pcp")); hpTab.addEventListener("click", () => setActiveTab("hp")); });
-
-
Cost & Efficiency
-
-315.0 (g/km)-20.5 mpgE6-
* Cars registered on or after 01/04/17 with a list price of over £40,000 at first registration including those with 0g/km will pay a vehicle road fund licence surcharge for 5 years from the start of the second licence
-
-
Performance & Engine
-
--284 bhp (5500 rpm)3 L111 mph362.4 lb-ft (2300 rpm)--64x4
-
*Every effort has been made to ensure the accuracy of the information above. However, errors may occur. Check with a salesperson about items which may affect your decision to purchase.
Photo gallery