Description
Price: [price_with_discount]
(as of [price_update_date] – Details)
Mini is mightier than ever with the Dash Deluxe Mini Waffle Maker! Serve up your favorite 4” mini waffles from improved and extra durable TruGlide® Pro Nonstick cooking surfaces, which heat evenly for consistent, delicious results. When you’re done cooking, the dual-sided cleaning brush makes removing even burnt-on food and oil a breeze. The Deluxe Mini Waffle Maker has the conveniently small footprint of the original while featuring a cord wrap on the base for compact storage. Fun and easy to use, the Deluxe Mini Waffle Maker can be used to waffle other ingredients like hash browns, eggs and cookie dough. With the included recipe guide, you can cook the classics with confidence or branch out to try new creations in a dash!
HEAT FAST AND EVEN: 4″ cooking surface heats evenly in minutes for fast and perfect waffle results. One-step setup: just plug it in and you’re ready to cook
NONSTICK: TruGlide Pro Nonstick coating is durable and wipes clean easily with the dual-sided cleaning brush. Safely and conveniently clean food on cooking surfaces.
EASY STORAGE: Both compact and lightweight with a cord wrap built into the base to conveniently store the waffle maker.
INCLUDES: Dash Deluxe Mini Waffle Maker, Cleaning Brush, and Recipe Guide.
Special Feature | Manual |
---|---|
Color | Apple Red |
Brand | DASH |
Wattage | 350 watts |
Item Weight | 630 Grams |
Included Components | Product, Manual |
Style | Waffle Maker |
Voltage | 120 |
Product Dimensions | 5 x 5 x 4 inches |
Item Weight | 1.39 pounds |
Manufacturer | DASH |
ASIN | B09RTN54Z6 |
Country of Origin | China |
Item model number | DMW005GBAR06 |
Customer Reviews | 4.5 out of 5 stars |
Best Sellers Rank | #23,313 in Kitchen & Dining (See Top 100 in Kitchen & Dining) #57 in Waffle Irons |
Date First Available | February 4, 2022 |
Warranty & Support
Feedback
DASH Deluxe Mini Maker for Individual Waffles, Hash Browns, Keto Chaffles with Included Brush and Cord Wrap, and Easy to Clean Non-Stick Surfaces, 4 Inch, Apple Red
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});