ADVERTISEMENT

MR.DIY celebrates grand opening of 400th store in Baler, Aurora

Exciting activities, promotions, and giveaways for shoppers to enjoy

Published Aug 19, 2023 12:32 pm
400th store KV1-min.jpg

MR.DIY, one of the leading home improvement and lifestyle retailers, is gearing up for a monumental celebration as it opens its 400th store in the picturesque town of Baler, Aurora. This grand event will take place from August 18 to August 20, 2023, and promises an array of exciting activities, promotions, and giveaways for shoppers to enjoy. Simultaneously, MR.DIY will be commemorating the grand opening of several additional stores, reaffirming its commitment to serving communities across the Philippines.

MR.DIY Baler, Aurora store highlights

Baler Aurora 1-min.jpg

The Baler store grand opening festivities will be a vibrant display of MR.DIY's dedication to its customers. The event will kick off with a lively motorcade, setting the stage for the main attraction. A ribbon-cutting ceremony and blessing will officially mark the store's entrance into the Baler community graced by Aurora’s Local Government Officials together with MR.DIY’s CEO Roselle Marisol Andaya and MR.DIY’s Business Development Head Ferdinand Gasis. Customers will have the opportunity to take home MR.DIY fans and keychains as exclusive giveaways, and the beloved MR.DIY mascot, panda, will make an appearance to delight both young and old.

Promotions in MR. DIY Baler, Aurora Store
Shoppers visiting the Baler store from August 18 to 20, 2023, are in for a treat with fantastic promotions.

MR DIY-min.jpg

Gift With Purchase: Customers who spend a minimum of P500 will receive a free Rainbow Umbrella or Trolley Bag. Per DTI Fair Trade Permit No. FTEB-172965, Series of 2023

Free Milk Tea: A delightful offer awaits those who spend at least P700, as they can savor free milk tea from August 18 to 19, 2023. Per DTI Fair Trade Permit No. R3-Au10, Series of 2023

Lucky Shopper Challenge: From August 19 to 20, 2023, shoppers with a minimum spend of P1,000 can partake in the Pachinko game for a chance to win exciting freebies. Per DTI Fair Trade Permit No. R3-Au11, Series of 2023

Celebrating nationwide expansion
MR.DIY's celebration goes beyond Baler, as the company is also inaugurating several new stores across the nation. These branches include

  • Porac Pampanga
  • Prince Baybay
  • Dapitan Zamboanga del Norte
  • Narra Palawan
  • Talisay Cebu
  • Cauayan Negros Occidental

Each opening underlines MR.DIY's commitment to providing convenient access to quality products for customers across various regions.

Promotions in 400th stores

mr diy_-min.jpg


In tandem with the grand opening celebration, the 400th+ MR.DIY stores will offer enticing promotions from August 18 to 20, 2023:

Gift With Purchase: For a minimum spend of P500, shoppers will receive a complimentary Rainbow Umbrella, Trolley Bag, or water bottle, depending on branch availability. Per DTI Fair Trade Permit No. FTEB-172965, Series of 2023

Lucky Shopper Challenge: Shoppers who spend at least P1,000 on August 19, 2023, will have a chance to win exciting freebies through the Pachinko game. Per DTI Fair Trade Permit No. R3-Au11, Series of 2023

MR.DIY's 400th store milestone signifies not only a remarkable achievement for the company but also an opportunity for shoppers to experience exceptional products, services, and promotions that reflect MR.DIY's dedication to customer satisfaction. With the grand opening in Baler, Aurora and the simultaneous celebration across multiple branches in the Philippines, MR.DIY is poised to make this an unforgettable event for all.

For more information about MR.DIY’s new stores and promotions, visit MR.DIY’s official website or follow /mrdiyPH on Facebook, and @mrdiy.philippines on Instagram and Tiktok

Related Tags

MB Lifestyle Online MB Lifestyle PH MR. DIY
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.