ADVERTISEMENT

Click, shop, celebrate: E-commerce has transformed the holidays

Published Jan 6, 2026 12:05 am  |  Updated Jan 5, 2026 06:15 pm
TECH4GOOD
If we look back just 10 years ago, Filipino Christmas traditions were very manual, and almost everything was a high-effort labor of love. Christmas in the Philippines has always been a season of joy, family gatherings, and the cherished tradition of gift-giving. For decades, malls and bazaars were the beating heart of holiday shopping, with Filipinos flocking to crowded stores to find the perfect presents. Most of us endured intense gridlock, last-minute gift panic-buying, and the frantic morning rush for Noche Buena ingredients.
Today, the rise of e-commerce and on-demand delivery platforms has transformed it into a convenience-focused digital experience. The holiday rush has migrated from physical aisles to digital carts. These platforms offer everything from gadgets and fashion to home essentials, often with irresistible holiday flash sales. For many, the ability to shop anytime, anywhere has made last-minute gift buying stress-free.
E-commerce giants like Lazada and Shopee, alongside on-demand service platforms like Grab, Lalamove, and Foodpanda, have not only redefined how most Filipinos celebrate the season but have also become crucial economic engines powering the holidays for millions of Filipinos and micro, small, and medium enterprises (MSMEs). The convenience enjoyed by consumers is only half the story. The true power of these platforms lies in their role as economic lifelines during the critical “Ber” months.
It is heartening to see how these platforms have evolved from simple conveniences into vital economic pillars for the country. The numbers tell the story: The Philippine digital economy is projected to reach $36 billion in gross merchandise value in 2025, driven primarily by e-commerce. MSMEs are at the heart of this transformation, demonstrating that digital platforms are not only reshaping consumer habits but also fueling national economic growth.
The logistics network needed to move millions of parcels and food orders has also created an immense employment opportunity for hundreds of thousands of gig-workers. Studies indicate that most earn significantly above the daily minimum wage, especially with incentives. The gig economy offers a low barrier to entry for most of these workers. It has even absorbed workers displaced from other industries and provided them with immediate economic lifelines.
In addition to evading the holiday traffic, the most visible change is in the art of gift-giving. The traditional labor of love—buying, wrapping, and hand-delivering gifts—has been streamlined by technology. Distance is no longer a barrier to thoughtfulness. The iconic balikbayan box remains beloved, but overseas Filipinos now shop on local Philippine apps from abroad, ensuring their families receive gifts instantly rather than wait months for shipping.
Even the time-honored tradition of cash gifts has gone digital. The hunt for crisp, new bills at the bank has largely been replaced by the “send money” features of digital wallets like Maya. Godparents may find it more difficult to hide from their inaanaks today, but may find it easier to send electronic gifts to them, often accompanied by joyful digital greeting skins.
Furthermore, the midnight feast has embraced the digital model. Instead of slaving over a hot stove all day, families now order dishes via delivery platforms. We can order our favorites from known specialists, and rely on instant mart delivery services for that forgotten block of cheese minutes before midnight.
Restaurants and home-based food sellers benefit enormously from this shift. During the holiday rush, platforms provide a steady stream of customers, enabling even small kitchens to participate in the festive season. For families, it means less time cooking and more time bonding—a subtle but meaningful change in how we celebrate.
Today, these e-commerce platforms are emerging as critical drivers of economic opportunities. For individuals, online selling has become a side hustle or even a primary source of income. For families, it’s a way to make ends meet during the expensive holiday season. E-commerce has democratized access to markets, allowing anyone with a smartphone and internet connection to participate in the digital economy.
The Filipino Christmas has always been about connection and generosity. Of course, some worry that online shopping and digital gifting may dilute the personal touch of Christmas. Handmade presents and carefully chosen items from local bazaars carry a sentimental value that a digital voucher cannot replicate. Yet, technology does not erase tradition; it adapts it. E-commerce has enabled us to scale that generosity, bridging distances more easily than ever before.
More importantly, as we “add to cart,” we are doing more than just ticking off a wish list. We are fueling an ecosystem that supports local crafts people, sustains home-based food businesses, and provides livelihood to thousands of delivery partners. In the Philippines, where the holiday season is celebrated longer and louder than anywhere else, these platforms have become more than just apps—they are part of the Christmas story itself.
(The author is an executive member of the National Innovation Council, lead convener of the Alliance for Technology Innovators for the Nation (ATIN), vice president of the Analytics and AI Association of the Philippines, and vice president of UP System Information Technology Foundation. Email: [email protected])
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.