Nissan Monthly Offer.

Nissan Monthly Offer.

Expired

Rediscover the Road Sales Event

Get rates as low as 0% on select models O.A.C.

Or get up to $5,000 Cash Purchase Bonus on other select models.

Certain conditions apply. This offer ends on August 31st, 2020.

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