ADVERTISEMENT

Volvo holding "Recharge the Drive" EV test drive weekend

XC40 Recharge and C40 Recharge available

Published Sep 3, 2024 01:27 am

090324VolvoRechargeSUVs.jpg

Volvo is giving buyers a chance to experience its two new EV models at its “Recharge the Drive” event from September 6-8, 2024, at Volvo Makati. This event offers an exclusive test drive opportunity for two leading models—the XC40 Recharge and the C40 Recharge.

These crossover models reflect Volvo's legacy of pioneering innovation, safety, and sustainability. They not only showcase the brand's advanced electric powertrain technology but also seamlessly integrate a suite of sophisticated features designed to elevate safety and enhance driver convenience.

Power and range

090324VolvoXC40Recharge1.jpg

While these two models share a strong foundation, they cater to different preferences. The XC40 Recharge, with its recognizable crossover design, is ideal for those who appreciate familiarity in their driving experience while stepping into the future of electric mobility. It boasts up to 537 km of electric range, 408 hp, and a 27-minute fast charge (10-80% @ 200 kW DC).

090324VolvoC40Recharge1.jpg

On the other hand, the C40 Recharge is tailored for those who seek a sportier look and aerodynamic efficiency, featuring a sleek coupe-like roofline. It offers a slightly higher electric range of 549 km, the same 408 hp, and an identical fast charge capability of 27 minutes (10-80% @ 200 kW DC).

Both the XC40 Recharge and C40 Recharge support fast charging, allowing the driver to spend more time on the road and less time charging.

Smart phone compatible

090324VolvoXC40Recharge2.jpg
Interior of the Volvo XC40 Recharge

Volvo also aims to improve user experience and enhance driving convenience by integrating Google’s system.

Both models benefit from advanced navigation via Google Maps, real-time traffic updates, and hands-free assistance through Google Assistant. Google’s system allows for a more convenient driving experience by providing accurate directions, helping to avoid traffic, and enabling the driver to control different functions without taking their hands off the wheel.

090324VolvoC40Recharge2.jpg
Interior of the Volvo C40 Recharge

Volvo also equipped both models with Android Auto, allowing you to listen to music, make phone calls, get directions, and use car-adapted apps from an Android device. Similarly, Apple CarPlay offers the same convenience, enabling you to listen to music, make phone calls, get directions, send and receive messages, and use Siri — all while staying focused on your driving

To top it off, these features are further enhanced by automatic over-the-air updates, ensuring that the software remains up-to-date without the need to visit the service center, adding another layer of convenience for the user.

Unparallelled safety

100623VolvoXC402.jpg

Each vehicle is equipped with cutting-edge safety technologies like adaptive cruise control with Pilot Assist, Blind Spot Information System (BLIS), 360° camera, traffic sign recognition, rear collision warning, run-off mitigation system, and slippery road alert system—all working together to ensure a secure and effortless driving experience. These features empower the driver to navigate with confidence, maintain awareness of their surroundings, and respond swiftly to potential hazards.

These systems not only align with Volvo’s dedication to safety but are also meticulously integrated into the vehicles' overall engineering, complementing the advanced body structure and unique battery safety cage of both the XC40 Recharge and C40 Recharge. This ensures protection for all occupants and other road users in the event of a collision.

Volvo invites you to the 'Recharge the Drive' EV Test Drive Weekend, where you can experience the future of premium automotive innovation firsthand. This event offers a rare opportunity to explore Volvo's electrification journey, test drive the latest electric models, and immerse yourself in the future of sustainable luxury. Enjoy special event discounts and be part of Volvo’s path toward a fully electric future.

Contact Volvo Sales at (0967) 172 9366 to book a test drive.

Related Tags

Volvo battery electric vehicle
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.