ADVERTISEMENT

Maybank makes the Jetour Ice Cream EV even more affordable with financing

Own the Ice Cream at a low-down payment of 15% or a monthly amortization as low as P7,339.

Published Jun 7, 2023 08:32 am

Clean, emissions-free personal mobility is made even more accessible thanks to a recent partnership between Jetour Auto Philippines and Maybank Philippines. To commemorate World Environment Day on June 5th, 2023, both brands have taken the initiative to raise awareness on electric vehicles to promote sustainability. The collaboration between the two is geared towards encouraging the adaption of electric vehicles (EVs) and supporting an environmentally friendly lifestyle. One of those ways with emissions-free mobility offered by the Jetour Ice Cream electric vehicles (EVs), made even more attainable with Maybank’s support in providing affordable options for EV ownership. Maybank provides a low-down payment of 15% or a monthly amortization as low as P7,339, making it easier for individuals to own an electric vehicle. The Jetour Ice Cream EV is a small but very practical electric vehicle. It has U-shaped smiling LED daytime running lights that add a touch of charm and playfulness to the vehicle's design. The lights' unique shape contributes to the Ice Cream EV's overall cute and distinctive look. Inside, the interior features high-grade gaming chairs for comfort during drives. The use of high-grade materials ensures durability and long-lasting comfort, enhancing the overall driving experience for a maximum of four people. The driver gets a multi-info display that also serves as an infotainment unit, steering-wheel controls for phones, audio functions, and eco and sport driving modes, and a reverse camera. It’s available in four colors named after ice cream flavors: Vanilla, Strawberry, Blueberry, and Matcha. Powering it is a 20kWh E-motor that delivers a maximum speed output of above 100 km/h and a peak torque of 85-Nm. The motor is powered by a lithium-ion battery with a 13.9 kwH power capacity and 220V charging plug. It can drive as far as 170-km on a single charge. The Ice Cream EV offers ample distance coverage for typical daily commuting and short trips. This makes it ideal for running errands, going to the store, or visiting nearby malls without worrying about range anxiety. With a starting price of ₱699,000, it also comes with an eight-year battery warranty or 120,000 km, whichever comes first, and a three-year vehicle warranty or 100,000 km, whichever comes first. The Jetour Ice Cream EV is positioned as one of the most affordable full electric cars in the market, making them more accessible to a broader range of customers. This also makes them number coding-exempted. From left: Amiel De Castro, Maybank Philippines Head, Consumer Finance Group; Patrick Dennis Solosa, Maybank Philippines Head, Community Financial Services; Ms. Abigail Tina Del Rosario, Maybank Philippines President & CEO; Yves Licup, Jetour Auto Philippines Inc., President; and Miguelito Jose, Jetour Auto Philippines, Inc. Managing Director.

“We have always looked for partnerships that are aligned with our strategic thrusts and will be able to support our sustainability commitments to our customers and the community in general,” said Maybank Philippines President and CEO Abigail Tina Del Rosario. “We found one in Jetour, and in our own way, through this collaboration, we hope to be a significant contributor to efforts on saving the environment, by acting decisively in lessening our carbon footprint and enabling our customers in their decarbonization journey.” Ms. Del Rosario further added. “Ultimately, may this initiative contribute in addressing the impact of climate change.” “By working together on World Environment Day, as we move forward to transitioning from internal combustion engine (ICE) vehicles to hybrids, to a visionary path towards full-electric vehicles,”  said Miguelito Jose, Managing Director of Jetour Auto Philippine. “We are grateful to have found a like-minded partner in Maybank, sharing the same purpose and direction as we embark on this remarkable journey together by providing accessible financing options for the Jetour Ice Cream EV, we can make it effortless for new car owners to embrace electric mobility.”

Related Tags

Jetour Auto Philippines Inc. (JAPI)
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.