ADVERTISEMENT
970x220

DTI: Lotte Group, South Korean firms eye expansion into Philippines

Food brand Lotteria eyes to launch 30 stores over a five-year period

Published May 21, 2025 11:26 pm

Top South Korean companies, including the conglomerate Lotte Group, are planning to invest and expand into the Philippines, with a focus on food service, franchising, and retail modernization.

In a statement, the Department of Trade and Industry (DTI) said Secretary Cristina Roque met with officials of Lotte Group and other leading South Korean companies during her trade mission in Seoul, South Korea, last week.

The DTI said the meeting highlighted the companies’ plans to leverage their operational expertise and advanced retail models to contribute to the country’s growing economy.

“These companies aim to invest in joint ventures, master franchise agreements, and localized operations that will generate employment, strengthen supply chains, and modernize retail distribution in the country, progressing beyond exporting their brands,” it said.

During the meeting, Lotte GRS, the restaurant service arm of the Lotte Group, shared its intention to launch its flagship fast food brand Lotteria in the Philippines.

Upon launching, Lotteria aims to open at least 30 stores in the country over five years, harnessing local sourcing and workforce development.

Without disclosing the names of the companies, the DTI said some have also outlined plans to introduce “modern convenience store formats” tailored to the “urban Filipino lifestyle.”

The agency said these firms are looking to build on their success in markets such as Vietnam and Mongolia through partnerships with local operators.

The Korean companies told the DTI chief that they are committed to sourcing at least 95 percent of the products in their local stores within the Philippines itself.

Aside from food service and retail ventures, a number of firms are also exploring opportunities in restaurant expansion and import-export channels for the country’s agricultural and seafood products.

The DTI said one company, which it did not name, has recently signed a partnership with a local firm. It will reportedly open its first location in Manila by August.

Roque said the growing confidence in the Philippine market reflects the country’s young and dynamic population, as well as the strength of the economy.

She noted that the government is fostering an investor-friendly environment through strong incentives and streamlined processes, such as those under the Corporate Recovery and Tax Incentives for Enterprises to Maximize Opportunities for Reinvigorating the Economy (CREATE MORE) Act.

“The Philippines is open for business, and we are committed, aligned, and prepared to grow with our partners,” said Roque.

“As the Philippines continues to attract world-class partners, the DTI continues to work towards supporting foreign investors through services such as partner matchmaking, regulatory assistance, and investment facilitation,” she added.

Related Tags

Department of Trade and Industry (DTI) Cristina Roque Lotte Group
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.