ADVERTISEMENT

SM group spreads social good with Christmas Cheers

Published Dec 16, 2023 05:46 am

The season of giving is within our midst.

As the world embraces the spirit of Christmas with open arms, SM group employees stepped out of the holiday rush and into the shoes of volunteers, spreading social good through the Christmas Cheers gift-giving initiative.

Spearheaded by SM Foundation and SM Supermalls, the program stood as a testament to the dedication of volunteers to create meaningful contributions and build memories with communities, one act of kindness at a time.

SM CDO.jpg

SM employee-volunteers from SM CDO Downtown with Christmas Cheers beneficiaries.

The spirit of Christmas is synonymous with generosity and the joy of giving, and for one individual in Cagayan de Oro City, this sentiment came to life through their involvement in the Christmas Cheers distribution volunteer program.  A member of the volunteer team shared insights into their motivations, experiences, and the profound impact they witnessed during the holiday season.

A manifestation of love, kindness

For Carl Maglangit, SM CDO Downtown Public Relations Manager, the motivation to join the Christmas Cheers stemmed from a deep-seated belief in Filipino generous culture and how it has a magical way of spreading joy and building a supportive society.

Upon hearing about the opportunity to give back, he promptly embraced the role of coordinating and organizing the program for the community.

“I have always been inspired to someday share my blessings with the community. Now, it has happened and the experience felt magical for me. It taught me the value of generosity and that giving is a manifestation of love and kindness. I am now more empowered in community giving, and with this passion, I can influence other people to do the same,” Maglangit said.

As the gift-giving activity unfolded, he knew that the beauty of it would resonate with him beyond the holiday season, especially after hearing a message from one of the beneficiaries, Persons with Disability and Christmas Cheers recipient Liza Corpuz.

SM CDO PWD.jpg

PERSONS with Disability from Cagayan de Oro and their loved ones smile as they receive Christmas Cheers packs from SM group. 

“She felt honored that their sector was chosen as one of the recipients of this program and has gotten the impression that they are acknowledged in the community as equally essential citizens. Previously, she shared that they felt ignored and forgotten and felt terrible that they lacked the opportunity to receive help. Since last year, the Christmas Cheers program has uplifted their spirit to celebrate a merrier Yuletide this year. The food packs make one person happy, and the entire family will,” Maglangit said.

At the end of the event, Maglangit saw the strong convergence of the season of giving and Filipino generosity. “The Filipino value of generosity has truly been lived through this activity. I am a firm believer that the true meaning of Christmas is giving. In this season, we will continue to aim to serve our community and give the message of how sharing happiness can uplift each other despite the many challenges we encounter.”

SM CDO LISA.jpg

PWD and Christmas Cheers recipient Liza Corpuz thanks the SM group for the initiative that uplifted their spirits when they felt ignored and forgotten. 

Happily spreading cheers

Another SM volunteer who keeps “bayanihan” (community cooperation) alive is Ron Ryan Malitig, an Operation Assistant at SM City Calamba. Like Maglangit, it was his first time volunteering to help make Christmas Cheers a memorable experience for the beneficiaries. For him, it’s definitely not the last.

SM CALAMBA.jpg

SM City Calamba Assistant Mall Manager Elmundo Olazo distributes gifts for the elderly member of the community,

Having been with the mall for just a month, Malitig discovered the opportunity through the mall's communication channels. With a burning desire to extend a helping hand, he joined.

“Nothing beats the feeling of knowing that everyone in the community gets to celebrate Christmas with a smile on their faces and hearts. I know that volunteering would allow me to do just that – share my skills and bring genuine happiness to the community we happily serve,” he said.

As the spirit of giving takes center stage, SM group’s employee-volunteers embody the real meaning of celebrating Christmas: Giving to others for a kinder, stronger community.

Related Tags

SM Foundation Christmas Cheers SM Supermalls
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.