ADVERTISEMENT

What's great about the Innova Touring Sport?

Published Nov 8, 2018 04:06 pm
110918Toyota1 I remember when pretentious office-types would ask me for a good MPV reco and cringe when I say ‘Innova’ because, back then (think first-gen), it reminded people of the Revo, which not too long ago was based on the Tamaraw FX. With the arrival of the Avanza and the second-generation Innova, things have really leveled up for the latter, so much so that it now offers thirteen trims and among those is the very stylish ‘Touring Sport’. After a week of city driving, here’s my take on what’s to like about this special trim of the Innova. Fancy exterior First off, that Red Mica Metallic, which seems just a shade darker than your ordinary red, is simply beautiful/seductive as complemented by the black 16-inch alloy wheels. This pairing you can do on your own really – just get a 2.8 E A/T and the wheels to match – but why bother when you can let the experts at Toyota do it for you. But that’s not all the exterior enhancements offer. To complete its dark and mysterious theme, it gets smoked headlamps, and a dark glossy grille and an all-around black body cladding with chrome strips. On a personal note, since the test unit wasn’t totally tinted, I’d go with a 20-10 percent tint to perfect the look. 110918toyota2 Basic interior The cabin may seem bare at first, with the fabric seats and the chic dashboard layout that seems to be without much equipment, but it does come with modern necessities. There’s Bluetooth connectivity, which takes care of the Anti-Distracted Driving Act and allows you to play your songs on the phone over the cabin speakers. The rudimentary instrument panel is easy to read with its large dials for the speedometer and tachometer with the fuel and temp gauge right below. In the middle is the trip computer and gear indicator. The steering wheel comes with basic buttons all found on the left side – call and hang-up, plus infotainment controls only. If you want a lot of tech stuff, look elsewhere. I applaud the simple, clean and no-fuss look of this interior. It makes it look spacious and easy on the eyes. Great engine Powered by a 2.8L diesel engine with variable nozzle turbo and intercooler, it puts out a healthy 171-PS and 360-Nm of torque straight to a six-speed automatic transmission with manual mode. Whether you’re flying solo or with the gang, this engine is highly capable of powering along the highways or up steep inclines even in the city if you wish to push off from 0 in a jiffy. I engaged PWR (power) Mode just to get a feel and, easily, you get faster response times because the engine is prepped for high revs so it makes the drive more exciting. ECO was more than enough for city driving. Overall consumption in pure city driving is as seen in the photo, 11.8 kilometers per liter. The diesel clatter is something the Innova has never tried to mask so if you want a quieter machine, it may be something to consider. 110918toyota3 Reasonable price At P1.374 million, it is P65,000 more than the E A/T variant, which is where it gets i  ts base from, but you do get the trimmings and trappings of this upmarket model that will set you apart. Again, you may wish to DIY but really, for 65k, you’re willing to physically hunt down these parts down in stores or even online? I didn’t think so. The wheels alone may set you back some 40k so why bother doing it piece-by-piece when you can get the whole package straight out of the dealership! So if you’ve had a change of heart and are now thinking of which variant to get, for its good looks, ease-of-use, dependable engine and fuel efficiency, I highly reco the 2018 Toyota Innova 2.8 Touring Sport A/T. Text and photos by Eric Tipan
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.