volvocarsdunedin.co.nz
Open in
urlscan Pro
13.248.174.6
Public Scan
Submitted URL: http://volvocarsdunedin.co.nz/
Effective URL: https://volvocarsdunedin.co.nz/
Submission: On February 23 via api from IN — Scanned from NZ
Effective URL: https://volvocarsdunedin.co.nz/
Submission: On February 23 via api from IN — Scanned from NZ
Form analysis
3 forms found in the DOMPOST
<form method="post" class="form stockItemDemo_1480" id="stockItemDemo" data-formid="16624" onsubmit="return false;" novalidate="novalidate">
<div id="form-cache"></div>
<input type="hidden" name="formName" value="stockItemDemo">
<h2>Contact Details</h2>
<div class="formCell name ">
<label> First Name <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="name" id="" class="text" value="">
</div>
<div class="formCell surname ">
<label> Last Name <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="surname" id="" class="text" value="">
</div>
<div class="formCell email ">
<label> Email <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="email" id="" class="text" value="">
</div>
<div class="formCell phone ">
<label> Phone <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="phone" id="" class="text" value="">
</div>
<div class="formCell city ">
<label> City/Suburb <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="city" id="" class="text" value="">
</div>
<div class="formCell postcode ">
<label> Postcode <span>*</span>
</label>
<!-- Text input -->
<input type="text" autocomplete="false" placeholder="" name="postcode" id="" class="text" value="">
</div>
<div class="formCell Stock_ID hidden">
<!-- Hidden input -->
<input type="hidden" name="Stock_ID" class="" value="1296293">
</div>
<div class="formCell db_location_id hidden">
<!-- Hidden input -->
<input type="hidden" name="db_location_id" class="" value="2772">
</div>
<div class="formCell message textarea">
<label> Comment <span> </span>
</label>
<!-- Textarea -->
<textarea name="message" id="" placeholder="" class="text">I'm interested in a Demo 2023 Volvo XC60 Ultimate B6 Dark (stock #9189).</textarea>
</div>
<div class="clear"></div>
<div class="form-submit-btn-wrapper">
<button class="formSubmit btn" type="submit">Submit</button>
</div>
<div class="clear"></div>
<a class="chevron-toggle collapsed privacy-policy" data-toggle="collapse" href="#form_Terms">View Privacy Policy<span class="caret"></span></a>
<div class="collapse" id="form_Terms">
<p class="terms"><strong>Privacy:</strong> Volvo Cars is collecting your personal information for the purpose of marketing to you, identifying you and any Volvo passenger vehicle you own, offering you products or services, marketing materials,
lifestyle content, or other offers. If you do not provide your personal information we may not be able to provide our services to you. We may disclose your personal information to or share it with third parties including who is required to use
such information in accordance with our <a href="privacy/"> Privacy Policy </a>. Your personal information may be disclosed to third-party vehicle manufacturers and distributors, external advisers, and service providers located overseas in
Sweden.</p>
</div>
<script src="https://www.google.com/recaptcha/api.js?render=6Le2zGEpAAAAANd0Xbk9zGq0Gy3slWanF7ANF-_Z"></script>
<script>
$(function() {
$(".stockItemDemo_1480").submit(function(event) {
event.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('6Le2zGEpAAAAANd0Xbk9zGq0Gy3slWanF7ANF-_Z', {
action: 'submit'
}).then(function(token) {
// Add your logic to submit to your backend server here.
$.ajax({
type: "GET",
url: 'https://dashboard.digitaldealer.com.au/tasktrigger/ValidateReq',
data: {
'dealer_id': '1234',
'resp': token
},
async: true,
dataType: 'jsonp', //you may use jsonp for cross origin request
crossDomain: true,
success: function(data, status, xhr) {
if (data.status) {
//$( "." ).submit();
$(this).unbind('submit').submit();
event.preventDefault();
return false;
} else {
//failed validation
console.log('Verification failed, please try again!');
event.preventDefault();
return false;
}
}
});
});
});
});
});
</script>
</form>
POST
<form method="post" class="form stockItemDemo_9846" id="stockItemDemo" data-formid="16624" onsubmit="return false;" novalidate="novalidate">
<div id="form-cache"></div>
<input type="hidden" name="formName" value="stockItemDemo">
<h2>Contact Details</h2>
<div class="formCell name ">
<label> First Name <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="name" id="" class="text" value="">
</div>
<div class="formCell surname ">
<label> Last Name <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="surname" id="" class="text" value="">
</div>
<div class="formCell email ">
<label> Email <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="email" id="" class="text" value="">
</div>
<div class="formCell phone ">
<label> Phone <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="phone" id="" class="text" value="">
</div>
<div class="formCell city ">
<label> City/Suburb <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="city" id="" class="text" value="">
</div>
<div class="formCell postcode ">
<label> Postcode <span>*</span>
</label>
<!-- Text input -->
<input type="text" autocomplete="false" placeholder="" name="postcode" id="" class="text" value="">
</div>
<div class="formCell Stock_ID hidden">
<!-- Hidden input -->
<input type="hidden" name="Stock_ID" class="" value="1296295">
</div>
<div class="formCell db_location_id hidden">
<!-- Hidden input -->
<input type="hidden" name="db_location_id" class="" value="2772">
</div>
<div class="formCell message textarea">
<label> Comment <span> </span>
</label>
<!-- Textarea -->
<textarea name="message" id="" placeholder="" class="text">I'm interested in a Demo 2023 Volvo XC60 Ultimate B6 Dark (stock #QHE592).</textarea>
</div>
<div class="clear"></div>
<div class="form-submit-btn-wrapper">
<button class="formSubmit btn" type="submit">Submit</button>
</div>
<div class="clear"></div>
<a class="chevron-toggle collapsed privacy-policy" data-toggle="collapse" href="#form_Terms">View Privacy Policy<span class="caret"></span></a>
<div class="collapse" id="form_Terms">
<p class="terms"><strong>Privacy:</strong> Volvo Cars is collecting your personal information for the purpose of marketing to you, identifying you and any Volvo passenger vehicle you own, offering you products or services, marketing materials,
lifestyle content, or other offers. If you do not provide your personal information we may not be able to provide our services to you. We may disclose your personal information to or share it with third parties including who is required to use
such information in accordance with our <a href="privacy/"> Privacy Policy </a>. Your personal information may be disclosed to third-party vehicle manufacturers and distributors, external advisers, and service providers located overseas in
Sweden.</p>
</div>
<script src="https://www.google.com/recaptcha/api.js?render=6Le2zGEpAAAAANd0Xbk9zGq0Gy3slWanF7ANF-_Z"></script>
<script>
$(function() {
$(".stockItemDemo_9846").submit(function(event) {
event.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('6Le2zGEpAAAAANd0Xbk9zGq0Gy3slWanF7ANF-_Z', {
action: 'submit'
}).then(function(token) {
// Add your logic to submit to your backend server here.
$.ajax({
type: "GET",
url: 'https://dashboard.digitaldealer.com.au/tasktrigger/ValidateReq',
data: {
'dealer_id': '1234',
'resp': token
},
async: true,
dataType: 'jsonp', //you may use jsonp for cross origin request
crossDomain: true,
success: function(data, status, xhr) {
if (data.status) {
//$( "." ).submit();
$(this).unbind('submit').submit();
event.preventDefault();
return false;
} else {
//failed validation
console.log('Verification failed, please try again!');
event.preventDefault();
return false;
}
}
});
});
});
});
});
</script>
</form>
POST
<form method="post" class="form stockItemNew_6553" id="stockItemNew" data-formid="16623" onsubmit="return false;" novalidate="novalidate">
<div id="form-cache"></div>
<input type="hidden" name="formName" value="stockItemNew">
<h2>Contact Details</h2>
<div class="formCell name ">
<label> First Name <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="name" id="" class="text" value="">
</div>
<div class="formCell surname ">
<label> Last Name <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="surname" id="" class="text" value="">
</div>
<div class="formCell email ">
<label> Email <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="email" id="" class="text" value="">
</div>
<div class="formCell phone ">
<label> Phone <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="phone" id="" class="text" value="">
</div>
<div class="formCell city ">
<label> City/Suburb <span>*</span>
</label>
<!-- Text input -->
<input type="text" placeholder="" name="city" id="" class="text" value="">
</div>
<div class="formCell postcode ">
<label> Postcode <span>*</span>
</label>
<!-- Text input -->
<input type="text" autocomplete="false" placeholder="" name="postcode" id="" class="text" value="">
</div>
<div class="formCell Stock_ID hidden">
<!-- Hidden input -->
<input type="hidden" name="Stock_ID" class="" value="1306062">
</div>
<div class="formCell db_location_id hidden">
<!-- Hidden input -->
<input type="hidden" name="db_location_id" class="" value="2772">
</div>
<div class="formCell message textarea">
<label> Comment <span> </span>
</label>
<!-- Textarea -->
<textarea name="message" id="" placeholder="" class="text">I'm interested in a New 2023 Volvo XC40 Ultimate B5 Dark (stock #QBF38).</textarea>
</div>
<div class="clear"></div>
<div class="form-submit-btn-wrapper">
<button class="formSubmit btn" type="submit">Submit</button>
</div>
<div class="clear"></div>
<a class="chevron-toggle collapsed privacy-policy" data-toggle="collapse" href="#form_Terms">View Privacy Policy<span class="caret"></span></a>
<div class="collapse" id="form_Terms">
<p class="terms"><strong>Privacy:</strong> Volvo Cars is collecting your personal information for the purpose of marketing to you, identifying you and any Volvo passenger vehicle you own, offering you products or services, marketing materials,
lifestyle content, or other offers. If you do not provide your personal information we may not be able to provide our services to you. We may disclose your personal information to or share it with third parties including who is required to use
such information in accordance with our <a href="privacy/"> Privacy Policy </a>. Your personal information may be disclosed to third-party vehicle manufacturers and distributors, external advisers, and service providers located overseas in
Sweden.</p>
</div>
<script src="https://www.google.com/recaptcha/api.js?render=6Le2zGEpAAAAANd0Xbk9zGq0Gy3slWanF7ANF-_Z"></script>
<script>
$(function() {
$(".stockItemNew_6553").submit(function(event) {
event.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('6Le2zGEpAAAAANd0Xbk9zGq0Gy3slWanF7ANF-_Z', {
action: 'submit'
}).then(function(token) {
// Add your logic to submit to your backend server here.
$.ajax({
type: "GET",
url: 'https://dashboard.digitaldealer.com.au/tasktrigger/ValidateReq',
data: {
'dealer_id': '1234',
'resp': token
},
async: true,
dataType: 'jsonp', //you may use jsonp for cross origin request
crossDomain: true,
success: function(data, status, xhr) {
if (data.status) {
//$( "." ).submit();
$(this).unbind('submit').submit();
event.preventDefault();
return false;
} else {
//failed validation
console.log('Verification failed, please try again!');
event.preventDefault();
return false;
}
}
});
});
});
});
});
</script>
</form>
Text Content
Shortlist Compare Dunedin 032773157 Volvo Cars Dunedin Our Cars * Electric Pure electric * Hybrids Plug-in hybrids * Mild Hybrids Petrol Electric Pure electric Crossover C40 Recharge SUV XC40 Recharge Pure Electric Hybrids Plug-in hybrids SUV XC90 Recharge XC60 Recharge Mild Hybrids Petrol SUV XC90 XC60 XC40 Menu * * Cars * Electric Pure electric * Hybrids Plug-in hybrids * Mild Hybrids Petrol Electric Pure electric Crossover C40 Recharge SUV XC40 Recharge Pure Electric Hybrids Plug-in hybrids SUV XC90 Recharge XC60 Recharge Mild Hybrids Petrol SUV XC90 XC60 XC40 * Buy * Buy * INVENTORY * New Volvo Cars * Demonstrator Volvo Cars * Pre-owned Volvo Cars * SALES * Accessories * Finance * RESEARCH * Book a Test Drive * Request a Quote * DISCOVER * Keep Me Updated * My Volvo * My Volvo * MAINTENANCE * Service * Book a Service * Service Plans * Roadside Assistance * Genuine Parts * Customer Parts Warranty * DISCOVER * Polestar Optimised * Lifestyle Collection * KNOW YOUR VOLVO * Warranty * Vehicle Support * About * About * ABOUT * About Us * Contact Us * WHY VOLVO * Electrification * Safety * A million more * Cars safe for all * Child safety * Driver assistance * Safety heritage * DISCOVER * Careers * Offers * * * 1. 2. Go to Prev Slide Go to Next Slide FEATURED VEHICLES Demo 1 / 19 Demo 1 / 19 VOLVO XC60 ULTIMATE B6 DARK #9189 DUNEDIN, OTAGO Presented by the team from Armstrong's Prestige Dunedin is a Demonstrator *NZ New* 2023 Volvo XC60 Ultimate Dark in Black Stone and Upholstered with Black Leather only Travelled 6 500km Seats: 5 CC... VOLVO XC60 ULTIMATE B6 DARK #9189 DUNEDIN, OTAGO Featuring + 2,400 km + Black Stone + 5-door SUV + 1969cc/220kw CC 4-cylinder + Hybrid + 8-speed Automatic $99,950 Drive Away #9189 * * * View ENQUIRE TODAY CONTACT DETAILS First Name * Last Name * Email * Phone * City/Suburb * Postcode * Comment I'm interested in a Demo 2023 Volvo XC60 Ultimate B6 Dark (stock #9189). Submit View Privacy Policy Privacy: Volvo Cars is collecting your personal information for the purpose of marketing to you, identifying you and any Volvo passenger vehicle you own, offering you products or services, marketing materials, lifestyle content, or other offers. If you do not provide your personal information we may not be able to provide our services to you. We may disclose your personal information to or share it with third parties including who is required to use such information in accordance with our Privacy Policy . Your personal information may be disclosed to third-party vehicle manufacturers and distributors, external advisers, and service providers located overseas in Sweden. CALL VOLVO CARS DUNEDIN ON 032773157 Demo 1 / 19 Demo 1 / 19 VOLVO XC60 ULTIMATE B6 DARK #QHE592 DUNEDIN, OTAGO Presented by the team from Armstrong's Prestige Dunedin *NZ New* 2023 Volvo XC60 B6 AWD Ultimate Dark in Fusion Red Metallic and upholstered in premium Black Leather with Delivery KM Additional Feat... VOLVO XC60 ULTIMATE B6 DARK #QHE592 DUNEDIN, OTAGO Featuring + 30 km + Fusion Red + 5-door SUV + 1969cc/220kw CC 4-cylinder + Hybrid + 8-speed Automatic $94,950 Drive Away #QHE592 * * * View ENQUIRE TODAY CONTACT DETAILS First Name * Last Name * Email * Phone * City/Suburb * Postcode * Comment I'm interested in a Demo 2023 Volvo XC60 Ultimate B6 Dark (stock #QHE592). Submit View Privacy Policy Privacy: Volvo Cars is collecting your personal information for the purpose of marketing to you, identifying you and any Volvo passenger vehicle you own, offering you products or services, marketing materials, lifestyle content, or other offers. If you do not provide your personal information we may not be able to provide our services to you. We may disclose your personal information to or share it with third parties including who is required to use such information in accordance with our Privacy Policy . Your personal information may be disclosed to third-party vehicle manufacturers and distributors, external advisers, and service providers located overseas in Sweden. CALL VOLVO CARS DUNEDIN ON 032773157 New 1 / 19 New 1 / 19 VOLVO XC40 ULTIMATE B5 DARK #QBF38 DUNEDIN, OTAGO Presented by the team from Armstrong's Prestige Dunedin is a demonstrator *NZ New* 2023 Volvo XC40 SUV B5 Ultimate Dark in Chrystal White Metallic, upholstered in Black Leather only travelled 3 500k... VOLVO XC40 ULTIMATE B5 DARK #QBF38 DUNEDIN, OTAGO Featuring + 90 km + Crystal White + 5-door SUV + 1969cc/183kw CC 4-cylinder + Petrol + 8-speed Automatic $69,950 + ORC #QBF38 * * * View ENQUIRE TODAY CONTACT DETAILS First Name * Last Name * Email * Phone * City/Suburb * Postcode * Comment I'm interested in a New 2023 Volvo XC40 Ultimate B5 Dark (stock #QBF38). Submit View Privacy Policy Privacy: Volvo Cars is collecting your personal information for the purpose of marketing to you, identifying you and any Volvo passenger vehicle you own, offering you products or services, marketing materials, lifestyle content, or other offers. If you do not provide your personal information we may not be able to provide our services to you. We may disclose your personal information to or share it with third parties including who is required to use such information in accordance with our Privacy Policy . Your personal information may be disclosed to third-party vehicle manufacturers and distributors, external advisers, and service providers located overseas in Sweden. CALL VOLVO CARS DUNEDIN ON 032773157 VEHICLE SEARCH BUY OR FINANCE A CAR Make: All Volvo (3) Model: All XC40 (1) XC60 (2) top Monthly Price Max monthly price $500$600$700$800$900$1,000$1,500$2,000$3,000 No Max Max total price $0$5,000$10,000$15,000$20,000$25,000$30,000$35,000$40,000$45,000$50,000$55,000$60,000$65,000$70,000$75,000$80,000$85,000$90,000$95,000$100,000$120,000$140,000$160,000$180,000$200,000 No Max For 5 years For 4 years For 3 years For 2 years For 1 year Search cars Advanced Search ALL RECHARGE MODELS ELECTRIC C40 RECHARGE Learn ELECTRIC XC40 RECHARGE PURE ELECTRIC Learn HYBRIDS XC90 RECHARGE Learn HYBRIDS XC60 RECHARGE Learn WHY VOLVO? MAKING YOUR LIFE EASIER Our new take on getting from A to B. Get access to a Volvo when you want it, how you want it. OUR FUTURE IS ELECTRIC We are committed to adding electrification to all of our vehicles. In fact, we've already begun. PROTECTING WHAT’S IMPORTANT We're proud of our safety heritage. We’ll keep innovating new ways to help you protect what's important. WHY VOLVO CARS DUNEDIN? At Volvo Cars Dunedin in Otago, you can browse our line-up and discover our tradition of style, safety and innovation built into each and every Volvo. Whether you're looking for a SUV, wagon or sedan, experience elegant Scandinavian design with every Volvo Car. Visit Volvo Cars Dunedin today for personal help with your questions, schedule a service or to book a test drive. Get started here. VOLVO CARS DUNEDIN OPENING HOURS SALES * Monday - Friday: 8:00 AM - 5:30 PM * Saturday: 9:00 AM - 5:00 PM * Sunday: Closed SERVICE * Monday - Friday: 8:00 AM - 5:30 PM * Saturday - Sunday: Closed VISIT US TODAY At Volvo Cars Dunedin we can help you with any question you might have about buying, servicing and driving a Volvo. View Map & Directions * Model Lineup * About Us * Careers * Contact Us * * * Copyright © 2024. This is a certified website. * Legal * Privacy * Sitemap * LMCT: 289540-865