Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (2024)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://tkauctions.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f36150902%2fDewalt-stealthsonic-Stainlesssteel-WetDry-Vacuum-38-L-10-gal'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=TKAuctions&template=ask_listing_question&listingID=36150903&returnUrl=%2FEvent%2FLotDetails%2F36150902%2FDewalt-stealthsonic-Stainlesssteel-WetDry-Vacuum-38-L-10-gal'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=36150903&Receiver=TKAuctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://tkauctions.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f36150902%2fDewalt-stealthsonic-Stainlesssteel-WetDry-Vacuum-38-L-10-gal'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=TKAuctions&template=ask_listing_question&listingID=36150903&returnUrl=%2FEvent%2FLotDetails%2F36150902%2FDewalt-stealthsonic-Stainlesssteel-WetDry-Vacuum-38-L-10-gal'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=36150903&Receiver=TKAuctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 663; var lastLotOrder = 666; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 35895482, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 663; var lastLotOrder = 666; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 35895482, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://tkauctions.ca/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f36150902%2fDewalt-stealthsonic-Stainlesssteel-WetDry-Vacuum-38-L-10-gal'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=TKAuctions&template=ask_listing_question&listingID=36150903&returnUrl=%2FEvent%2FLotDetails%2F36150902%2FDewalt-stealthsonic-Stainlesssteel-WetDry-Vacuum-38-L-10-gal'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=36150903&Receiver=TKAuctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Back To Catalog


Shipping Information

All items are local pickup only

Payment and pickup must be made before Saturday June 15that 6pm

If payment and pickup is not made then your card on file will be charged the invoice amount as well may be charged a 20% (Min $5 per item) late payment/pickup fee. This is done at the sole discretionof TK liquidation

Your items will be held until June 22nd at6:00PM afterwards it will be restocked. You will not be refunded.

You may make payment at pickup using credit, debit and cash. We do not accept AMEX cards

All items must be picked up at 366 Grand River Ave, Brantford. Ontario

Pickup Times:

Friday June 14th 9AM-6PM

Saturday June 15th9AM-6PM

This Auction Uses Proxy Bidding.

Active

Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (1)

Condition: Used MSRP: 139

Lot # 86633

Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (2)

  • Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (3)

  • Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (4)

  • Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (5)

  • Current Price $5.00 ( ) No Reserve
  • 1 Bid(s) View Bid History
  • High Bidder: michael.coppe

TKAuctions

Contact Seller

Payment Options Seller Accepts PayPal
Seller Accepts Credit Cards

Details

MSRP

139

Lot # 86633

System ID # 36150902

End Date

Start Date

Description

Condition: Used
Inspection: Turns on has suction. Tank and filter need to be cleaned. Present attachments shown. No bag. In fair condition. No box.

Below is the manufacturers description. We do not guarantee this description to accurately describe the products being sold. Please bid accordingly

This 38 L (10 gal.), 5.0 HP stainless steel wet/dry vacuum has a powerful motor for maximum performance. It delivers strong suction power for heavy-duty pickup. The handle makes it easy to take this vacuum to the mess. A large on/off switch with water-resistant design, built-in 3 m (10 ft.) power cord, and accessory bag to keep attachments and tools organized make this vacuum ideal for the jobsite or your work van.

Features:
10 A motor
38 L (10 U.S. gal.) stainless-steel tank
163 cm (64 in.) water lift capability
Blowing port converts your vacuum into a leaf blower
3 m (10 ft.) long power cord
Removable accessory storage
4 swivel casters

Includes:
2 extension wands
Washable cartridge filter
Round brush
Utility nozzle
Crevice nozzle
Floor nozzle
Disposable filter bag
48 mm × 2.1 m (1.875 in. × 7 ft.) durable hose

Specifications:
Shipping dimensions (W × D × H): 44.5 cm × 44.5 cm × 64.5 cm (17.52 in. × 17.52 in. × 25.39 in.)
Shipping weight: 11.8 kg (26.02 lb.)

Model: DXV10SA

Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (6)

Dewalt stealthsonic Stainless-steel Wet/Dry Vacuum, 38 L (10 gal.) (2024)

References

Top Articles
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 5927

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.