Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable (2025)

× 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://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f114786772%2fDrive-Medical-12445KD1-Shower-Chair-with-Back-and-Padded-Arms-Adjustable'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=actiondiscountsales&template=ask_listing_question&listingID=114786773&returnUrl=%2FEvent%2FLotDetails%2F114786772%2FDrive-Medical-12445KD1-Shower-Chair-with-Back-and-Padded-Arms-Adjustable'; 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=114786773&Receiver=actiondiscountsales' .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://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f114786772%2fDrive-Medical-12445KD1-Shower-Chair-with-Back-and-Padded-Arms-Adjustable'; 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 (false && $("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=actiondiscountsales&template=ask_listing_question&listingID=114786773&returnUrl=%2FEvent%2FLotDetails%2F114786772%2FDrive-Medical-12445KD1-Shower-Chair-with-Back-and-Padded-Arms-Adjustable'; 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=114786773&Receiver=actiondiscountsales' .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 = 398; var lastLotOrder = 724; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 114670183, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 398; var lastLotOrder = 724; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 114670183, 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://bid.702auctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f114786772%2fDrive-Medical-12445KD1-Shower-Chair-with-Back-and-Padded-Arms-Adjustable'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=actiondiscountsales&template=ask_listing_question&listingID=114786773&returnUrl=%2FEvent%2FLotDetails%2F114786772%2FDrive-Medical-12445KD1-Shower-Chair-with-Back-and-Padded-Arms-Adjustable'; 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=114786773&Receiver=actiondiscountsales' .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

Auction Terms & Conditions

  • All auctions are no reserve and sold to the highest bidder.
  • A 15% buyers fee applies to all items.
  • We accept Cash andall major credit cards.
  • All payments must be made online prior to pickup. You will be emailed an invoice with a payment link,or your invoice can be found under the My Account section and can be paid for there. If you are paying cash, your order must be paid and picked up within 48 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 5pmthe followingday.
  • If there is no Credit/Debit card on file and there is no payment within 24 hours, the item will be relisted and you will not be allowed to bid again until you add a payment method to your account.
  • All bidders must pick uptheir itemsfrom3775 E SAHARA AVE LAS VEGAS, NV 89104within5 days.
  • Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions.
  • All items must be picked up within 10 days of the auction endingor your order will be canceled and may be subject to a restocking fee.

702 Auctions offers returns on items that are misdescribed within 10 days of the date you picked up your items.

For our complete terms and conditions,Click Here

Pickup only!!3775 E SAHARA AVELas Vegas, NV 89104Monday-Friday 9am-4:30pmwithin 10 days. Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions. We offer contactless pickup options and take all possible measures to ensure your safety.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Ended

Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable (1)

MSRP: $39.99 -

Lot # S317139

Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable (2)

  • Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable (3)

  • Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable (4)

  • Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable (5)

  • SoldWinning Bid: $2.00
  • 2 Bid(s) View Bid History

actiondiscountsales Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Pick Up from 3775 E. Sahara Ave Las Vegas Nevada 89104

Details

Lot Number

317139

MSRP

39.99

Item Condition

NEW

Amazon ID

B013AX88P2

Lot # S317139

System ID # 114786772

End Date

Start Date

Description

Description: Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable Height Shower Stool with Nonslip Feet, Tub Chair, Shower Chair for Elderly, Bath Seat with Back, 350 LB Weight Cap, White
MSRP: 39.99
Condition: NEW
Notes:
Other info: Description (from Manufacturer): SHOWER CHAIR WITH ARMS AND BACK RESTGet the extra comfort and support you need with this shower seat featuring backrest, padded arm supports/handgrips, rubberized feet, and a wide seat. Perfect for people with reduced mobility or balance issues.BATHE SAFELYThis comfortable bath bench is designed to keep you safe. Padded handles help you gain leverage while standing or sitting, while each of the chair’s legs is capped with non-skid rubber grips to reduce slippage. A comfortable backrest gives added support while the non-slip seat supports up to 350 pounds and features drainage holes to prevent water from pooling.ADJUSTS TO YOUR HEIGHT AND NEEDSCustomize the height of your bath chair to the inch with the push of a button. The backrest and each armrest are also fully removable, so you can leave one or both sides open to make transferring to and from the bath as smooth as possible. BUILT TO LASTMade of sturdy aluminum, this shower bench is lightweight, durable and corrosion-proof. Backed by a limited lifetime warranty, count on our shower chair to last through the years. EASY TO ASSEMBLE — NO TOOLS NEEDEDEverything you need to assemble this bathtub seat is in the box. It disassembles just as easily for pain-free travel and storage.WHAT’S INCLUDEDShower chairUser manualA BRAND YOU CAN TRUSTFor more than 20 years, Drive Medical has led the world with innovative healthcare solutions that enhance lives. We offer a full suite of healthcare solutions including innovative bath safety, mobility, and respiratory products. Made from recycled materials and backed by a limited lifetime warranty, you can feel good about your purchase.Features: Nullify,Imported,Bathe Securely: The shower chair with arms and back offers full seated support, making it a perfect shower chair for elderly adults and those with reduced mobility due to injury, surgery, or disability.,Reduce Risk of Falls: The shower seat's non-slip rubber feet grip the floor for secure transitions and in-seat drainage holes prevent water pooling to reduce slippage.,Adjusts to Fit Users: Slide the shower stool’s legs up and down in secure 1" increments to adjust seat height from 16" - 21" to fit a wide range of users from petite to tall. Remove the arms or backrest to customize the bath chair for your bathing and transfer needs.,Made to Last: Constructed from aluminum, this tub chair won't rust or corrode and at just 10 pounds, it easily moves from bathtub to storage.,Easy to Use: Bath bench assembles in just minutes. No tools necessary!Keywords: Drive,Medical,12445KD-1,Shower,Chair,with,Back,and,Padded,Arms,Adjustable,Height,Shower,Stool,with,Nonslip,Feet,Tub,Chair,Shower,Chair,for,Elderly,Bath,Seat,with,Back,350,LB,Weight,Cap,WhiteCategories: Health, Household & Baby Care, Mobility & Daily Living Aids, Bathroom Safety, Aids & Accessories, Bath & Shower Aids, Bath & Shower Safety Seating & Transfer Benches -- CATEGORIES: Health, Household & Baby Care , Mobility & Daily Living Aids , Bathroom Safety, Aids & Accessories , Bath & Shower Aids , Bath & Shower Safety Seating & Transfer Benches
Lot Number: 317139

Pickup Information: This item is available for LOCAL PICKUP ONLY. No shipping available.

Drive Medical 12445KD-1 Shower Chair with Back and Padded Arms, Adjustable (2025)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Prof. Nancy Dach

Last Updated:

Views: 5963

Rating: 4.7 / 5 (57 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Prof. Nancy Dach

Birthday: 1993-08-23

Address: 569 Waelchi Ports, South Blainebury, LA 11589

Phone: +9958996486049

Job: Sales Manager

Hobby: Web surfing, Scuba diving, Mountaineering, Writing, Sailing, Dance, Blacksmithing

Introduction: My name is Prof. Nancy Dach, I am a lively, joyous, courageous, lovely, tender, charming, open person who loves writing and wants to share my knowledge and understanding with you.