Get the Nissan Qashqai Today!

Get the Nissan Qashqai Today!

Expired

It's the Black Friday Sale Event!


Get the Nissan Qashqai S AWD at $400 monthly. All in. 


See dealer for details & availability. 60M. 20K.

Certain conditions apply. See dealer for details.

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