ADVERTISEMENT

Smart Yale Home Pop-up Booth opens in Wilcon Depot Balintawak

Published Jun 15, 2026 08:37 am
Yale Home Philippines continues its Smart Yale Home Pop-up Booth Roadshow with its second stop at Wilcon Depot Balintawak, running from June 15 to 30, 2026. Bringing to life the experience “Unlock Real Life Security. Upgrade to a Smart Yale Home,” the immersive “Y”-shaped booth remains on display, giving visitors an up-close look at Yale’s latest innovations, including the flagship Yale Luna Elite+, Yale Uno, Yale YDL325 Series, and the Yale Solis Safe Series, with a first-hand preview of the Yale Zuri also part of the experience.
As one of the country’s key destinations for homeowners, builders, designers, and renovators, Wilcon Depot Balintawak serves as the venue for this stop, celebrating progress toward future-ready living. With over 100 branches nationwide, Wilcon continues to champion “Building Big Ideas” by bringing together home improvement and smart security to meet the growing demand for homes that are not only well-designed and functional but also safe, convenient, and ready for modern lifestyles.
To celebrate the roadshow's arrival at Wilcon Depot Balintawak, Yale is offering exclusive promotions* available only from June 15 to 30, 2026:
The Complete Smart Elite Bundle
The Yale Luna Elite+, Yale Home’s flagship smart lock, will be available at 35% off, bringing its price down to ₱55,243 from ₱84,990. Customers will also receive a free Yale Smart Video Doorbell and Chime, limited to the first 20 purchases each, along with free installation within Metro Manila.
Premium Safety, Extraordinary Savings
The Yale Uno smart lock offers everyday safety at a more accessible price, now available at 25% off, now at ₱12,743 from ₱16,990, with free installation within Metro Manila.
The Perfect Shape of Smart Security
Designed for modern indoor spaces, the Yale YDL325 Series combines style and safety in one seamless solution, available at 20% off, now at ₱7,992 from ₱9,990, also with free installation within Metro Manila.
Smart Defense for Your Peace of Mind
Customers looking for a secure storage can also enjoy special prices on the Yale Solis Safe Series, all offered at 20% off:
Yale Solis 230L – ₱11,192 (from ₱13,990)
Yale Solis 250 – ₱11,592 (from ₱14,490)
Yale Solis 400 – ₱13,192 (from ₱16,490)
Yale Solis 560 – ₱15,992 (from ₱19,990)
Sophisticated Silver, Exceptional Value
Making its way into the spotlight, the Yale Zuri introduces a fresh take on smart home protection with a sleek design and intuitive functionality. It is available at 30% off, now priced at ₱19,500 from ₱27,990, and is available in all Limson Marketing stores nationwide.
In addition to these special offers, customers can also enjoy exclusive rewards available only at Wilcon Depot Balintawak:
An Elite Gift for Our Very First Customer
Be the very first customer in line to purchase a Yale Luna Elite+ and make your way to owning a Yale Uno smart lock as our compliment, available on June 16–17, 2026.
A Grand Reward for Our Ultimate Customer
Make the highest single-receipt purchase of Yale Smart Locks and take home a Yale Luna Pro+ as an exclusive reward, running from June 16–30, 2026.
With the growing demand for connected living and smarter home solutions, the Smart Yale Home Pop-up Booth offers consumers a chance to explore the future of home security firsthand. Whether building a new home, upgrading existing security systems, or starting a smart home journey, visitors can discover practical solutions that combine trusted everyday protection with modern convenience.
Trusted Every Day: Unlock Real Life Security. Upgrade to a Smart Yale Home
This June, take the next step toward smarter living with Yale’s latest innovations. Designed to fit effortlessly into everyday routines, Yale’s smart security solutions combine convenience, reliability, and effortless confidence. Visit Wilcon Depot Balintawak and discover a brand that has been Trusted Every Day for over 180 years.

Related Tags

Smart home Smart lock Yale Smart Lock Yale smart lock discount Wilcon Depot
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; } }

{{ static_articles_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.