Maytag Smart Pet Pro Front Load Washer - 5.8 cu. ft. (I.E.C.) (MFW7020
Get a clean you can see with the Maytag Pet Pro washer that's built to remove pet hair. Press the Pet Pro Option to unleash additional water and a deep rinse to lift and remove pet hair with help from the built-in Pet Pro Filter.* Extra Power boosts stain fighting on any wash cycle so you can walk away while stains wash away, while the 16-Hr Fresh Hold option keeps clean clothes fresh for up to 16 hours after the wash cycle ends. And with a 10-year limited parts warranty** on the direct drive motor and stainless steel wash basket, this washer is ready to tackle loads for years to come.*Results vary based on pet hair type and fabric typ**See product warranty for details
{
st_add_to_cart(event)
}, false);
// Special code to handle real-time price updates
stSTyleFinderWidget.addEventListener("st_dc_on_initial_load", (event) => {
// detect the sku's that need updates (initial load returns array of 4 items that need price updates)
var items = event.detail.alternateItems;
// make API calls to get the latest zone prices
const promise1 = update_pricing(items[0].id);
const promise2 = update_pricing(items[1].id);
const promise3 = update_pricing(items[2].id);
const promise4 = update_pricing(items[3].id);
Promise.all([promise1, promise2, promise3, promise4]).then(send_pricing);
}, false);
stSTyleFinderWidget.addEventListener("st_dc_replace_item", (event) => {
// remove the old item pricing
var previous_item = event.detail.replacedItemId;
remove_pricing(previous_item);
// add the new item pricing
var sku = event.detail.itemId;
prices_updating = 1;
const promise1 = update_pricing(sku);
promise1.then(send_pricing);
}, false);
}
function waitForSTWidget(callback) {
if (document.getElementsByTagName("shoptelligence-dc-widget").length>0) {
callback();
} else {
setTimeout(() => waitForSTWidget(callback), 50);
}
}
waitForSTWidget(setup_listeners);
'
>