Dryer at D&K Appliances Inc. in Newtown Square, PA (2024)

  • Appliances
  • Dryer

'); $('.breadcrumb').after('

'); $('.selected-filtes').appendTo('.filter-data-selected'); //1st time on page load if ($('#ajax-content-wrapper').length == 0) { $('.product-layoutrow').wrap('

'); $('.bottom-pagination').appendTo('#ajax-content-wrapper'); } if (is_search_page == '1' && is_ajax_filter == '1') { ajaxLoadContent('https://www.dkappliances.com/index.php?route=ripm/category/ajax_load&category_id=2_4&limit=15&allfilter=1', true); } else { trigerAlldefaultBindedevents(); } $(window).scroll(function() {if (!($('footer').isInViewport())) {$("#button-filter3, #button-filter4").fadeIn(300);} else {$("#button-filter3, #button-filter4").fadeOut(300);}}); if(isMultiSelectFilter == '1') { $('#column-left').removeClass('doNotFilter'); $('#mobile-filter-tags').removeClass('doNotFilter'); } toggleStockSort(); }); // Function to check if current element is in viewport or not $.fn.isInViewport = function() { var elementTop = $(this).offset().top; var elementBottom = elementTop + $(this).outerHeight(); var viewportTop = $(window).scrollTop(); var viewportBottom = viewportTop + $(window).height(); return elementBottom > viewportTop && elementTop < viewportBottom; }; function cloneFilterMobile() { var slideroption = { range: true, min: parseInt($(".price_min_limit").val()), max: parseInt($(".price_max_limit").val()), step: parseInt($(".price_steps").val()), values: [parseInt($(".price_min").val()), parseInt($(".price_max").val())], slide: function(event, ui) { $(".amount").val("$" + ui.values[0] + " - $" + ui.values[1]); $(".price_min").val(ui.values[0]); $(".price_max").val(ui.values[1]); }, stop: function(event, ui) { if(isMultiSelectFilter == '1' && is_search_page == '0') { $('#column-left').addClass('doNotFilter'); $('#mobile-filter-tags').addClass('doNotFilter'); } else { $('#button-filter').trigger('click'); } } }; $(".slider-range").slider(slideroption); var desktop_filter = $('#column-left .panel.filter'); $('#mobile-filter-tags').html(desktop_filter.clone(true)); let mobile_filter_html = '

'; if(isMultiSelectFilter == '1' && is_search_page == '0') { mobile_filter_html += '

'; } $('#mobile-filter-tags').append(mobile_filter_html); $('#button-reset').on('click', function() { $('.panel.filter').find('input[type=checkbox]:checked').removeAttr('checked'); $('#button-filter').trigger('click'); }); $('#button-filter2').on('click', function() { $('#button-filter').trigger('click'); }); $('#button-filter4').unbind('click').on('click', function() { $('#column-left').removeClass('doNotFilter'); $('#mobile-filter-tags').removeClass('doNotFilter'); filterData('mobile-filter-tags'); }); $('.product-layoutrow .product-details .caption-grid .caption').matchHeight(); $('.ripm-featured .product-layoutrow .product-thumb .image').matchHeight(); $('.ripm-featured .product-layoutrow .product-thumb .caption').matchHeight(); $('.recently-viewed .product-layoutrow .caption').matchHeight(); $('.featured.featured-tabs .product-details .caption-grid .caption').matchHeight(); } var filterData = function(containerId) { var filter = []; var customfilter = {}; var customfilterstring = []; var filterGroup = []; var price = []; var price_min = parseInt($('#' + containerId + " .price_min").val()); var price_max = parseInt($('#' + containerId + " .price_max").val()); var price_min_limit = parseInt($('#' + containerId + " .price_min_limit").val()); var price_max_limit = parseInt($('#' + containerId + " .price_max_limit").val()); if (price_min > 0 || price_max > 0) { if (price_min != price_min_limit || price_max != price_max_limit) { price.push($('#' + containerId + " .price_min").val()); price.push($('#' + containerId + " .price_max").val()); } } $('#' + containerId + ' input[name^=\'filter\']:checked').each(function(element) { var group = $(this).attr('data-gname'); if (this.value) { if (customfilter[group] == undefined) { customfilter[group] = { value: this.value }; } else { customfilter[group] = { value: customfilter[group].value + ',' + this.value }; } } // filter.push(this.value); }); $('#' + containerId + ' select[name^=\'filter\']').each(function(element) { var group = $(this).attr('data-gname'); if (this.value) { if (customfilter[group] == undefined) { customfilter[group] = { value: this.value }; } else { customfilter[group] = { value: customfilter[group].value + ',' + this.value }; } } // filter.push(this.value); }); $('#' + containerId + ' input[name^=\'filterGroupId\']').each(function(element) { var filter_first_key = 'filterGroupStart' + this.value; var filter_first_value = $('#' + containerId + ' input[name^=\'' + filter_first_key + '\']').val(); var filter_secnd_key = 'filterGroupEnd' + this.value; var filter_secnd_value = $('#' + containerId + ' input[name^=\'' + filter_secnd_key + '\']').val(); if (filter_first_value != '' || filter_secnd_value != '') { filterGroup.push(this.value + '_' + filter_first_value + '-' + filter_secnd_value); } }); for (var item in customfilter) { customfilterstring.push(item + "=" + customfilter[item].value); } var currentURL = 'https://www.dkappliances.com/Appliances/Dryer'; var ajax_content_url = 'https://www.dkappliances.com/index.php?route=ripm/category/ajax_load&category_id=2_4'; var ajax_filter_url = 'https://www.dkappliances.com/index.php?route=ripm/module/filter/get_filter&category_id=2_4&froute=ripm/category'; if (isResetButtonPress === false) { if (customfilterstring.length > 0) { ajax_content_url += '&' + customfilterstring.join('&'); ajax_filter_url += '&' + customfilterstring.join('&'); currentURL += '&' + customfilterstring.join('&'); } } else { isResetButtonPress = false; } if (filterGroup.length > 0) { ajax_content_url += '&attributes_range=' + filterGroup.join(','); ajax_filter_url += '&attributes_range=' + filterGroup.join(','); currentURL += '&attributes_range=' + filterGroup.join(','); } if (price.length > 0) { ajax_content_url += '&filter[price]=' + price.join(','); ajax_filter_url += '&filter[price]=' + price.join(','); currentURL += '&filter[price]=' + price.join(','); } if (is_ajax_filter == '1' || is_search_page == '1') { toggleStockSort(); var filter_sort_order = $('select#input-sort option:selected').attr('data-value-sort'); var filter_limit = $('select#input-limit option:selected').attr('data-value-limit'); if (typeof filter_sort_order != 'undefined' && filter_sort_order != '') { var filter_sort_orderarray = filter_sort_order.split('-'); ajax_content_url += "&sort=" + filter_sort_orderarray[0] + "&order=" + filter_sort_orderarray[1]; // currentURL += "&sort=" + filter_sort_orderarray[0] + "&order=" + filter_sort_orderarray[1]; } if (typeof filter_limit != 'undefined' && filter_limit != '' && filter_limit != '0') { ajax_content_url += "&limit=" + filter_limit; // currentURL += "&limit=" + filter_limit; } if(!($('#' + containerId).hasClass('doNotFilter')) || is_search_page == 1) { ajaxLoadContent(ajax_content_url); //load content updateUrlPath(currentURL); } if (is_search_page == 1 && !isHideDisabledFilters) { loadfilter(ajax_filter_url, 'brands'); //load brands loadfilter(ajax_filter_url, 'category'); //load Category loadfilter(ajax_filter_url, 'color'); //load Color loadfilter(ajax_filter_url, 'attributes'); //load attributes } else { loadfilter(ajax_filter_url, 'full_filter'); //get fullfilter } } else { if(!($('#' + containerId).hasClass('doNotFilter'))) { location = currentURL; } } }; var loadfilter = function(ajax_filter_url, filter_exclude) { $.ajax({ url: ajax_filter_url + "&ftype=" + filter_exclude, async: true, beforeSend: function() {}, success: function(response) { processData(response.filter, filter_exclude); if (filter_exclude == 'category') { $('#filterSubCategory').remove(); $('div[data-target="#filterSubCategory"]').remove(); $('#filterCategory').after(response.filter.subcategory); } else if (filter_exclude == 'full_filter') { if (response.is_full_filter == true) { $('.ripm-product-fitler-wrapper').html(response.filter); trigerAlldefaultBindedevents(); } } $('.show-more-link a').unbind('click').on('click', function() { var txt_show_more = 'Show More'; var txt_show_less = 'Hide More'; var is_open = $(this).hasClass('less'); $('.filter-group-child-items.active').slideUp().removeClass('active'); $('.show-more-link a.less').removeClass('less').text(txt_show_more); var targer_contrainer_id = $(this).parents('.show-more-link').attr('data-target'); if (is_open) { $(targer_contrainer_id).removeClass('active').slideUp(); } else { $(this).addClass('less').text(txt_show_less); $(targer_contrainer_id).addClass('active').slideDown(); } return false; }); $('input[type=\'checkbox\']').unbind('click').on('click', function() { if ($(this).parents('#mobile-filter-tags').length) { filterData('mobile-filter-tags'); } else { filterData('column-left'); } }); }, error: function() { alert('Something wrong with server.'); } }); }; var processData = function(result, filter_include) { var filterKeyName; for (filterKeyName in result) { var filter_facet_ids = result[filterKeyName]; var fieldName = filterKeyName; if (fieldName == filter_include) { $('input[name="filter[filter[' + fieldName + ']][]"]').each(function() { var term_id = $(this).val(); if (typeof term_id != 'undefined') { var filterOptionObj = filter_facet_ids[term_id]; var curObj = $('label[for="filter[' + fieldName + ']' + term_id + '"]'); curObj.addClass('disabled'); $(this).attr('disabled', "disabled"); if (typeof filterOptionObj != 'undefined') { $(this).removeAttr('disabled'); curObj.removeClass('disabled'); curObj.text(filterOptionObj.name); } } }); } } }; var ajaxLoadContent = function(ajax_content_url, hide_loader) { var ajax_content_url = ajax_content_url.replace('https://www.dkappliances.com/', 'https://www.dkappliances.com/'); $.ajax({ url: ajax_content_url, async: true, beforeSend: function() { if (typeof hide_loader != 'undefined' && hide_loader == true) { $('.search-ajax').hide(); $('.searchoverlay').hide(); } else { $('.searchoverlay').show(); $('.search-ajax').show(); } }, success: function(response) { toggleStockSort(); $('#ajax-content-wrapper').html(response.content); if (response.is_full_filter == true) { if (response.total_items == 0) { $('#content').css('width', '100%'); } $('.ripm-product-fitler-wrapper').html(response.filter); } else if (response.filter) { $('.filter-attribute-class').remove(); $('#filterPrice').after(response.filter); } $('.filter-data-selected').empty(); $('.selected-filtes').appendTo('.filter-data-selected'); }, error: function() { $('.searchoverlay').hide(); $('.search-ajax').show(); alert('Something wrong with server.'); }, complete: function() { $('.searchoverlay').hide(); $('.search-ajax').show(); let topOffsetHeight = $('.breadcrumb').css('margin-top'); let topOffset = topOffsetHeight != '0px' ? $('header').height() : 10; $("html, body").animate({ scrollTop: $('.filter-data-selected').offset().top - topOffset }, "slow"); //LOAD CALLFORPRICE JS $('#ajaxModalCFP').remove(); $.getScript("https://d12rh965z7jvqw.cloudfront.net/javascripts/common/callforprice/callforprice_modal.min.js", function(data, textStatus, jqxhr) {}); trigerAlldefaultBindedevents(); $('.product-layoutrow .product-details .caption-grid .caption').matchHeight(); $('.ripm-featured .product-layoutrow .product-thumb .image').matchHeight(); $('.ripm-featured .product-layoutrow .product-thumb .caption').matchHeight(); $('.recently-viewed .product-layoutrow .caption').matchHeight(); $('.featured.featured-tabs .product-details .caption-grid .caption').matchHeight(); } }); }; var updateUrlPath = function(content_url) { history.pushState(null, null, content_url); }; var toggleStockSort = function() { if(hasPOSStatus) { if($('input[data-gname="filter[pos_stock]"]:checked').length > 0) { $('select#input-sort option[data-value-sort="p.quantity-ASC"]').show(); $('select#input-sort option[data-value-sort="p.quantity-DESC"]').show(); } else { $('select#input-sort option[data-value-sort="p.quantity-ASC"]').hide(); $('select#input-sort option[data-value-sort="p.quantity-DESC"]').hide(); let selected_option = $('select#input-sort option:selected').attr('data-value-sort'); let default_sort = $('select#input-sort option[data-value-sort="p.sort_order-ASC"]').attr('value'); if(selected_option == 'p.quantity-DESC' || selected_option == 'p.quantity-ASC') { $('select#input-sort').val(default_sort); // $('select#input-sort option').removeAttr('selected'); // $('select#input-sort option[data-value-sort="p.sort_order-ASC"]').attr('selected', 'selected'); } } } }; var trigerAlldefaultBindedevents = function() { cloneFilterMobile(); $('#clearFilter').removeAttr('id').addClass('clearFilter'); $('input[type=\'checkbox\']').unbind('click').on('click', function() { if(isMultiSelectFilter == '1') { $('#column-left').addClass('doNotFilter'); $('#mobile-filter-tags').addClass('doNotFilter'); } if ($(this).parents('#mobile-filter-tags').length) { filterData('mobile-filter-tags'); } else { filterData('column-left'); } }); if (is_ajax_filter == '1' || is_search_page == '1') { $('select#input-sort,select#input-limit').unbind('change').on('change', function(e) { if ($(this).parents('#mobile-filter-tags').length) { filterData('mobile-filter-tags'); } else { filterData('column-left'); } e.preventDefault(); }); } $('.selectbox select').unbind('change').on('change', function() { if(isMultiSelectFilter == '1') { $('#column-left').addClass('doNotFilter'); $('#mobile-filter-tags').addClass('doNotFilter'); } if ($(this).parents('#mobile-filter-tags').length) { filterData('mobile-filter-tags'); } else { filterData('column-left'); } }); $('#button-filter').unbind('click').on('click', function() { if(isMultiSelectFilter == '1') { $('#column-left').removeClass('doNotFilter'); $('#mobile-filter-tags').removeClass('doNotFilter'); } filterData('column-left'); }); $('#button-filter2').unbind('click').on('click', function() { if(isMultiSelectFilter == '1') { $('#column-left').removeClass('doNotFilter'); $('#mobile-filter-tags').removeClass('doNotFilter'); } filterData('mobile-filter-tags'); }); // Floating filter button for multiselect filter(Desktop) $('#button-filter3').unbind('click').on('click', function() { $('#column-left').removeClass('doNotFilter'); $('#mobile-filter-tags').removeClass('doNotFilter'); filterData('column-left'); }); // Floating filter button for multiselect filter(Mobile) $('#button-filter4').unbind('click').on('click', function() { $('#column-left').removeClass('doNotFilter'); $('#mobile-filter-tags').removeClass('doNotFilter'); filterData('mobile-filter-tags'); }); $('.show-more-link a').unbind('click').on('click', function() { var txt_show_more = 'Show More'; var txt_show_less = 'Hide More'; var is_open = $(this).hasClass('less'); $('.filter-group-child-items.active').slideUp().removeClass('active'); $('.show-more-link a.less').removeClass('less').text(txt_show_more); var targer_contrainer_id = $(this).parents('.show-more-link').attr('data-target'); if (is_open) { $(targer_contrainer_id).removeClass('active').slideUp(); } else { $(this).addClass('less').text(txt_show_less); $(targer_contrainer_id).addClass('active').slideDown(); } return false; }); var check_product_ids = []; $('[onclick^="cart.add"], [onclick^="addToCart"]').each(function(i, e) { var params = $(this).attr('onclick').match(/\d+/); check_product_ids.push(params[0]); }); if (typeof checkPrice != 'undefined') { checkPrice(check_product_ids); } $(".buttonCompareCat").unbind('click').on('click touchstart', function() { $(this).css("border", "2px solid green"); compare.add($(this).attr("prod-id")); }); //handle attributes here if (localStorage.getItem("display") == "grid") { $("#grid-view").trigger("click"); $("#grid-view").addClass("active"); } else { $("#list-view").trigger("click"); $("#list-view").addClass("active"); } /*load pagination*/ if (is_ajax_filter == '1' || is_search_page == '1') { $('.bottom-pagination .pagination a').unbind('click').on('click', function(e) { var ajax_page_url = $(this).attr('href'); e.preventDefault(); ajaxLoadContent(ajax_page_url); //load content return false; }); $('select#input-sort').removeAttr('onchange'); $('select#input-limit').removeAttr('onchange'); $(".clearFilter").unbind('click').on('click', function() { // $('select#input-sort').val(); // $('select#input-limit').val(); $(".price_min").val($('.price_min_limit').val()); $(".price_max").val($('.price_max_limit').val()); $(".amount").val("$" + $('.price_min_limit').val() + " - $" + $('.price_max_limit').val()); $('input[type=\'checkbox\']').prop('checked', false); $('select.selectbox').prop('selected', false); $('input.range-filter').val(''); isResetButtonPress = true; if ($(this).parents('#mobile-filter-tags').length) { filterData('mobile-filter-tags'); } else { filterData('column-left'); } }); } else { $(".clearFilter").unbind('click').on('click', function() { location = 'https://www.dkappliances.com/Appliances/Dryer'; }); } };

Product Compare (0)

Dryer at D&K Appliances Inc. in Newtown Square, PA (2)

7.4 cu. ft. Front Load Electric Dryer with Intuitive Touch Controls

  • Everyday Price : $1,049.00

Call Us for Best Price

Let the front load electric dryer guide you to the right cycle combinations for whatever you're dryi..

Dryer at D&K Appliances Inc. in Newtown Square, PA (3)

7.4 cu. ft. Front Load Electric Dryer with Intuitive Touch Controls

Let the front load electric dryer guide you to the right cycle combinations for whatever you're dryi..

  • Everyday Price : $1,049.00

Call Us for Best Price

2 Additional Option

Dryer at D&K Appliances Inc. in Newtown Square, PA (5)

Front Load Electric Dryer with Extra Power and Quick Dry Cycle - 7.3 cu. ft.

  • Sale Price : $954.00

When heavy jeans get mixed in the dryer with thin shirts, push the Extra Power button to help get th..

Dryer at D&K Appliances Inc. in Newtown Square, PA (6)

Front Load Electric Dryer with Extra Power and Quick Dry Cycle - 7.3 cu. ft.

When heavy jeans get mixed in the dryer with thin shirts, push the Extra Power button to help get th..

  • Sale Price : $954.00

1 Additional Option

Dryer at D&K Appliances Inc. in Newtown Square, PA (8)

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Gas Dryer with Sanitize Cycle

  • Everyday Price : $1,149.00
  • Sale Price : $875.14
  • Total Savings : $273.86

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Gas Dryer with Sanitize Cycle..

Dryer at D&K Appliances Inc. in Newtown Square, PA (9)

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Gas Dryer with Sanitize Cycle

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Gas Dryer with Sanitize Cycle..

  • Everyday Price : $1,149.00
  • Sale Price : $875.14
  • Total Savings : $273.86

1 Additional Option

Dryer at D&K Appliances Inc. in Newtown Square, PA (11)

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Electric Dryer with Sanitize Cycle

  • Everyday Price : $1,049.00
  • Sale Price : $773.67
  • Total Savings : $275.33

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Electric Dryer with Sanitize Cycle..

Dryer at D&K Appliances Inc. in Newtown Square, PA (12)

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Electric Dryer with Sanitize Cycle

GE® ENERGY STAR® 7.8 cu. ft. Capacity Smart Front Load Electric Dryer with Sanitize Cycle..

  • Everyday Price : $1,049.00
  • Sale Price : $773.67
  • Total Savings : $275.33

2 Additional Option

Dryer at D&K Appliances Inc. in Newtown Square, PA (14)

Front Load Gas Dryer with Extra Power and Quick Dry Cycle - 7.3 cu. ft.

  • Sale Price : $1,066.00

When heavy jeans get mixed in the dryer with thin shirts, push the Extra Power button to help get th..

Dryer at D&K Appliances Inc. in Newtown Square, PA (15)

Front Load Gas Dryer with Extra Power and Quick Dry Cycle - 7.3 cu. ft.

When heavy jeans get mixed in the dryer with thin shirts, push the Extra Power button to help get th..

  • Sale Price : $1,066.00

Dryer at D&K Appliances Inc. in Newtown Square, PA (17)

6.7 Cu. Ft. Free Standing Gas Dryer

  • Everyday Price : $1,099.00
  • Sale Price : $949.00
  • Total Savings : $150.00

The Frigidaire 6.7 Cu. Ft. Large Capacity Free Standing Gas Dryer allows you to fit more in every lo..

Dryer at D&K Appliances Inc. in Newtown Square, PA (18)

6.7 Cu. Ft. Free Standing Gas Dryer

The Frigidaire 6.7 Cu. Ft. Large Capacity Free Standing Gas Dryer allows you to fit more in every lo..

  • Everyday Price : $1,099.00
  • Sale Price : $949.00
  • Total Savings : $150.00

Dryer at D&K Appliances Inc. in Newtown Square, PA (20)

6.7 Cu. Ft. Free Standing Electric Dryer

  • Everyday Price : $999.00
  • Sale Price : $849.00
  • Total Savings : $150.00

The Frigidaire 6.7 Cu. Ft. Large Capacity Free Standing Electric Dryer allows you to fit more in eve..

Dryer at D&K Appliances Inc. in Newtown Square, PA (21)

6.7 Cu. Ft. Free Standing Electric Dryer

The Frigidaire 6.7 Cu. Ft. Large Capacity Free Standing Electric Dryer allows you to fit more in eve..

  • Everyday Price : $999.00
  • Sale Price : $849.00
  • Total Savings : $150.00

Rebate

Dryer at D&K Appliances Inc. in Newtown Square, PA (23)

7.5 cu. ft. Smart Dial Gas Dryer with FlexDry™ and Super Speed Dry in Brushed Black

  • Everyday Price : $2,099.00

Call Us for Best Price

Our new Smart Dial Dryer with FlexDry™ lets you dry delicates and everyday clothing at the same time..

Dryer at D&K Appliances Inc. in Newtown Square, PA (24)

7.5 cu. ft. Smart Dial Gas Dryer with FlexDry™ and Super Speed Dry in Brushed Black

Our new Smart Dial Dryer with FlexDry™ lets you dry delicates and everyday clothing at the same time..

  • Everyday Price : $2,099.00

Call Us for Best Price

Dryer at D&K Appliances Inc. in Newtown Square, PA (26)

7.4 cu. ft. Front Load Hybrid Heat Pump Dryer

  • Sale Price : $2,049.00

Match your family's routines and your space with a front load hybrid heat pump dryer that can be ins..

Dryer at D&K Appliances Inc. in Newtown Square, PA (27)

7.4 cu. ft. Front Load Hybrid Heat Pump Dryer

Match your family's routines and your space with a front load hybrid heat pump dryer that can be ins..

  • Sale Price : $2,049.00

Rebate

Dryer at D&K Appliances Inc. in Newtown Square, PA (29)

7.5 cu. ft. Smart Dial Electric Dryer with FlexDry™ and Super Speed Dry in Brushed Black

  • Everyday Price : $1,999.00

Call Us for Best Price

Our new Smart Dial Dryer with FlexDry™ lets you dry delicates and everyday clothing at the same time..

Dryer at D&K Appliances Inc. in Newtown Square, PA (30)

7.5 cu. ft. Smart Dial Electric Dryer with FlexDry™ and Super Speed Dry in Brushed Black

Our new Smart Dial Dryer with FlexDry™ lets you dry delicates and everyday clothing at the same time..

  • Everyday Price : $1,999.00

Call Us for Best Price

Rebate

Dryer at D&K Appliances Inc. in Newtown Square, PA (32)

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter Direct Drive Motor System

  • Everyday Price : $1,869.00

Call Us for Best Price

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter..

Dryer at D&K Appliances Inc. in Newtown Square, PA (33)

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter Direct Drive Motor System

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter..

  • Everyday Price : $1,869.00

Call Us for Best Price

Rebate

Dryer at D&K Appliances Inc. in Newtown Square, PA (35)

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter Direct Drive Motor System

  • Everyday Price : $1,869.00

Call Us for Best Price

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter..

Dryer at D&K Appliances Inc. in Newtown Square, PA (36)

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter Direct Drive Motor System

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter..

  • Everyday Price : $1,869.00

Call Us for Best Price

Rebate

Dryer at D&K Appliances Inc. in Newtown Square, PA (38)

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter Direct Drive Motor System

  • Everyday Price : $1,869.00

Call Us for Best Price

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter..

Dryer at D&K Appliances Inc. in Newtown Square, PA (39)

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter Direct Drive Motor System

7.8 cu. ft. Mega Capacity Smart Front Load Dryer with Dual Inverter HeatPump Technology and Inverter..

  • Everyday Price : $1,869.00

Call Us for Best Price

Dryer at D&K Appliances Inc. in Newtown Square, PA (41)

  • Sale Price : $1,799.00

T1 Heat-pump tumble dryer with Miele@home and SteamFinish for smart laundry care...

Dryer at D&K Appliances Inc. in Newtown Square, PA (42)

T1 Heat-pump tumble dryer with Miele@home and SteamFinish for smart laundry care...

  • Sale Price : $1,799.00

1 Additional Option

Dryer at D&K Appliances Inc. in Newtown Square, PA (44)

7.4 cu. ft. Smart Front Load Electric Dryer

  • Sale Price : $1,699.00

Stay in control and connected from anywhere with a smart front load dryer and the Whirlpool® app.* I..

Dryer at D&K Appliances Inc. in Newtown Square, PA (45)

7.4 cu. ft. Smart Front Load Electric Dryer

Stay in control and connected from anywhere with a smart front load dryer and the Whirlpool® app.* I..

  • Sale Price : $1,699.00
  • 1
  • 2
  • 3
  • 4
  • 5
  • >
  • >|

Showing 1 to 15 of 438 (30 Pages)

'); }else if (value.type == 'date' || value.type == 'datetime' || value.type == 'time' || value.type == 'text' || value.type == 'textarea') { $('div #quote_details').append('- '+ value.name +': '+value.value+'
'); } else{ $('div #quote_details').append('- '+ value.name +': '+value.value+'
'); } }); } } $('div #overlay').css('display','none'); $('div #overlay').toggleClass('active'); } });$('.fancybox-skin #afq_submit').click(function(e) {var phoneFieldOptional = 'no';e.preventDefault();e.stopPropagation();if($('.fancybox-skin #afq_name').val() == '') {$('.fancybox-skin #afq_name').css({border: '#F59393 1px solid',background: '#FFF0F0'});if ($('#error-name').length < 1){ $('.fancybox-skin #afq_name').after('

Empty name field!

');}} else if(!isValidEmailAddress($('.fancybox-skin #afq_email').val()) || $('.fancybox-skin #afq_email').val() == ''){ $('.fancybox-skin #afq_name').css({border: '1px solid #ccc',background: '#fff'});$('#error-name').css("display","none");$('.fancybox-skin #afq_email').css({border: '#F59393 1px solid',background: '#FFF0F0'});if ($('#error-email').length < 1){ $('.fancybox-skin #afq_email').after('

Invalid e-mail address

');}} else if(($('.fancybox-skin #afq_phone').val().length > 0) && ($('.fancybox-skin #afq_phone').val().length != 10)) { $('.fancybox-skin #afq_email').css({border: '1px solid #ccc',background: '#fff'});$('#error-email').css("display","none");$('.fancybox-skin #afq_phone').css({border: '#F59393 1px solid',background: '#FFF0F0'});if ($('#error-phone').length < 1){ $('.fancybox-skin #afq_phone').after('

10 digits phone number is required

');}}else if(phoneFieldOptional === "no" && ($('.fancybox-skin #afq_phone').val().length == 0)){ $('.fancybox-skin #afq_email').css({border: '1px solid #ccc',background: '#fff'});$('#error-email').css("display","none");$('.fancybox-skin #afq_phone').css({border: '#F59393 1px solid',background: '#FFF0F0'});if ($('#error-phone').length < 1){ $('.fancybox-skin #afq_phone').after('

10 digits phone number is required

');} } else if(($('.fancybox-skin #afq_zipcode').val() == '') || ($('.fancybox-skin #afq_zipcode').val().length != 5)) {$('.fancybox-skin #afq_phone').css({border: '1px solid #ccc',background: '#fff'});$('#error-phone').css("display","none");$('.fancybox-skin #afq_zipcode').css({border: '#F59393 1px solid',background: '#FFF0F0'});if ($('#error-zipcode').length < 1){ $('.fancybox-skin #afq_zipcode').after('

Invalid Zipcode!

');}} else {$('.fancybox-skin #afq_zipcode').css({border: '1px solid #ccc',background: '#fff'});$('#error-zipcode').css("display","none");var afq_name = $('.fancybox-skin #afq_name').val();var afq_email = $('.fancybox-skin #afq_email').val();var afq_repeat_mail = $('.fancybox-skin #afq_repeat_email').val();var afq_phone = $('.fancybox-skin #afq_phone').val();var afq_quote_quantity = $('.fancybox-skin #quote_quantity').html();var afq_product_id = product_id;var afq_comments = $('.fancybox-skin #afq_comments').val();var afq_zipcode = $('.fancybox-skin #afq_zipcode').val();var options = new Object();var parts = new Object(); var custom_comment ='';$.each($('.fancybox-skin .selected_parts'), function(index, el) { parts[el.getAttribute('data-optionId')] = el.getAttribute('data-optionValueId'); custom_comment +=$(this).text()+"\n";}); if(custom_comment !=''){ if(afq_comments !=''){ var afq_comments = custom_comment +"Message : "+afq_comments; }else{ var afq_comments = custom_comment; } } $.each($('.fancybox-skin .selected_options'), function(index, el) {options[el.getAttribute('data-optionId')] = el.getAttribute('data-optionValueId');});$.ajax({url: 'index.php?route=extension/module/askforquote/addQuote',type: 'post',data: {name: afq_name, email: afq_email, repeat_mail: afq_repeat_mail, phone:afq_phone, product_id: afq_product_id,group_id:group_id, comments: afq_comments, options:options, quantity:afq_quote_quantity, zipcode:afq_zipcode},dataType: 'json',beforeSend: function() {$(".fancybox-skin #afq_submit").hide(); $(".afq_loader").show(); },success: function(json) {$(".afq_loader").hide();$(".fancybox-skin #afq_submit").show();if(json=='success') {var url = "/index.php?route=extension/module/askforquote/success"; $(location).attr('href',url);} else if (json=='error') {$('.fancybox-skin #afq_zipcode').css({border: '#F59393 1px solid',background: '#FFF0F0'});$('.fancybox-skin #afq_zipcode').after('

We are sorry, but we do not deliver to your area. Please contact our store, and we can facilitate a pick up.

');} else {$('.fancybox-skin #afq_zipcode').css({border: '1px solid #ccc',background: '#fff'});$('#error-zipcode').css("display","none");}}});}});}});}var showAFQPopup = function (width,height,product_id,group_id) {$.ajax({url: 'index.php?route=extension/module/askforquote/checkRequiredOptions',type: 'post',data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),dataType: 'json',success: function(json) {if (!json['error']){openPopup(width, height, product_id,group_id);} else {if (json['error']) {$('.alert, .text-danger').remove();$('.form-group').removeClass('has-error');if (json['error']['option']) {for (i in json['error']['option']) {var element = $('#input-option' + i.replace('_', '-'));if (element.parent().hasClass('input-group')) {element.parent().after('

' + json['error']['option'][i] + '

');} else {element.after('

' + json['error']['option'][i] + '

');}}}if (json['error']['recurring']) {$('select[name=\'recurring_id\']').after('

' + json['error']['recurring'] + '

');}// Highlight any found errors$('.text-danger').parent().addClass('has-error');}}}});};

Dryer at D&K Appliances Inc. in Newtown Square, PA (2024)

FAQs

How long should a home dryer last? ›

Clothes dryers typically last for about 10 to 13 years. If your dryer has been around for nearly a decade, you will likely be searching for a replacement soon. Ancient dryers should get the boot, as older machines can actually cost you more money. Newer, certified models use less energy, helping you save on costs.

How to get a good deal on a dryer? ›

Finding Washer and Dryer with Discount
  1. Look out for holiday and seasonal sale events.
  2. Watch out for new models being released; last year's models often get discounted.
  3. Consider floor models or refurbished units.
  4. Consider bundling a washer and dryer for additional savings.
May 16, 2024

Is it worth repairing a dryer? ›

If the cost of the repair is going to amount to 50% or more of the cost of a new dryer, then a replacement may be the best long-term option. However, if a replacement isn't going to work with your current budget, a repair is the short-term answer.

How to tell if a dryer is going bad? ›

Your Clothes Aren't Dry

Or have you noticed that your dryer is taking longer than normal? If so, your dryer could be clogged up pretty badly beyond fixing. If you aren't able to clear out the debris or have to run the unit several times before achieving an ideal dry, it very well could be time to replace the dryer.

Are dryers easy to fix? ›

Most dryer problems require a technician, but a few can be fixed on your own. For instance, if you notice your dryer's performance is lagging and clothes are taking longer to dry, check to make sure there's no lint buildup.

How much should I spend on a clothes dryer? ›

Gas vs Electric Dryers: What You Need to Know
Product FeaturesElectric Dryer
Price Range$495–$4,080
Energy UseCosts more based on electric rates of area
CyclesElements need time to heat, resulting in longer drying times
InstallationQuick installation
1 more row
Nov 8, 2022

What type of dryer is cheaper to run? ›

The most energy-efficient tumble dryers – hence the cheapest to run – are heat pump tumble dryers. Condenser dryers come next, closely followed by vented dryers. Gas tumble dryers are comparable to heat pump dryers in terms of energy efficiency and cost.

How do I know when I need a new dryer? ›

It's Excessively Noisy

Your dryer probably isn't the quietest appliance in your household, but excessive noise is never a good sign. Squeaking, grinding, rattling, or thumping sounds can be a warning that your dryer is on its way out.

Should I replace a 12 year old dryer? ›

As with other appliances, the 50% Rule applies: if your appliance is over 50% of its expected lifespan of 10 to 13 years, and it costs more than 50% of its replacement cost to repair it, it may be time to think about replacement.

Why do home dryers take so long? ›

Some of the most common reasons include overloading the dryer, power sources issues, clothes being too wet, a dirty dryer lint screen, clogged dryer vents, or possible part malfunctions. Let's get started by looking at these issues and their solutions.

When should I be concerned about my dryer? ›

Overheating/Burning Smells

Noticing a burning smell when running the dryer, is an immediate cause for concern. Lint building up in the system can reach levels too high for your dryer to function properly. If that lint reaches the dryer heat supply, it can heat up, start burning, and quickly catch on fire.

Top Articles
Synergy Grand Rapids Public Schools
Craigslist Furniture By Owner Dallas
Funny Roblox Id Codes 2023
Www.mytotalrewards/Rtx
San Angelo, Texas: eine Oase für Kunstliebhaber
Golden Abyss - Chapter 5 - Lunar_Angel
Www.paystubportal.com/7-11 Login
Steamy Afternoon With Handsome Fernando
fltimes.com | Finger Lakes Times
Detroit Lions 50 50
18443168434
Newgate Honda
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
978-0137606801
Nwi Arrests Lake County
Missed Connections Dayton Ohio
Justified Official Series Trailer
London Ups Store
Committees Of Correspondence | Encyclopedia.com
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
How Much You Should Be Tipping For Beauty Services - American Beauty Institute
Apply for a credit card
VERHUURD: Barentszstraat 12 in 'S-Gravenhage 2518 XG: Woonhuis.
Unforeseen Drama: The Tower of Terror’s Mysterious Closure at Walt Disney World
Ups Print Store Near Me
How Taraswrld Leaks Exposed the Dark Side of TikTok Fame
University Of Michigan Paging System
Random Bibleizer
10 Best Places to Go and Things to Know for a Trip to the Hickory M...
Receptionist Position Near Me
Black Lion Backpack And Glider Voucher
Gopher Carts Pensacola Beach
Duke University Transcript Request
Nikki Catsouras: The Tragic Story Behind The Face And Body Images
Kiddie Jungle Parma
Lincoln Financial Field, section 110, row 4, home of Philadelphia Eagles, Temple Owls, page 1
The Latest: Trump addresses apparent assassination attempt on X
In Branch Chase Atm Near Me
Appleton Post Crescent Today's Obituaries
Craigslist Red Wing Mn
American Bully Xxl Black Panther
Ktbs Payroll Login
Jail View Sumter
Thotsbook Com
Funkin' on the Heights
Caesars Rewards Loyalty Program Review [Previously Total Rewards]
Marcel Boom X
Www Pig11 Net
Ty Glass Sentenced
Game Akin To Bingo Nyt
Ranking 134 college football teams after Week 1, from Georgia to Temple
Latest Posts
Article information

Author: Ouida Strosin DO

Last Updated:

Views: 6173

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Ouida Strosin DO

Birthday: 1995-04-27

Address: Suite 927 930 Kilback Radial, Candidaville, TN 87795

Phone: +8561498978366

Job: Legacy Manufacturing Specialist

Hobby: Singing, Mountain biking, Water sports, Water sports, Taxidermy, Polo, Pet

Introduction: My name is Ouida Strosin DO, I am a precious, combative, spotless, modern, spotless, beautiful, precious person who loves writing and wants to share my knowledge and understanding with you.