{"id":7,"date":"2021-10-01T03:08:34","date_gmt":"2021-10-01T03:08:34","guid":{"rendered":"https:\/\/www.inghamdriven.nz\/renault\/specials\/"},"modified":"2021-11-06T12:05:32","modified_gmt":"2021-11-06T12:05:32","slug":"specials","status":"publish","type":"page","link":"https:\/\/www.inghamdriven.nz\/renault\/specials\/","title":{"rendered":"Renault Specials"},"content":{"rendered":"\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\">SPECIALS<\/h6>\n\n\n\n<h1 class=\"wp-block-heading\">Renault Offers<\/h1>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n    <div class=\"content-container\">\n        <div class=\"img-promos\" id=\"promo\">\n            <div class=\"inghamdriven-promotions-container \">\n                <a class=\"inghamdriven-promotion-container\" href=\"https:\/\/www.inghamdriven.nz\/renault\/special\/39\/1289\/renault-master-rsp\/\">\n                    <div class=\"inghamdriven-promotion-inner-container\">\n                        <div class=\"inghamdriven-promotion-image-container\"><img decoding=\"async\" src=\"https:\/\/www.inghamdriven.nz\/renault\/wp-content\/uploads\/sites\/39\/2026\/03\/Renault-Master-LWB1200x628-768x402.jpg\" \/><\/div>\n                        <div class=\"inghamdriven-promotion-text-container\">\n                            <h3>Renault Master RSP<\/h3>\n                            <p>The Renault Master LWB from $64,990+orc. Visit us at Ingham North Harbour.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/a>\n                <a class=\"inghamdriven-promotion-container\" href=\"https:\/\/www.inghamdriven.nz\/renault\/special\/41\/937\/ingham-north-harbour-investment-boost\/\">\n                    <div class=\"inghamdriven-promotion-inner-container\">\n                        <div class=\"inghamdriven-promotion-image-container\"><img decoding=\"async\" src=\"https:\/\/www.inghamdriven.nz\/renault\/wp-content\/uploads\/sites\/41\/2025\/07\/NHI-Investment-Boost-1200x628-1-768x402.jpg\" \/><\/div>\n                        <div class=\"inghamdriven-promotion-text-container\">\n                            <h3>Ingham North Harbour Investment Boost<\/h3>\n                            <p>Learn more about how this works and speak to the team.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/a>\n                <a class=\"inghamdriven-promotion-container\" href=\"https:\/\/www.inghamdriven.nz\/news\/1\/8416\/upgrade-your-fleet-and-benefit-from-the-2025-investment-boost\/\/\">\n                    <div class=\"inghamdriven-promotion-inner-container\">\n                        <div class=\"inghamdriven-promotion-image-container\"><img decoding=\"async\" src=\"https:\/\/www.inghamdriven.nz\/renault\/wp-content\/uploads\/2024\/08\/Car-valuation-male-female-agreement-1200x628-1-768x402.jpg\" \/><\/div>\n                        <div class=\"inghamdriven-promotion-text-container\">\n                            <h3>Government 20% Business Boost<\/h3>\n                            <p>The Investment Boost offers businesses the ability to maximise their vehicle investment returns.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/a>\n                <a class=\"inghamdriven-promotion-container\" href=\"https:\/\/www.inghamdriven.nz\/renault\/special\/1\/7128\/book-a-service\/\">\n                    <div class=\"inghamdriven-promotion-inner-container\">\n                        <div class=\"inghamdriven-promotion-image-container\"><img decoding=\"async\" src=\"https:\/\/www.inghamdriven.nz\/renault\/wp-content\/uploads\/2024\/10\/Book-a-service_1024x536-2.png\" \/><\/div>\n                        <div class=\"inghamdriven-promotion-text-container\">\n                            <h3>Book a Service<\/h3>\n                            <p>Repair, Service or Diagnosis, book with our team today.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <script>\n        window.onload = function () { if (window.jQuery) {\n\n        \/\/  FILTERS - Update Labels\n        function updateFilter (theElement) {\n            var filterName      = theElement.attr('data-filter'),\n                filterParent    = jQuery('.img-promos .toolbar .filter.'+filterName),\n                filterType      = filterParent.attr('data-filter-type'),\n                filterValues    = [];\n\n            switch (filterType) {\n                case 'select':\n                    theElement.find('option:selected').each(function (k, v) {\n                        if (v.value != '')      filterValues.push(v.value);\n                    });\n                    if (filterValues.length)    theElement.addClass('v');\n                    else                        theElement.removeClass('v');\n                    break;\n            }\n            \/\/console.log(theElement, filterName, filterParent, filterValues);\n        }\n\n        \/\/  FILTER - SELECTS\n        jQuery('.filter.select select').on('change', function () {\n            updateFilter(jQuery(this));\n        });\n\n        \/\/  FILTERS - Form & Mobile Keyword submission\n            jQuery('.img-promos form').on('submit', function (e) {\n                e.preventDefault();\n\n                var searchParams        = new URLSearchParams(window.location.search);  \/\/ Fetch current Filters from URL\n                    searchParams.delete('pg');\n\n                submitSearch(searchParams);\n            });\n\n        \/\/  FILTERS - Saved Search Submit\n            function submitSearch (searchParams, ignoreFilters = false, searchURL = false) {\n                var emptyParams     = [],\n                    foundParam      = false,\n                    urlPath         = '';\n\n                if (!ignoreFilters) {\n                    \/\/ Filters\n                    searchParams.set('promos_keywords', jQuery('#filter-keywords').val());\n                    searchParams.set('promos_brand',    jQuery('#filter-brand').val());\n                    searchParams.set('promos_category', jQuery('#filter-category').val());\n                }\n\n                \/\/ Loop through all the values and delete blank ones (Just to clean the url up a bit)\n                for (var sKey of searchParams.keys())\n                    if (searchParams.get(sKey) == '')   emptyParams.push(sKey);\n                for (var eKey of emptyParams)           searchParams.delete(eKey);      \/\/ Remove empty keys\n\n                if (!searchURL)\n                    searchURL           =   window.location.pathname.split('specials')[0] +'specials\/';\n                window.location.href    =   window.location.origin + searchURL + urlPath + (searchParams.size ? '?'+ searchParams.toString().replaceAll('%2C', '+') : '') + window.location.hash;\n\n                \/\/ DEBUG\n                \/\/console.log(cookieParams, cookieParams.toString().replaceAll('%2C', '+'));\n                \/\/console.log(searchParams, searchParams.toString());\n                \/\/console.log(searchURL, urlPath);\n                \/\/console.log(window.location.origin + searchURL + urlPath + (searchParams.size ? '?'+ searchParams.toString().replaceAll('%2C', '+') : '') + window.location.hash);\n            }\n\n        }}\n    <\/script><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-cover has-black-background-color has-background-dim\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:15.6%\">\n<h6 class=\"has-white-color has-text-color wp-block-heading\">CONTACT US<\/h6>\n\n\n\n<h2 class=\"has-white-color has-text-color wp-block-heading\">Enquire with our Renault team.<\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n    <div class=\"content-container\">\n        <div class=\"inghamdriven-dealerships\">\n            <div class=\"inghamdriven-dealerships-container \">\n\n                <div class=\"inghamdriven-dealership-container\">\n                    <div class=\"inghamdriven-dealership-inner-container\">\n                        <a class=\"inghamdriven-dealership-image-container\" href=\"\/north-harbour\/renault\/\" style=\"background-image:url(https:\/\/www.inghamdriven.nz\/renault\/wp-content\/uploads\/sites\/41\/2022\/08\/NorthHarbour_0007_2500-768x324.jpg)\"><\/a>\n                    <\/div>\n                    <div class=\"inghamdriven-dealership-text-container\">\n                        <div class=\"inghamdriven-dealership-text\">\n                            <h3><a href=\"\/north-harbour\/renault\/\">Renault North Harbour <\/a><\/h3>\n                            <p class=\"ellipsis\">175 Wairau Road, Auckland 0627<\/p>\n                            <p><a href=\"tel:(09) 956 2826\">(09) 956 2826<\/a><\/p>\n                            <p class=\"ellipsis\"><a href=\"mailto:renaultauckland@inghamdriven.nz\">renaultauckland@inghamdriven.nz<\/a><\/p>\n                        <\/div>\n                        <div class=\"logo-and-link\">\n                            <div class=\"bottom-logos-container\"><img decoding=\"async\" src=\"https:\/\/www.inghamdriven.nz\/renault\/wp-content\/uploads\/2025\/10\/Brand_Renault_Logo_Ingham-Website-2025-10-300x300.png\" \/>\n                            <\/div>\n                            <a class=\"cta\" href=\"\/north-harbour\/renault\/\">View more ><\/i><\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n<p class=\"has-text-color\" style=\"color:#231f20\"><\/p>\n\n\n\n<p><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n            <div class=\"content-container\">\n                <div class=\"inghamdriven-forms-container inghamdriven-form-elements dark\">\n                    <div class=\"inghamdriven-forms-inner-container\">\n                        <div class=\"inghamdriven-forms-text-container\">\n                            <h2>Send Us A Message | Renault<\/h2>\n                            <h5><\/h5><script defer>\n            window.addEventListener('DOMContentLoaded', function() {\n                var tag = document.createElement(\"script\");\n                tag.src = \"https:\/\/www.google.com\/recaptcha\/api.js?render=6LcvH9EZAAAAAAAxcnEBapTpSVfHW19CyBwAMbQc\";\n                document.getElementsByTagName(\"head\")[0].appendChild(tag);\n            });\n            <\/script><div class=\"inghamdriven-forms-notice\"><\/div>\n                    <div class=\"form-renderer\"><form class=\"contact-form\" method=\"post\"><div class=\"input-item name\" ><input type=\"hidden\" name=\"fields[VUDcvnlskLMV][label]\" value=\"First Name\"><input type=\"hidden\" name=\"fields[VUDcvnlskLMV][type]\" value=\"fname\"><input type=\"hidden\" name=\"fields[VUDcvnlskLMV][required]\" value=\"1\"><input type=\"hidden\" name=\"fields[jMfjUFlwxpWw][label]\" value=\"Last Name\"><input type=\"hidden\" name=\"fields[jMfjUFlwxpWw][type]\" value=\"lname\"><input type=\"hidden\" name=\"fields[jMfjUFlwxpWw][required]\" value=\"1\"><input type=\"text\" class=\"name first\" placeholder=\"First Name*\" id=\"form-VUDcvnlskLMV\" name=\"fields[VUDcvnlskLMV][value]\" required \/><input type=\"text\" class=\"name last\" placeholder=\"Last Name*\" id=\"form-VUDcvnlskLMV\" name=\"fields[jMfjUFlwxpWw][value]\" required \/><\/div><div class=\"input-item email\" ><input type=\"hidden\" name=\"fields[cuAOk9D5tEov][label]\" value=\"Email\"><input type=\"hidden\" name=\"fields[cuAOk9D5tEov][type]\" value=\"email\"><input type=\"hidden\" name=\"fields[cuAOk9D5tEov][required]\" value=\"1\"><input type=\"hidden\" name=\"fields[cuAOk9D5tEov][description]\" value=\"\"><input type=\"email\" placeholder=\"Email*\" id=\"form-cuAOk9D5tEov\" name=\"fields[cuAOk9D5tEov][value]\" required \/><\/div><div class=\"input-item tel\" ><input type=\"hidden\" name=\"fields[d59wqbGc8pFl][label]\" value=\"Phone Number\"><input type=\"hidden\" name=\"fields[d59wqbGc8pFl][type]\" value=\"tel\"><input type=\"hidden\" name=\"fields[d59wqbGc8pFl][required]\" value=\"\"><input type=\"hidden\" name=\"fields[d59wqbGc8pFl][description]\" value=\"\"><input type=\"tel\" placeholder=\"Phone Number\" id=\"form-d59wqbGc8pFl\" name=\"fields[d59wqbGc8pFl][value]\" \/><\/div><div class=\"input-item textarea\" ><input type=\"hidden\" name=\"fields[nRKTS29Kr9Gh][label]\" value=\"Message (optional)\"><input type=\"hidden\" name=\"fields[nRKTS29Kr9Gh][type]\" value=\"textarea\"><input type=\"hidden\" name=\"fields[nRKTS29Kr9Gh][required]\" value=\"\"><input type=\"hidden\" name=\"fields[nRKTS29Kr9Gh][description]\" value=\"\"><textarea rows=\"4\" id=\"form-nRKTS29Kr9Gh\" name=\"fields[nRKTS29Kr9Gh][value]\" placeholder=\"Message (optional)\" ><\/textarea><\/div><div class=\"input-item dealership\" ><input type=\"hidden\" name=\"fields[dealership_xN9J2StoJJig][label]\"       value=\"Your preferred location:*\">\n                                                <input type=\"hidden\" name=\"fields[dealership_xN9J2StoJJig][type]\"        value=\"dealership\">\n                                                <input type=\"hidden\" name=\"fields[dealership_xN9J2StoJJig][required]\"    value=\"\">\n                                                <input type=\"hidden\" name=\"fields[dealership_xN9J2StoJJig][description]\" value=\"\"><div class=\"row row-nostack\">\n                                                    <label for=\"form-dealership_xN9J2StoJJig\">Your preferred location:*<\/label>\n                                                    <select id=\"form-dealership_xN9J2StoJJig\" class=\"dealership_dropdown\" name=\"fields[dealership_xN9J2StoJJig][value]\"  >\n                                                        <option value=\"\">Please select <\/option>        <option value=\"24\" label=\"Auckland\" selected>Auckland<\/option>    <\/select>\n                                                <\/div><\/div><input type=\"hidden\" name=\"form_empty\" id=\"form_empty\" value=\"1\"><div class=\"wp-block-button\"><button type=\"submit\" class=\"wp-block-button__link btn\">Submit<i class=\"fas fa-caret-right\" aria-hidden=\"true\"><\/i><\/button><\/div><input type=\"hidden\" name=\"formId\"                value=\"71\"><input type=\"hidden\" name=\"formSiteId\"            value=\"39\"><input type=\"hidden\" name=\"formName\"              value=\"Send Us A Message | Renault\"><input type=\"hidden\" name=\"formInteractionType\"   value=\"O\"><div class=\"clear\"><\/div>\n            <\/form>\n        <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><\/p>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SPECIALS Renault Offers<\/p>\n","protected":false},"author":15,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":2,"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":170,"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/pages\/7\/revisions\/170"}],"wp:attachment":[{"href":"https:\/\/www.inghamdriven.nz\/renault\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}