The 2025 Nissan Sentra S Plus

The 2025 Nissan Sentra S Plus

Just $188 biweekly for 84 months plus tax on a 2025 Nissan Sentra S Plus. Don't miss out!


84M | Plus Tax | $500 Down | Visit for Details | Ends 01.31.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); }) }); });