ADVERTISEMENT

New IPC head to focus on dealership innovation

Published Jan 19, 2023 04:50 pm

The new head of Isuzu Philippines Corp. (IPC) said that the all-trucks manufacturer will focus on the innovation of their dealerships this year to maintain its leadership position in the trucks category despite admitting continuing economic challenges in the country.

In a chat during the Meet and Greet with the Media on Wednesday, Jan. 18, IPC President Tetsuya Fujita told reporters that they are still finalizing their sales growth projection for 2023 but “We are expecting much more than last year as the economy is getting better.”

Fujita has replaced Noboru Murakami, who assumed a role in Isuzu North American, handing the Isuzu business in that region.

Fujita, however, admitted that the domestic economy has some economic challenges due to serious issues on semiconductor global supply chain and the Russian war in Ukraine. “But we are still optimistic this year,” he said.

To maintain its leadership position in the truck category, Fujita said they will focus on developing “innovative facility” to support their dealership network. “We would like to be the best business partner for our customers,” he added.

“As the leading truck brand in the industry, we will continue innovating new products that will assist in the progress of the country while displaying more responsibility to the society and the environment through our Road to Progress vision,” he said in his speech at the event.

Meanwhile, Fujita also told reporters there will be no new model introduction this year noting that the new MUX model was only launched during the pandemic.

He also said there is no plan to bring the assembly of its pick-up truck D-Max back into the country at this point. But he stressed that D-Max has strong price competitiveness in the market and is appealing to customers.

Fujita also vowed to continue the same direction of his predecessors Murakami, whom he cited for his strong leadership.

For the 23rd year in 2022, the IPC has proven once again its truck supremacy in the industry. Based on report by the Chamber of Automotive Manufacturers of the Philippines, Inc. (CAMPI) and Truck Manufacturers Association, Inc. (TMA), IPC has retained its number one truck brand ranking in 2022/

The CAMPI / TMA report showed that IPC dominated the Commercial Vehicles (CV) segment with its 4,680-unit sales in 2022, capturing 46.4 percent market share.

This is mainly attributed to the outstanding performance of Isuzu N-Series in Category III (light-duty trucks). With 2,952 unit-sales which is equivalent to 55.3 percent market share, Isuzu easily dominated Category III. IPC also exhibited good performance both in Category IV (medium-duty trucks) and Category V (heavy-duty trucks).

Isuzu’s more than two decades of truck domination is the result of the combination of world-class quality products paired with the excellent aftersales support offered by IPC through its dealer network nationwide.

To ensure that the quality of service provided to customers is topnotch, IPC continues to enhance its dealer facilities, as well as the knowledge and skills of dealer personnel, most specifically, field support personnel and service technicians.

With being a responsible partner to customers as its top priority, IPC has also been offering proper trainings to Isuzu truck owners and drivers to help them maximize their workhorse to gain more profit for their business.

IPC immediate past president Murakami stated, “As the leading provider of durable and reliable trucks, as well as best transport and business solutions to Filipinos, IPC would like to make a contribution to our customers’ business through our durable products, aftersales services and variety of trainings.”

Related Tags

IPC President Tetsuya Fujita Isuzu Philippines Corp. (IPC) Noboru Murakami
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.