2026 Nissan Frontier

2026 Nissan Frontier

Drive the all-new 2026 Nissan Frontier starting from an MSRP of $59,288. Lease the 2026 Nissan Frontier for just $200 weekly for 60 months. This offer features a 6.4% APR. Visit us today to learn more before this offer expires August 31, 2026.

*Conditions apply. Price/payment includes freight, PDI, and applicable fees. Taxes and licensing extra. Details at nissan.ca/offers.html.

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });