{"id":7,"date":"2023-12-07T00:22:10","date_gmt":"2023-12-07T00:22:10","guid":{"rendered":"https:\/\/www.inghamdriven.nz\/omoda\/specials\/"},"modified":"2025-10-20T23:25:34","modified_gmt":"2025-10-20T23:25:34","slug":"specials","status":"publish","type":"page","link":"https:\/\/www.inghamdriven.nz\/omoda\/specials\/","title":{"rendered":"Omoda Specials"},"content":{"rendered":"\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:66.66%\">\n<h6 class=\"wp-block-heading\">SPECIALS<\/h6>\n\n\n\n<h1 class=\"wp-block-heading\">Latest Omoda Specials<\/h1>\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=\"img-promos\" id=\"promo\">\n            <div class=\"inghamdriven-promotions-container \">\n                <a class=\"inghamdriven-promotion-container\" href=\"https:\/\/www.inghamdriven.nz\/omoda\/special\/47\/1095\/2-000-cashback-across-omoda-jaecoo\/\">\n                    <div class=\"inghamdriven-promotion-inner-container\">\n                        <div class=\"inghamdriven-promotion-image-container\"><img decoding=\"async\" src=\"https:\/\/www.inghamdriven.nz\/omoda\/wp-content\/uploads\/sites\/47\/2026\/04\/O.J_1024x536-768x402.png\" \/><\/div>\n                        <div class=\"inghamdriven-promotion-text-container\">\n                            <h3>$2,000 Cashback Across Omoda Jaecoo*<\/h3>\n                            <p>Right now, every new Omoda and Jaecoo ICE and SHS model comes with $2,000 off.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/a>\n                <a class=\"inghamdriven-promotion-container\" href=\"https:\/\/www.inghamdriven.nz\/omoda\/special\/47\/689\/omoda-9-shs-available-in-taupo-today\/\">\n                    <div class=\"inghamdriven-promotion-inner-container\">\n                        <div class=\"inghamdriven-promotion-image-container\"><img decoding=\"async\" src=\"https:\/\/www.inghamdriven.nz\/omoda\/wp-content\/uploads\/sites\/47\/2025\/07\/Omoda9_1024x536-1-768x402.png\" \/><\/div>\n                        <div class=\"inghamdriven-promotion-text-container\">\n                            <h3>Omoda 9 SHS &#8211; Available in Taupo today<\/h3>\n                            <p>Leave a lasting impression with the Omoda 9 SHS (Super Hybrid System). Available in Taupo today.<\/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\/omoda\/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\/omoda\/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\/omoda\/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<!-- Elfsight All-in-One Reviews | Great Lake Reviews -->\n<script src=\"https:\/\/elfsightcdn.com\/platform.js\" async><\/script>\n<div class=\"elfsight-app-81e79e88-4b75-4c81-83a7-1fa8f45dd08b\" data-elfsight-app-lazy><\/div>\n\n\n\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-100 has-background-dim\"><\/span><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=\"wp-block-heading has-text-color\" style=\"color:#676767\">CONTACT US<\/h6>\n\n\n\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#231f20\">Enquire with our Omoda 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-staff\" id=\"staff\">\n            <div class=\"inghamdriven-staffs-container  \">\n                <div class=\"inghamdriven-staff-container\">\n                    <div class=\"inghamdriven-staff-inner-container\" style=\"background-image: url(https:\/\/www.inghamdriven.nz\/omoda\/wp-content\/uploads\/sites\/49\/2026\/03\/Johnny_1200x1200-768x768.png)\"><\/div>\n\n                    <div class=\"name-container\"><div class=\"name\">Johnny Bassick<\/div><div class=\"title\">Sales Manager<\/div><br><div class=\"mobile sml\"><a href=\"tel:027 465 0096\">027 465 0096<\/a><\/div><div class=\"ddi sml\"><a href=\"tel:(07) 906 0208\">(07) 906 0208<\/a> <span class=\"ext sml\">(extn 8542)<\/span><\/div><div class=\"email sml\"><a class=\"ellipsis\" href=\"mailto:johnny.bassick@inghamdriven.nz\">johnny.bassick@inghamdriven.nz<\/a><\/div><div class=\"staff-links sml\"><span>Message me on:<\/span><a href=\"https:\/\/inghamdriven.3cx.co.nz:5001\/8542\" target=\"_blank\" class=\"threecx\">CHAT<\/a><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"inghamdriven-staff-container\">\n                    <div class=\"inghamdriven-staff-inner-container\" style=\"background-image: url(https:\/\/www.inghamdriven.nz\/omoda\/wp-content\/uploads\/sites\/49\/2026\/05\/TPO_Theo-Laatz_1200x1200-768x768.png)\"><\/div>\n\n                    <div class=\"name-container\"><div class=\"name\">Theo Laatz<\/div><div class=\"title\">Sales Consultant<\/div><br><div class=\"ddi sml\"><a href=\"tel:(07) 925 6128\">(07) 925 6128<\/a> <span class=\"ext sml\">(extn 8543)<\/span><\/div><div class=\"phone sml\"><a href=\"tel:(07) 378 7547\">(07) 378 7547<\/a><\/div><div class=\"email sml\"><a class=\"ellipsis\" href=\"mailto:theo.laatz@inghamdriven.nz\">theo.laatz@inghamdriven.nz<\/a><\/div><div class=\"staff-links sml\"><span>Message me on:<\/span><a href=\"https:\/\/inghamdriven.3cx.co.nz:5001\/8543\" target=\"_blank\" class=\"threecx\">CHAT<\/a><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"inghamdriven-staff-container\">\n                    <div class=\"inghamdriven-staff-inner-container\" style=\"background-image: url(https:\/\/www.inghamdriven.nz\/omoda\/wp-content\/uploads\/sites\/49\/2026\/03\/Hayley_1200x1200-1-768x768.png)\"><\/div>\n\n                    <div class=\"name-container\"><div class=\"name\">Hayley Draper<\/div><div class=\"title\">Sales Consultant<\/div><br><div class=\"mobile sml\"><a href=\"tel:022 435 7343\">022 435 7343<\/a><\/div><div class=\"ddi sml\"><a href=\"tel:(07) 906 0209\">(07) 906 0209<\/a> <span class=\"ext sml\">(extn 8544)<\/span><\/div><div class=\"email sml\"><a class=\"ellipsis\" href=\"mailto:hayley.draper@inghamdriven.nz\">hayley.draper@inghamdriven.nz<\/a><\/div><div class=\"staff-links sml\"><span>Message me on:<\/span><a href=\"https:\/\/inghamdriven.3cx.co.nz:5001\/8544\" target=\"_blank\" class=\"threecx\">CHAT<\/a><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"inghamdriven-iframe\">\n        <iframe loading=\"lazy\" src=\"https:\/\/www.inghamdriven.nz\/contact-sales?wpf8125_33=Taupo%20-%20Ingham%20Great%20Lake%20-%20Titiraupenga%20St&#038;wpf7703_6=%20Sales%20Team\/&#038;ss=https:\/\/www.inghamdriven.nz&#038;source_url=https:\/\/www.inghamdriven.nz%2Fomoda%2Fwp-json%2Fwp%2Fv2%2Fpages%2F7&#038;source_page=https:\/\/www.inghamdriven.nz%2Fomoda%2Fwp-json%2Fwp%2Fv2%2Fpages%2F7&#038;iframe=true&#038;primary_header=%23a6b7be&#038;secondary_header=%23ffffff&#038;typography=0&#038;primary_footer=%2330363a&#038;secondary_footer=0&#038;btn_color=%23a6b7be&#038;btn_color_rgb=166%2C183%2C190&#038;btn_border_color=%2397abb3\" frameborder=\"0\" scrolling=\"no\" height=\"600px\" width=\"100%\"><\/iframe>\n        <\/div><\/div>\n<\/div>\n\n\n\n<div style=\"height:49px\" 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<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SPECIALS Latest Omoda Specials<\/p>\n","protected":false},"author":22,"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\/omoda\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inghamdriven.nz\/omoda\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.inghamdriven.nz\/omoda\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.inghamdriven.nz\/omoda\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inghamdriven.nz\/omoda\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":6,"href":"https:\/\/www.inghamdriven.nz\/omoda\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":947,"href":"https:\/\/www.inghamdriven.nz\/omoda\/wp-json\/wp\/v2\/pages\/7\/revisions\/947"}],"wp:attachment":[{"href":"https:\/\/www.inghamdriven.nz\/omoda\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}