ADVERTISEMENT

Introducing BBQ Master, SM Markets' newest sensation for every celebration

A staple for gatherings of all sizes and occasions

Published Dec 4, 2023 02:54 am

At A Glance

  • A staple for gatherings of all sizes and occasions
BBQ.jpg
From the success of the beloved SM turon comes our latest sensation, say hello to BBQ Master. It's tender, tasty, and ready-to-cook, making it perfect for any get-together

SM Markets, your trusted name for quality and affordability, is thrilled to unveil its latest culinary masterpiece: BBQ Master. Building on the incredible success of the beloved SM turon, SM is proud to introduce a delicious, tender, and ready-to-cook marinated pork BBQ on a stick, set to become a staple for gatherings of all sizes and occasions.

BBQ 5.jpg
Be on the lookout for weekend sampling activities of BBQ Master at select SM Markets stores in Metro Manila

SM turon has been a household favorite, captivating the hearts and taste buds of its diverse customer base. With its unbeatable combination of mouthwatering taste, uncompromising quality, and affordability, it has been a constant companion for on-the-go employees, hungry commuters, families during their grocery runs, and office professionals looking to serve a delectable treat during meetings. First launched in 2013 and dubbed as the national merienda, SM turon sells an average of 60,000 pieces daily.

BBQ 2.jpg
Media guests enjoying the BBQ Master

Now, SM Markets takes the next step in delivering memorable salu-salo experiences with BBQ Master. This succulent marinated pork barbecue on a stick is a testament to its commitment to innovate and satisfy the cravings of its customers. Priced affordably, it's the perfect addition to any gathering, transforming ordinary moments into extraordinary ones.

Why BBQ Master?

BBQ 4.jpg
BBQ Master is available in select SM Markets stores nationwide

In the heart of Filipino traditions, a barbecue isn't just a meal; it's a cornerstone of gatherings, cherished for its ability to bring people together, where stories are shared and bonds are strengthened.

BBQ Master steps in to offer more than just delicious food. By making barbecue preparation effortless, it grants Filipinos precious extra moments to foster deeper bonds with their loved ones. With BBQ Master, there's less time stressing over cooking and more time creating lasting memories.

With BBQ Master, SM Markets prides on delivering an explosion of flavors with every bite. Crafted by our expert team, our secret marinade ensures an irresistible taste that will keep you coming back for more. Be it a casual family gathering or the festive holiday season, BBQ Master's unrivaled taste expertise guarantees it will be the star of every occasion, establishing itself as an indispensable favorite for all.

BBQ Master simplifies your prep work. No need to marinate, season, or skewer – our barbecue sticks are ready to grill, saving you time and effort. Whether you're a starter or a seasoned chef, cooking perfection is just moments away – only five minutes per side, fry or grill, your choice.

BBQ 1.jpg
BBQ Master, the newest star in every salu-salo, comes in fiesta packs of 30’s for just P585 and 50’s for P975. Share it with your loved ones this holiday season

In line with our commitment to making BBQ Master the ultimate choice for every gathering, BBQ Master can also be enjoyed in Fiesta Packs, tailor-made for sharing joy with your loved ones this holiday season. The 30-piece pack’s introductory price is just P585, while the 50-piece pack’s is P975 only.

BBQ Master is set to become your go-to choice for gatherings, whether it’s a regular meet-up with friends, a heartwarming family get-together, or a grand celebration such as birthdays, graduations, Christmas, and reunions. BBQ Master makes any event extra special with delicious food for everyone.

BBQ 3.jpg
SM Markets mascots Cassie and Casey with Customer Assistants presenting SM’s Christmas gifts for the guests

SM Markets invites you to try BBQ Master today and savor this “ang sarap kasalo Pinoy Classic.” BBQ Master is available in select SM Markets branches. Join SM Markets as it continues its journey of serving exceptional taste, quality, and affordability, one delicious bite at a time.

Related Tags

BBQ MBFoodies MB Lifestyle Online SM Supermarket
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.