ADVERTISEMENT

The budget-friendly seven-seater from Kaicene

Published Oct 14, 2022 09:05 am

2022 Kaicene CX70

It would be impossible to find an SUV, whether a five- or seven-seater priced under one million pesos, even if you go back to 2005. Heck, even the first-gen, entry-level Fortuner started at P1.195 million.

Kaicene may be a relatively new brand, but it is attempting to make a big impact in the segment by introducing a seven-seater SUV that massively undercuts competitors, several crossovers, and even MPVs. Check out the CX70, priced at exactly P879,000.

If the front looks a little familiar, that’s because it is Kaicene’s interpretation of a few Range Rover design cues like the flat hood, the form and mesh of the grille, and the shape of the fog lamps’ housing. It comes with typical SUV accouterments like body cladding, roof rails, a sunroof, a rear spoiler (with a high-mount stop lamp), and a rear underbody cover.

I like the turn signal lamps integrated into the side-view mirrors and even a rear window wiper. But I wish they’d upgrade the halogen projector headlamps (with daytime running lamps) to LEDs and give it bigger wheels (it uses 17s now) and tires in the facelift.

The whole design isn’t striking and may even feel a little old compared to the competition. It is big, wide, and tall, which are proper SUV proportions, and also makes ingress and egress easier for the more mature crowd.

It comes with a smart key like the pricier SUVs. But there’s just a tiny bit of a delay after the button (on the handle) is pressed before the doors lock or unlock.

Tall and large windows let plenty of natural light into the cabin, and since there is only a handful of equipment in the cockpit, the whole interior looks and feels roomy.

Plastics used on the dashboard and door panels feel cheap, but it’s barely noticed because designers did a great job with the shape and layout, even adding chrome and bronze accents. Plus, the color perfectly matches the leather on the multi-function steering wheel and manually-adjustable seats (with red stitching), so your brain tricks you into assuming it is covered with soft-touch material too.

The start-stop button is oddly located at the bottom of the center stack, just in front of the T-shaped gear shifter, but everything else is pretty much conventional, including the vertically-positioned eight-inch infotainment display (with Bluetooth).

Aircon vents are big, so the cabin cools faster. But while it has second-row vents, there aren’t any at the very back. The sunroof could be a little wider to make it to the second row, it could do with more than one USB port, and more cupholders would be great as well.

Like the exterior, the cabin isn’t fancy as well. It is basic but spacious and more importantly, quick to cool even on a hot summer day. There’s no CarPlay or Android Auto, but the touchscreen looks nice because of the orientation, although the interface of the climate control system could be better.

It is pretty agile for a mid-sized vehicle at low speeds, even if it is powered only by a 1.5-liter four-cylinder turbocharged petrol engine. The 230-Nm of torque does an excellent job making it feel light from a standstill. But, there was significant turbo lag when I mashed the throttle for quick acceleration to overtake at city pace. 150 horsepower is more than enough for the city and maintains 100 km/h on the highway with the engine breathing at just 1,900 RPM.

The six-speed gearbox is smooth but needs a light foot for fuel efficiency because this has a small 48-liter tank. That is partly why its consumption is only at around 8.2 km/l in mixed driving conditions. I was expecting much more because of the small displacement engine. According to Kaicene PH, it could be a break-in issue as their customers have seen significant improvements after the first 5,000 kilometers.

Steering feedback is perfect as the weight and heft are communicated, but there is a small dead spot at the center at highway speeds. Surprisingly, it is much easier to maneuver than other established SUVs, but understandably, its height doesn’t inspire high rollover resistance.

Comfort is very good as it handles potholes and deformed humps gently and even keeps noise, vibration, and harshness levels very low. What I’m impressed with are the front and rear disc brakes. They bite softly, but early and firmly. It also helps that the body somehow slightly dips as it comes to a halt.

This young seven-seater gets a few things right but will also need improvements on several other aspects. The best thing about it is the price. For what it costs to buy a subcompact sedan, you can get a bigger, more powerful vehicle. Kaicene may not be a household name just yet, but making the CX70 affordable is the right first step.

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.