The 2025 Nissan Sentra

The 2025 Nissan Sentra

Expired

Save $500 on the 2025 Nissan Sentra SV, SM Moonroof, and SR. 

S and S+ are not eligible | Visit website for details | Expires 01.02.2025

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