ADVERTISEMENT

POCO 9.9 Sale alert

Published Sep 7, 2024 05:14 am
POCO99-MainKV.png

 

POCO’s 9.9 Sale is here, and it's packed with unbeatable discounts of up to ₱4,000 off. Whether you're eyeing the latest smartphones, tablets, wearables, or other gadgets, this sale is your golden ticket to top-notch tech without breaking the bank. Mark your calendars—this mega sale runs from September 6th to 10th on Shopee and kicks off on September 8th (8 PM) to 13th on Lazada. Don’t let these deals slip away!

The All-New POCO C61

Looking for a powerful and stylish phone on a budget? Check out the newly launched POCO C61. This stylish and powerful smartphone boasts a smooth 6.71-inch 90Hz display for immersive visuals, a sleek and modern design that fits comfortably in your hand, and a long-lasting 5000mAh battery to keep you going all day. Choose from the 3GB+64GB variant for just ₱3,199 (down from ₱3,999) or the 4GB+128GB option for ₱4,099 (down from ₱4,199) – amazing steals during the 9.9 Sale! Plus, get a 15% voucher when purchasing via Shopee.

Looking for More Amazing Deals?

We've got you covered! Check out these amazing deals on other POCO devices:

Product

Regular Price

9.9 Price

Discount

Savings

POCO Pad₱15,999₱14,5999%₱1,400
POCO X6 Pro (N11A) 8+256₱16,999₱15,24010%₱1,759
POCO X6 Pro 12+512₱19,999₱16,99915%₱3,000
POCO X6 5G 8+256₱14,999₱11,99020%₱3,009
POCO X6 5G 12+256₱15,999₱12,59021%₱3,409
POCO F6 Pro 12+256₱26,999₱24,9997%₱2,000
POCO F6 8+256₱21,999₱18,99914%₱3,000
POCO X6 5G 12+512₱17,999₱15,99011%₱2,009
POCO M6 Pro 8+256₱11,999₱8,79927%₱3,200
POCO M6 Pro 12+512₱13,999₱10,99921%₱3,000
POCO M6 6+128₱7,599₱6,79911%₱800
POCO F6 Pro 12+512₱28,999₱26,9997%₱2,000
POCO F6 Pro 16+1024₱32,999₱31,5994%₱1,400
POCO F6 12+512₱24,999₱20,99916%₱4,000
POCO C65 6+128GB₱5,499₱4,59916%₱900
POCO C65 8+256GB₱6,499₱5,29918%₱1,200

Accessories: Enhance Your POCO Experience

Complete your POCO setup with various accessories designed to complement your devices. From stylish cases to convenient charging solutions, these accessories are now on sale!

Product

Regular Price

9.9 Price

Discount

Savings

POCO Pad Cover₱1,199₱71940%₱480
POCO Pad Pencil₱2,999₱1,79940%₱1,200
POCO Pad Keyboard₱3,599₱2,15940%₱1,440

Don't Miss Out on the Savings!

The POCO 9.9 Sale is your chance to score big on the tech you've been eyeing. From flagship smartphones to versatile tablets and stylish wearables, there's something for every tech enthusiast. Take note of these sale dates:

 

  • Shopee: September 6th - 10th ( Friday through Tuesday!)
  • Lazada: September 8th - 13th (Starts Sunday night at 8 pm and runs all the way through Friday!)

 

Don't wait! Head over to the official POCO stores on Shopee and Lazada and start saving big today!

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.