ADVERTISEMENT

New homes for #SportsForEveryJuan!

Published Sep 30, 2021 05:44 pm

Ever since the French sports retail brand, Decathlon, set up shop here in the Philippines in 2016 with the hashtag SportsForEveryJuan, it’s been a haven for serious sports enthusiasts. Their Decathlon Alabang, Pasig, and Masinag locations would take on the form of ‘pilgrimages’ for those seeking quality sports equipment and apparel that one just doesn’t find in the regular sports shops in the Malls. Well, all that is about to change, as Decathlon has entered into an agreement with SM Supermalls, and their city concept stores will unveil very soon at SM North EDSA and SM MOA. And that’s the best of news for those who know how Decathlon is the true one-stop shop for Sports of all kinds - as it’ll mean more convenience and accessibility to Decathlon!

For those living under a rock, Decathlon S. A. is a French sports retailer brand whose global footprint translates to over 1,647 stores, scattered over 57 countries. The company handles its own Research & Development, Production, Logistics, & Distribution - all in-house. They partner with global suppliers and market their own brand directly to consumers via their big stores, and online delivery service. They take great pride in saying that Decathlon means affordable sportswear, shoes, and gear for over 70 sports, all of which carry the Decathlon 2-year warranty, and they’re ready to refund any purchase within a 365-day window if brought back in its original condition.

Steven Tan, President of SM Supermalls, and Hans Iff, CEO & Country Leader of Decathlon (Philippines)

Steven Tan, President of SM Supermalls, and Hans Iff, CEO & Country Leader of Decathlon (Philippines), led the signing ceremony which officially ushers in a new era of how Decathlon will engage with the Filipino consumer. Their big box concept stores will continue in their three locations; but these city concept retail areas will mean while size and interaction still matter, the Decathlon brand will now reach a much wider audience. By the way, if you want to be a purist about it, the French pronunciation is one puts the emphasis on the first syllable, forget the ‘h’, and say the last syllable like you’re saying the word ‘long’—but without the ‘g’, and the ‘n’ fading.  And there, you’re ready to enter the store saying the brand correctly. 

Speaking to Hans Iff, he was ready to accept that the pandemic had definitely changed the face of retail, and that their online capabilities became important in the current business model. But he was excited to talk about the city concept stores that will soon rise at the SM Supermalls locations, as the Decathlon experience is still about trying out the product, feeling your way around them, checking the fit, and even simulating particular movements and routines while wearing and road-testing your prospective purchase. Online can never replace that, and it’ll only be a matter of time before the health and safety protocols relax, and he enthused about how the SM Supermalls promise a safe Mall-ing experience.

Steven Tan, President of SM Supermalls, and Hans Iff, CEO & Country Leader of Decathlon (Philippines)

He relayed how Decathlon has ready and extensive apparel and equipment for biking, for running, for yoga, for outdoor hiking & trekking; and he’s seen how with the pandemic, these sport activities are at an all-time high with the Filipino customer. Those sports are trending globally, so it’s good to know that Decathlon have a ready array of options within those particular sports. In fact, in biking alone, he promised that new customers will be surprised by the selections and range, whether it be the bikes themselves, or the equipment, apparel, and accessories. And I remembered the Tour de France, and how big a sport biking is, back in France. 

One unique aspect of the Decathlon DNA is how it’s vertically integrated, designing and developing its own products under more than 20 sports-specific brands. Particular sports groups and sub-groups will even have their own brands. It’s truly a journey of discovery when one enters the Decathlon world. Yoga, for example, is covered by the brand Kimjaly, while Running is subsumed under the Kalenji brand. Inesis covers their Golf apparel and equipment. 

It’ll just be a short wait now, and the Decathlon stores at the SM Supermalls will be opening their doors, making the Decathlon experience far easier to access and enjoy. 

Related Tags

Decathlon #SportsForEveryJuan SM Supermalls
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.