Get the 2023 Nissan Qashqai Today!

Get the 2023 Nissan Qashqai Today!

Expired

Lease a 2023 Nissan Qashqai S AWD from $299 monthly for 24 months at 2.99% with $1,685 down.

Certain conditions apply. Offers end April 1st, 2024.

Certain conditions apply.

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); }) }); });