ADVERTISEMENT

The Nokia 7.2 major back-to-back promos and raffle prizes

Published Oct 14, 2019 12:00 am
Nokia 7.2_Emotional_CYANGREEN_ICE_BLK_LS_DS_PNG (1) HMD Global, the home of Nokia phones, offers two major treats and deals for Filipino fans nationwide – the Nokia 7.2 Buy One Take One two-day promo and the 48 Megapixels, 48 Mega Prizes raffle promo. The class-defining Nokia 7.2 is the first Nokia smartphone to combine a triple-sensor camera setup with PureDisplay technology. The new smartphone features a powerful 48MP triple camera with Quad Pixel technology and ZEISS Optics to deliver stunning images and always-on HDR with timeless Nordic design. It is available in an elegant black colour variant for only Php15, 990 at select retail stores nationwide starting October 19, 2019. Buy One Take One Nokia Promo For every purchase of the new Nokia 7.2, consumers can get another Nokia phone! The promo is open to all walk-in customers of participating Nokia mobile stores, kiosks and SiS nationwide from October 19 – 20, 2019. GMA
  • Nokia mobile Store – Glorietta 2
  • Nokia mobile Store – SM North EDSA
  • Nokia mobile Kiosk – Robinsons Manila
  • Nokia mobile Kiosk – SM Megamall
  • Nokia mobile Kiosk – SM Mall of Asia
Luzon
  • Nokia mobile kiosk – SM Batangas
  • Nokia mobile kiosk - SM Rosales
  • Nokia mobile kiosk – SM Sta. Rosa
  • Nokia mobile kiosk – SM Urdaneta
  • Nokia mobile SiS – Tiongsan Harrison Baguio
VisMin
  • Nokia mobile Store – Gaisano Mall of Davao
  • Nokia mobile Store - Gaisano Mall of Tagum
  • Nokia mobile Store – SM Iloilo
  • Nokia mobile Kiosk – SM Cebu
For every successful purchase transaction during the scheduled promotion hours, Nokia mobile fans can get the following: October 19
  • Free Nokia 7.2 from 10:00AM to 10:30AM
  • Free Nokia 1 from 10:31AM to 12:00NN
  • Free Nokia 105 from 12:01 to 9:00PM
October 20
  • Free Nokia 105 from 10:00AM to 9:00PM
48 Megapixels, 48 Mega Prizes! Starting October 18 until November 3, fans who avail of any Nokia smartphone at participating Nokia stores nationwide will get a corresponding raffle coupon that will give them a chance to win one of the following:
  • 5 winners of Nokia 7.2
  • 3 winners of Nokia 8.1
  • 10 winners of Nokia 2.1
  • 15 winners of Nokia 1
  • 15 winners of Nokia 8110 4G
For every purchase of the following Nokia smartphone, customer to get corresponding number of raffle coupon/s: 1 Raffle Coupon
  • Nokia 1
  • Nokia 2.1
  • Nokia 3.1
  • Nokia 3.1 Plus
  • Nokia 5
  • Nokia 6.1
2 Raffle Coupons
  • Nokia 2.2
  • Nokia 3.2
  • Nokia 5.1 Plus
  • Nokia 6.1 Plus
  • Nokia 7 Plus
  • Nokia 7.2
  • Nokia 8
  • Nokia 8.1
Customer needs to drop the fully accomplished coupon in the designated dropbox that can be found in participating Nokia mobile stores. Deadline of submission of raffle coupons is on November 3 at 10:00PM and draw date will be on November 15 at 1:00PM. Raffle winners will be announced through Nokia mobile Facebook page and will be notified via SMS, e-mail and registered mail. Terms and conditions apply. Exclusive Online Promotions For online buyers, a free Nokia 105 will be given for every purchase of the Nokia 7.2 from the following online stores:
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.