ADVERTISEMENT

Local food brand Mama Dith's disappointed over 'one-sided partnership' with delivery platform

Published Jan 12, 2022 02:47 pm

Here's what Foodpanda has to say

As the country enters another chapter of COVID-19 surge, many restaurants and concepts are limiting foot traffic in their spaces, therefore, are again shifting their service to to-go, in-store pickups, and via delivery operations. Working with online delivery platforms has been essential to many food businesses ever since the onset of the pandemic. But for others, having their brand included in their virtual food libraries is becoming hard and less feasible, especially for small and mid-size enterprises.

On Jan. 10, 2022, local food brand Mama Dith’s shared its concern with one of the leading online food delivery platforms in the country, Foodpanda. In their now-viral post, the Antipolo-based business says that it has been closed in the app since December 2021, and that it is leaving it due to delayed sending of their sales and additional fees.

“Hindi na nga kami nagrereklamo sa two-week payment scheme , aba, naging two months pa! (We didn’t complained about the two-week payment scheme then, it became two months!),” it said in a post.

“Para sa small business na tulad ko, pumayag ako sa 27 percent commission nila before pandemic , pero starting June 2021, nagsimula na rin sila maningil ng additional 12 percent para daw sa tax nila plus P1K++ agency fee (???) daw na wala naman sa original contract! (For a small business ike us, I agreed to the 27 percent commission they asked before the pandemic then in June 2021, they started asking for additional 12 percent for tax and P1K++ for agency fee that wasn’t included in the original contract).” it continued.

Apart from the added expenses and payment hold up, Mama Dith’s also expressed its disappointment on the limited communication channels vendors can access to talk with Foodpanda.

“'Diba nga, ‘partners’ daw kami? Eh bakit pag kaming mga vendors ang may problema sa app or remittance nila, through email or chat lang sila pwede i-contact? Pero pag sila may problema sa amin, aba, kung makatawag at demand, grabe! At kapag nadetect pa na nakaclose store mo, talagang kukulitin ka sa mga automated calls (We are ‘partners,’ right? Then why is it that whenever us vendors have a problem about the app or remittance, we can only contact them through email or chat? And when they have a problem with us, they way they call and demand is too much! And when they detect that your store is closed, they’ll bother us through automated calls),” Mama Dith’s said.

After a series of emails and chats, and getting an “iimbestigahan” (investigating) response, Mama Dith’s included the Department of Trade and Industry (DTI) in its email. According to the same post, Foodpanda quickly took care of its concerns saying, “Takot sila sa DTI pero sa vendors wala silang pake! (They are afraid of the DTI but they do not care about their vendors).”

“Kaya tuluyan na rin namin ititigil ang one-sided ‘partnership’ kuno sa Foodpanda...Kung nais niyong mas masuportahan ang mga small business owners tulad namin, through dine-in, Grab, or for pickup na lang ha! (That’s why we are now ending our one-sided ‘partnership’ with Foodpanda... If you want to support small business owners like us, you can through dine-in, Grab, or via pickup),” it ends.

In the comment section, Mama Dith’s also shared other small food businesses that are leaving the platform.

Through an email conversation, Manila Bulletin Lifestyle reached to Foodpanda for their comment regarding Mama Dith’s post.

"We listen to the feedback that we receive from our partners, whether positive or negative, because they help us become better. We are constantly looking at the areas that we need to improve, especially in providing the best possible service to our partners," Foodpanda said. "Mama Dith’s is a beloved establishment in their community, and we know how much effort they put, day in and day out, towards serving their customers. We know that we have made shortcomings in giving them the kind of service that they themselves give to their own customers; we sincerely apologize for this, as we reach out to Mama Dith’s owners to relay our commitment to make things right, and move forward in the right direction."

Related Tags

Foodpanda food Mama Dith’s
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.