ADVERTISEMENT

Count your luck and celebrate Chinese New Year at SM Supermalls!

Published Jan 26, 2022 08:19 am

Good fortune awaits shoppers at SM Supermalls this Year of the Tiger

It’s going to be a prosperous 2022 as SM Supermalls celebrates the Year of the Tiger with fun-filled events and activities for its shoppers! Whether you choose to stay home or safely shop at SM Supermalls, there are exclusive CNY deals for everyone to enjoy!

Lucky Dining Deals. Kick off the festivities with an abundant gastronomic feast with discounts and promos from January 16to February 2.Shoppers can enjoy Lucky Eats Deals of as much as a 22 percent discount from participating tenants. For your convenience, you can easily shop via the SM Malls Online app where you can arrange for delivery or pick-up, or by calling our SM Customer Care hotline at (02) 8876-111, 0917-876-111 or 0908-876-1111. You can also have your fill of your favorite food while safely dining at Chinese New Year-themed indoor and outdoor Lucky Eats Dining Spots.

SM Center Lemery
SM City Baliwag

Lucky Red Finds Bazaar.Boost your luck and find all the lucky red items from SM Supermalls’ partner tenants and affiliates in this Chinese New Year-themed pop-up market.

Lucky Tiger Park. Families will be treated to adazzling Chinese New Year experience featuring anoutdoor set-up with lighted 3D tiger art installations, Chinese lanterns, and Drive-Thru Lion and Dragon Dances and Fireworks Displays to welcome the year of the Tiger!

SM City Naga
SM City Novaliches

Lucky Paws. Show off your pet’s best CNY-themed costume and get a chance to win pawsome prizes when you submit photos of your pets online or take them to select SM Supermalls Paw Parks.

Lucky Forecasts. When it comes to ushering in good fortune, SM Supermalls knows how to help prepare shoppers for the positive energy this new year brings. By scanning the QR codes, you can check out your 2022 Chinese zodiac brought to you by Feng Shui expert Ms. Marites Allen. Plus, you can also get a chance to win exciting prizes and SM vouchers!

SM City Pampanga
SM City San Mateo

Additionally, SM Supermalls has also prepared other activities and promos for everyone to enjoy until February:

  • Lucky Plants.  Attract good luck all year round with lucky plants in your home! This Chinese New Year-themed green market in select SM malls features floras that are considered lucky like the lucky bamboo, money tree, Jade plant, mandarin orange tree, orchid, bamboo, and bonsai.
  • Lucky Finds on SM Deals. Check out CNY exclusive offers from SM Supermalls’ tenant partners and affiliates from Buy 1 Get 1 deals and 50 percent discounts.
  • Lucky22 vouchers. If you opt to stay at home during these festivities, don’t worry about missing out on these exciting deals because SM Supermalls has got you covered. SM Malls Online will be having Lucky22 vouchers– a special voucher offering a 22 percent discount on food and non-food items for stay-at-home shoppers like you! 
  • Lucky in Red Pick-up at Curbside Promo. When you pick up your order at SM via SM Customer Care Hotline, SM will be giving away P200 worth of SM GCs on February 1 for those decked in red! So wear something red or drive by to pick up the items you’ve ordered in your flashy red car! This promo is for the first 22 customers only, so be sure to get there as early as you can.
SM City San Pablo
SM City Sta. Rosa
SM CIty Tarlac

Enjoy all these and more when you celebrate your #LuckyDaysAtSMthis Chinese New Year! So, increase your luck and safely celebrate with SM Supermalls as it welcomes the Year of the Tiger with wishes of prosperity, health, abundance, and continuous good fortune!

For #SafeMallingAtSM, you can follow @smsupermalls on all social media platforms.

Related Tags

Chinese New year Year of the Tiger 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.