Get the 2020 Nissan Qashqai Today!

Get the 2020 Nissan Qashqai Today!

Expired

Finance a 2020 Nissan Qashqai  from 0% APR for up to 84 months.

PLUS, get a $500 Bonus Cash or Free Winter Tires

Certain conditions apply. This offer is available until February 1st, 2021

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