ADVERTISEMENT

Cacao to boost Davao City tourism, identity

Published May 6, 2026 11:35 pm

CACAO producers and entrepreneurs showcase local cacao-infused dishes in celebration of Cinco de Mayo at Azuela High Street in Lanang, Davao City, on Wednesday, May 5. (Photo via Ivy Tejano)
CACAO producers and entrepreneurs showcase local cacao-infused dishes in celebration of Cinco de Mayo at Azuela High Street in Lanang, Davao City, on Wednesday, May 5. (Photo via Ivy Tejano)
Davao City cacao producers and entrepreneurs have expressed confidence that locally grown cacao will boost the city's identity, tourism potential, and export competitiveness.
Cacao de Davao and Siempre Taqueria and Bar have joined hands during the Cinco de Mayo to show that cacao can be used beyond chocolate and confectionery.
"With this collaboration, we are pushing the idea that cacao is not just simply cacao. There are still so many things that can be done with it, and there are many more possible collaborations not only here but even with other countries," Ethan Kyle Lim, chief operating officer of Cacao de Davao, said.
Lim said Davao cacao's quality is now being recognized in high-end dining spaces, opening the door to wider applications such as skincare, soap, and butter-based products, as well as other emerging value-added industries.
He emphasized the broader economic and tourism impacts of showcasing local products through culinary events and collaborations, saying these initiatives help position Davao City as an open, innovation-driven city for investors.
The cacao producer noted that Davao is expanding its identity beyond its traditional association with fruits. "Davao is already known as the cacao capital of the Philippines, not only durian and mangosteen and other fruits here," he added.
Lim emphasized that collaborations with local restaurants have become key to sustaining cacao's visibility in the city, citing partnerships with establishments such as Lamano, Ikao, and Siempre.
"The growing collaboration among local businesses and farmers is helping establish a unified cacao movement in Davao City," he said. "If we unite and work together, we can showcase the best of our products and help tourism thrive even more."
Lim added that the initiative aims to encourage more farmers and businesses to participate in strengthening Davao's cacao industry, positioning it as a key driver of economic and tourism growth.
For Gastro Club Corp. and Siempre owner Jaru Chua, the initiative underscores the importance of working directly with local farmers and producers to strengthen supply chains and support local livelihoods.
Chua said their Filipino-Mexican cuisine concept is rooted in showcasing Davao's agricultural strength. He added that Davao City and the Davao region remain major hubs for fresh produce in Mindanao.
The local entrepreneur described the collaboration with Cacao de Davao as a continuation of earlier partnerships, noting that such efforts prove local businesses can scale impact when working together.
"I don't know if everybody is familiar with authentic Mexican food, but many of its dishes, desserts, and drinks truly use cacao. This time, localized using cacao from Davao City," Eric Patrick Dulay, entrepreneur and co-owner of Siempre.
Chua also said such initiatives have the potential to attract both domestic and international tourists to visit Davao City, as it always has something to offer, especially with cacao tourism in Davao continuing to grow and gain wider recognition.
Chef Mark Delumban explained that integrating cacao into savory and fusion dishes helps broaden Davao's culinary identity. He added that their approach combines familiarity with innovation.
Delumban said cacao naturally fits into Filipino-Mexican fusion cuisine due to shared culinary influences, citing dishes like mole in Mexican cuisine and traditional Davao tablea-based recipes. "We do not want the flavors to be too far from the local palate."
Lim shared insights from his benchmarking trips to Vietnam and Thailand last year, which he said helped identify opportunities to improve local cacao production systems and packaging.
He confirmed that Cacao de Davao products are already exported to markets including China, Europe, Singapore, Taiwan, and Japan, with plans to expand further through airport kiosks and additional Asian markets.
Lim noted that Southeast Asian countries have advanced chocolate industries with strong export presence. Despite this, he emphasized that Davao's competitive advantage lies in taste and quality.

Related Tags

Cacao Davao City
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.