ADVERTISEMENT

AllDay successfully holds network-wide National Hakot Day

Published Sep 15, 2021 02:12 pm

All Day Hakot Day

Thirty-three lucky grocers went home with bags of grocery items after the Villar-owned AllDay Supermarkets held the National Hakot Day challenge recently.

For the fifth year in a row, AllDay Supermarkets hosted the contest across its entire store network.

On D-Day, the winners took home various grocery items, ranging from sacks of rice, packs of milk, coffee, canned goods, to detergent powder and shampoo during the simultaneous run held at 4 p.m. last Tuesday.

Chrystelle Renee Gapul, 28, a resident of Addition Hills, Mandaluyong, is grateful for being chosen among the thousands who joined the nationwide activity.

“It is very convenient for me to do my grocery shopping in AllDay because it is very near our house,” she said after joining the two-minute marathon to put items in the carts. “At AllDay, I am sure that the products are of good quality, and (they are) not yet expired,” Gapul added.

Gapul, a mother of two, grabbed several packs of Bear Brand and some basic food items at Starmall-Shaw Blvd. branch last Tuesday. Each contestant was given two-minutes to place grocery items in their carts, and take home P10,000-worth of items.

All Day Hakot Day

“The timing was right because we are in a pandemic, and life has been quite difficult, and the prices of commodities have gone up,” she said further in Filipino. “I did not expect that I will be chosen among the many grocers who joined the contest.”

Gapul expressed gratitude to AllDay Supermarket for the opportunity, adding she will have ample supply of milk for her two children in the next two to three months.

AllDay Supermarket branches are strategically located in prime shopping districts and densely populated areas, which allows it to serve consumers in key locations in Mega Manila and other provinces. It has recently boosted its operations with the unveiling of stand-alone hubs which are used exclusively to facilitate the fast and efficient processing of orders made through its e-commerce platform, www.allday.com.ph.

All Day Hakot Day

As of June 30, 2021, AllDay Supermarket has a portfolio of 33 stores nationwide, with 24 stores in Mega Manila, six in Luzon (outside Mega Manila), and three in Visayas, with an aggregate net selling space of approximately 55,881 sqm.

All Day Hakot Day

AllDay Supermarket intends to have up to 45 stores by the end of 2022, and 100 stores by the end of 2026.

AllDay Supermarket’s expansion strategy is anchored on the Villar Group’s property development plans—with Vista Land communities across the country, from Ilocos Norte in the North to South Cotabato in the Southern Philippines. (CM)

AllDay Marts, Inc., the owner and operator of AllDay Supermarket has filed an application for an initial public offering with the Securities and Exchange Commission (SEC) and listing of its shares with The Philippine Stock Exchange, Inc. (PSE) in August 2021. A preliminary prospectus for the initial public offering of AllDay Marts, Inc. may be obtained from https://corporate.allday.com.ph/prospectus/, which is subject to completion or amendment without notice. The preliminary prospectus also contains the information required to be stated in any notice, circular, advertisement, letter or other forms of communication that will be published or transmitted to any person after a registration statement has been filed under Rule 8.3.1 of the 2015 Implementing Rules and Regulations of the Securities Regulation Code of the Philippines and which information is incorporated by reference in this communication.

A REGISTRATION STATEMENT RELATING TO THESE SECURITIES HAS BEEN FILED WITH THE SECURITIES AND EXCHANGE COMMISSION, BUT HAS NOT YET BECOME EFFECTIVE. THESE SECURITIES MAY NOT BE SOLD NOR OFFERS TO BUY THEM BE ACCEPTED PRIOR TO THE TIME THE REGISTRATION STATEMENT IS RENDERED EFFECTIVE. THIS COMMUNICATION SHALL NOT CONSTITUTE AN OFFER TO SELL OR BE CONSIDERED A SOLICITATION TO BUY.

Related Tags

National Hakot Day all Day Hakot
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.