ADVERTISEMENT

Jose Mari Chan shares tips for finding the perfect Christmas gift and avoiding last-minute holiday shopping

Published Sep 30, 2021 11:17 am

As we settle into the -ber months, it’s time to start thinking of your Christmas list. If you’re at a loss as to how to spread joy to your loved ones during the holidays amidst a pandemic, who better to ask for advice than one of the Philippines’ Christmas icons, Jose Mari Chan?

The musician, who has been Shopee’s Christmas ambassador since 2018, shares that the important thing is to imbue the true spirit of Christmas. “This pandemic may have completely changed our shopping habits, but one thing remains the same—every chance you get to show kindness, do so. Whatever you give doesn't have to be a big amount.”

Begin your holiday shopping at Shopee’s Sep 30 Payday Sale, and keep these other tips from Jose Mari Chan in mind:

  • Take advantage of the convenience and accessibility of online shopping

Like plenty of Filipinos, Jose Mari Chan prefers to shop online these days, from gifts to basic necessities and healthcare products. “Instead of taking public transport or driving to a store, you can purchase from Shopee while staying at home.” Aside from enjoying the safety and convenience, he adds that users get to help out other Filipinos. “You're doing not only yourself a favor. You also continue to support small businesses, manufacturers, and delivery services.”

  • Always check for free shipping and other promos to make shopping more worthwhile

Jose Mari Chan reminds users to keep an eye out for vouchers, especially during Shopee’s big sales. At the upcoming Sep 30 Payday Sale, for instance, users can enjoy free shipping with no minimum spend, 30 percent bills cashback, and 30 percent off vouchers. Stack vouchers for bigger discounts. Jose Mari Chan says, “What more can you ask for? I assure you, when you purchase on Shopee, you will always be able to get the best deal.”

  • Go cashless for safe and convenient transactions

Start opting for contactless payment methods for safe and convenient payments. Use ShopeePay, Shopee’s all-in-one e-wallet, to Buy Load, Pay Bills & Scan to Pay. At Shopee’s Sep 30 Payday Sale, enjoy ShopeePay-exclusive promos such as up to 50 percent off on mobile load; 30 percent bills cashback from Meralco, Maynilad, PLDT, and over 60 other billers; and ShopeePay ₱1 Deals from Puregold, Potato Corner, Seaoil, and more.

For account security, Jose Mari Chan adds, “Change your ShopeePay PIN regularly and do not share it with anyone to prevent unauthorized purchases.”

  • It's better to plan ahead and organize your Christmas list early on

Jose Mari Chan shares that he and his wife are early birds when it comes to holiday shopping. He advises users to follow this principle and plan ahead. “List down some important people whom you want to cheer up, then browse online to see what items you can give. Do it early. If you leave it up to the last minute, you might make some impulse purchases or even overspend,” he says.

  • Put more heart into picking gifts to make it more meaningful

Feeling stumped about gift ideas? Here’s a piece of advice from Jose Mari Chan: try to come up with gifts that hold meaning for the recipient. “For the past years, my wife and I have been giving each other a common gift that we’d both agree on prior, such as items we need for the home. I would also ask special friends if they have a favorite charity, and I would donate in their name as a gift.”

The musician concludes that as he gets older, he derives more pleasure from giving than receiving. “When you receive, it's just a moment's pleasure. When you give, it lasts longer. When you give out of kindness, love, charity, and generosity, the impact will last for many years.”

Get gift ideas at Shopee’s Sep 30 Payday Sale: https://shopee.ph/m/payday-sale.

Enjoy the Christmas festivities with Jose Mari Chan and watch his latest Shopee video via Facebook at https://shp.ee/5kkbwhh or YouTube at https://shp.ee/vtk84wr.

Related Tags

josemarichan shopee sep30paydaysale
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.