ALL Items
Ending Soon Newly Added Highest Price Lowest Price
Auctions
Auctions Ending Soon Auctions Newly Added Auctions Highest Price Auctions Lowest Price
BUY NOW PRICE DROP ITEMS!
NEW
Price Drops Largest % Discount Price Drops Ending Soon Price Drops Newly Added Price Drops Highest Price Price Drops Lowest Price
In-Store Clearance (Nov 21to Dec2)
- Home
- Browse
- LIFERUN Shower Chair for Inside Shower Maximum Load 136kg/300lb $72.99 (240489515)
× 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 if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'https://www.sabbashop.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f240489515%2fHome-Other'; 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=sabbashop&template=ask_listing_question&listingID=240489515&returnUrl=%2FListing%2FDetails%2F240489515%2FLIFERUN-Shower-Chair-for-Inside-Shower-Maximum-Load-136kg300lb-7299-'; 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=240489515&Receiver=sabbashop' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; var feedbackHtmlList = '
'; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } 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 checkout button if the listing ends successfully and the winner is viewing $(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 == "") { var checkoutUrl = 'https://www.sabbashop.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f240489515%2fHome-Other'; 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.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //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=sabbashop&template=ask_listing_question&listingID=240489515&returnUrl=%2FListing%2FDetails%2F240489515%2FLIFERUN-Shower-Chair-for-Inside-Shower-Maximum-Load-136kg300lb-7299-'; 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=240489515&Receiver=sabbashop' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; var feedbackHtmlList = '
'; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(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://www.sabbashop.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f240489515%2fHome-Other'; 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=sabbashop&template=ask_listing_question&listingID=240489515&returnUrl=%2FListing%2FDetails%2F240489515%2FLIFERUN-Shower-Chair-for-Inside-Shower-Maximum-Load-136kg300lb-7299-'; 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=240489515&Receiver=sabbashop' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; var feedbackHtmlList = '
'; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } 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); }); } }); });
Ended
LIFERUN Shower Chair for Inside Shower Maximum Load 136kg/300lb $72.99
CONDITION: Excellent
- SoldWinning Bid: $16.49 CAD
- 11 Bid(s) View Bid History
- High Bidder: jeruham12
- Item # 240489515
- End Date
- Start Date
Shipping Options
Shipping to CANADA (2 - 7 BusinessDays ) | $23.95 CAD ($11.98 CAD as additional item) |
Local pick up (FREE) | $0.00 CAD ($0.00 CAD as additional item) |
Shipping to USA (2 - 7 BusinessDays ) | $24.95 CAD ($12.48 CAD as additional item) |
Payment Options
Seller Accepts PayPal
Payment Instructions
<p>Pay in-store by Cash, Debit or Credit Card, no prior checkout required. Pick ups (and all Shipping orders) can also pay via website checkout by PayPal or Credit Card</p> <span style="color: red;"><b>PICK UP/SHIPPING DEADLINE:</b> <p>Items not picked up/shipped within 25 days will be cancelled. This very generous allowance gives you extra time to pick up/ship multiple items together. Unpaid items may lead to account closure. All purchases from SabbaShop are subject to the Terms & Conditions set forth on this site.</p></span>
Description
【STURDY MATERIALS & FRAME】The shower chair is constructed from a heavy-duty anodized aluminum frame and high-density polyethylene with an extra-wide plastic seat that's lightweight, durable and comfortable. Glossy seat, drain hole on the seat allows water to flow smoothly during shower. Its maximum load capacity is 136kg/300lb, making it suitable for most people of all ages.
【6 ADJUSTABLE HEIGHTS】 This bath chair has an adjustable height of 39-52cm/15.4*20.5in from ground to seat, with 6 different heights to meet your needs. On the other hand, this adjustable design is ideal for people who are unable to stand while showering, especially the elderly, disabled and injured.
【SAFE BACKREST & ARMRESTS】Designed with a backrest and armrests so you can sit comfortably, it allows anyone with mobility issues or injuries to sit in the shower, providing a safe and comfortable bathing and showering experience. It's lightweight and can be easily lifted or moved. It's the perfect shower/bath aid for the elderly, disabled, pregnant women, sick people, etc.
Details
- CONDITION THIS ITEM IS IN EXCELLENT CONDITION AND IS LIGHTLY USED. FULLY FUNCTIONAL AND COMPLETE.
- INCLUDES shower chair assembly, hardware, manual
- MSRP $72.99
- UPC Does Not Apply
- Storage 011-03, 2081334
- ProductID 2081334