ADVERTISEMENT

Mayor Francis backs calls for rescheduling mall-wide sales amid holiday 'carmaggedon'

Published Dec 15, 2025 11:11 am  |  Updated Dec 15, 2025 01:06 pm
San Juan City Mayor and Metro Manila Council (MMC) President Francis Zamora (Photo from San Juan PIO)
San Juan City Mayor and Metro Manila Council (MMC) President Francis Zamora (Photo from San Juan PIO)

San Juan City Mayor and Metro Manila Council (MMC) President Francis Zamora aired his support for the proposed rescheduling of mall-wide sales in the National Capital Region (NCR) this Christmas to mitigate the traffic situation in Metro Manila amid the holidays.

Zamora made the statement during the city's wreath-laying ceremony in commemoration of Emilio Jacinto's 150th birth anniversary held at the Emilio Jacinto Monument on Monday, Dec. 15.

According to Zamora, mall-wide sales are only allowed during the weekends, while mall-wide sales during the weekdays were discouraged by the MMDA to help minimize the influx of people and motorists, alleviating the traffic situation in Metro Manila.
"Ang policy ng Metropolitan Manila Development Authority (MMDA) pagdating sa mall wide sales ngayong Kapaskuhan ay huwag mag mall wide sale pag weekdays dahil kasabay nito ang pumapasok sa trabaho pag weekdays, at okay lang sa kanila pag weekends kasi less ang nagta-trabaho compared to weekdays, basta mayroon maayos na traffic management plan ang malls at well coordinated ito sa mga local government units (LGUs) (The MMDA's policy when it comes to mall-wide sales this Christmas season is not to hold mall-wide sales on weekdays because that's when people go to work, and it's okay for them to hold sales on weekends because there are fewer people working compared to weekdays, as long as the malls have a proper traffic management plan and it's well coordinated with the local government units (LGUs)," Zamora said.

"MMDA Chairman Don Artes has been coordinating with the malls for this. Ako po, pabor po ako sapagkat alam naman natin na yung Christmas palang ay dahilan na para ang ating mga mamamayan ay pumunta sa mga malls, more so kung meron pang mga mall-wide sales. Mas maganda talaga kung wala na muna tayong mall-wide sales sa ngayon. Gawin nalang natin ito after the Christmas rush (MMDA Chairman Don Artes has been coordinating with the malls for this. I am in favor of this because we know that Christmas alone is a reason for our citizens to go to malls, more so if there are mall-wide sales. It would be better if we don't have mall-wide sales for now. Let's just do it after the Christmas rush)," he explained.

"Yung volume ng tao ay we want to somewhat mitigate. We want to somehow control kasi again, may natural inclination na tayo to go to the malls because of the Christmas season (we want to mitigate the volume of people. We want to control it somehow because again, we all have a natural inclination to go to the malls because of the Christmas season)," he noted.

He said it would be much better if mall-wide sales were instead conducted in January or February after the holiday rush.

Chairman Artes had earlier said he would ask mall owners to refrain from holding mall-wide sales during the Yuletide season as part of the agency's response to the traffic gridlock being experienced by motorists and commuters alike this Christmas.

However, he stressed that he is not blaming malls for the "carmageddon" happening in the region this December.

"We are not blaming the mall owners. What we are saying is that we are politely asking them, if possible, not to hold mall-wide sales because they really do cause extremely heavy traffic, like what we experienced last Dec. 10,” he said.

"We are not prohibiting sales per se in individual stores. What we are only prohibiting are mall-wide sales, where all the stores in the mall have sales at the same time. So, this does not restrain trade,” Artes added.

The official had also urged the public to use public transportation to decongest roads in Metro Manila of motor vehicles, which is one of the major reasons behind severe traffic jams during the Christmas season.

Related Tags

CHRISTMAS RUSH CARMAGGEDON TRAFFIC CHRISTMAS MMDA MALLS MALL-WIDE SALES FRANCIS ZAMORA DON ARTES METRO NEWS
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.