2026 Nissan Z

2026 Nissan Z

Drive the all-new 2026 Nissan Z starting from an MSRP of $78,935. Purchase with cash and receive a $7,500 Nissan Bonus. Visit us today to take advantage of this incredible opportunity before it expires on August 31, 2026.

*Conditions apply. Price/payment includes freight, PDI, and applicable fees. Taxes and licensing extra. Details at nissan.ca/offers.html.

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