ADVERTISEMENT

Visit SM City Fairview's Holiday Gamezone

Published Nov 8, 2022 02:17 pm

From Holiday Joy Parade to Happiness Stations, the Quezon City-based shopping mall promises to add a new level of excitement to the retail and leisure realm

Marvel at the sight of vibrant attractions, colorful installations, and dazzling lights display as SM City Fairview (SMCF) revamps the tradition of celebrating the holidays with an interactive, retro-modern flair. This year's theme, Holiday Gamezone, promises to be a thrilling extravaganza centered on the most amazing visual spectacle and immersive experiences possible.

During the Christmas Launch 2022—Holiday Gamezone event held on Friday, October 28 at SM City Fairview, attendees and VIPs were treated to a multi-sensory experience that allows visitors to enjoy both the digital and physical realms of retail and leisure. The official opening also presented a preview of the shopping center's scheduled activities and programming for the next two months.

One of the highlights of the evening was the ceremonial centerpiece lighting, which revealed the SMCF Holiday Glow Christmas tree. The Neon Arcade installation, which can be found at The Atrium, also complements the concept of the theme, playing around vintage gaming aesthetic and luminous visuals to convey the art of stepping back in time.

In the next few months, SM City Fairview will also deploy augmented reality technology as part of its enhanced in-store experience. Filters for augmented reality will be made available to everyone eager to engage in immersive and touch-free digital interactions.

With the Christmas and New Year's celebration are just around the corner, SMCF is pleased to have strategically placed Instagram-worthy installations, photo walls, and backgrounds around the mall. Aptly called "Happiness Stations," these nooks and crannies are located on the Upper Ground Level, Parkway, and they provide individuals and groups a picture-perfect opportunity to share a moment together and capture memories through photographs and videos.

Holiday Joy Parade, another activity that is certain to put a smile on your face, is more than just a showcase of Christmas-themed characters. It also allows children and the "young at heart" to snap a photo in their holiday-themed costumes while witnessing an SMCF-style show of pop culture grandeur.

"Because we’ve missed you these past 2 years, we promise to bring back a truly magical experience in every one of our 80 malls nationwide, especially here at SM City Fairview," Architect Erlinda G. Estrella, mall manager of SM City Fairview shares. "Aside from lighting up our magnificent trees and activating our Happiness Stations with our cause-oriented charities, we will be launching a series of memorable Christmas activations throughout the season, from augmented reality, to choirs and flash mobs, to sale events and Christmas Markets, feasts and parties with family and friends."

Despite the spectacle that characterizes SCMF’s roster of activities, the shopping institution never misses an opportunity to give back to Quezon City's cause-oriented groups and help the city's most vulnerable communities in order to kickstart the spirit of the Yuletide season off on the right foot.

Architect Estrella also talked about this act of kindness and generosity in a speech at the Christmas Launch 2022 – Holiday Gamezone event.

"This year, we partnered with cause-oriented groups and are giving them 100 days to be in our malls to raise funds for their beneficiaries and charities," Estrella reveals. "Which brings me finally to what Christmas is all about—the spirit of giving. Giving back our blessings to the community, to those with less, to our families, friends and loved ones. Give a small gift, your time, your attention and your laughter this holiday season."

Visit www.smsupermalls.com and follow @smsupermalls on all social media platforms to learn more about upcoming events at SM City Fairview.

Related Tags

lifestyle ph philippine lifestyle mb lifestyle SM
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.