ADVERTISEMENT

realme gears up for 2.2

Published Feb 6, 2023 03:23 pm

realme unveils the month of love with a second double double sale campaign of the year. Get ready for irresistible discounts and offers during the Shopee 2.2 happening on February 2 to February 4, and Lazada 2.2 this coming February 2 to 6.

Those who are looking forward to upgrading their smartphone or other devices this year are in for a treat because up to 58% OFF and 15% OFF vouchers are up for grabs during the Shopee 2.2 Sale. The realme Squad can expect awesome markdowns on the crowd-favorite C-Series! The realme C21 (3GB+32GB) can be availed at P1,300 OFF, while the realme C30s (4GB+64GB) can be purchased at P250 OFF, and the realme C33 (4GB+64GB) is at P900 OFF.

On the other hand, the latest Number Series smartphone has been restocked and the realme Squad can get it with great discounts. The realme 10 (8GB+128GB) can be purchased at P1,120 OFF and the realme 10 (8GB+256GB) is offered at P1,140 OFF. 

The savings do not end there as selected realme audio, wearables, and AIoT products can also be snagged at a discounted price!

Shopee 2.2 Sale (February 2-4, Thursday-Saturday)
ModelSRPDiscountSale Price
realme C21 (3GB+32GB)5,9991,3004,699
realme C25Y (4GB+128GB)8,4901,7216,769
realme C30s (2GB+32GB)4,9992004,799
realme C30s (4GB+64GB)5,9992505,749
realme C35 (4GB+64GB)8,4991,0507,449
realme C33 (4GB+64GB)7,4999006,599
realme 9i (6GB+128GB)11,9901,10110,889
realme 9 Pro (6GB+128GB)13,9991,08012,919
realme 10 (8GB+128GB)12,9991,12011,879
realme 10 (8GB+256GB)14,9991,14013,859
realme Pad X 5G24,9993,20021,799
realme Watch 33,4999102,589
realme Band 22,4901601,039
realme Buds T1001,299310989
realme Cobble Bluetooth Speaker1,5905011,089
realme Power Bank 3i1,099170929

Get your wallets ready because amazing discounts and offers will similarly be available in realme’s Lazada 2.2 Sale! Up to 70% OFF with Free Shipping and other vouchers are available for the realme Squad to enjoy. Starting off with the entry-level C-Series, the realme C33 (4GB+64GB) can be purchased at P1,200 OFF and the realme C30s (2GB+32GB) can be scored at P300 OFF. Meanwhile, the realme C35 (4GB+64GB) will be offered at P1,100 OFF and the realme C35 (4GB+128GB) will be sold at P1,300 OFF. 

Aside from the smartphones, the realme Squad can enjoy big discounts on selected realme wearables, audio, AIoT, and tablets during the sale campaign.

Lazada 2.2 Sale (February 2-6, Thursday-Monday)
ModelSRPDiscountSale Price
realme C33 (4GB+64GB)7,4991,2006,299
realme C30s (2GB+32GB)4,9993004,699
realme C30 (4GB+64GB)6,4998005,199
realme C35 (4GB+64GB)8,4991,1006,899
realme C35 (4GB+128GB)9,4991,3007,699
realme Pad Mini (3GB+32GB LTE)9,9902,6007,390
realme Book Prime i547,9908,00035,990
realme Band 22,490320879
realme Buds T1001,299420879
realme Buds Air 33,9901,7912,199
realme Power Bank 2 (10000mAh)1,190200699

To learn more about realme Philippines and get updated on the latest deals this coming 2.2 Sale, check out the realme Official Stores on Shopee and Lazada. For more information, follow the official realme Facebook page, or visit the official realme website.

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.