Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (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://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f509033517%2fCopper-Wrist-Compression-Sleeve-Elastic-Wrist-Support-Sleeve-Wrist-Brace-for-Te'; 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=admin&template=ask_listing_question&listingID=509033519&returnUrl=%2FEvent%2FLotDetails%2F509033517%2FCopper-Wrist-Compression-Sleeve-Elastic-Wrist-Support-Sleeve-Wrist-Brace-for-Te'; 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=509033519&Receiver=admin' .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://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f509033517%2fCopper-Wrist-Compression-Sleeve-Elastic-Wrist-Support-Sleeve-Wrist-Brace-for-Te'; 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=admin&template=ask_listing_question&listingID=509033519&returnUrl=%2FEvent%2FLotDetails%2F509033517%2FCopper-Wrist-Compression-Sleeve-Elastic-Wrist-Support-Sleeve-Wrist-Brace-for-Te'; 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=509033519&Receiver=admin' .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 = 269; var lastLotOrder = 999; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 508977870, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 269; var lastLotOrder = 999; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 508977870, 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://vistaauction.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f509033517%2fCopper-Wrist-Compression-Sleeve-Elastic-Wrist-Support-Sleeve-Wrist-Brace-for-Te'; 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=admin&template=ask_listing_question&listingID=509033519&returnUrl=%2FEvent%2FLotDetails%2F509033517%2FCopper-Wrist-Compression-Sleeve-Elastic-Wrist-Support-Sleeve-Wrist-Brace-for-Te'; 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=509033519&Receiver=admin' .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

WARRANTY & CONDITION
Most of these items are either new in the box or some are online returns. Some of the items may have been previously opened, used, or have been damaged. The photos used are stock photos and are representative of the merchandise. Each item is listed per their individual UPC label. Please pay close attention to the item's description, as our staff flags item(s) that are incomplete and/or damaged. These items will contain additional details about their condition. ALL SALES ARE FINAL. Items are sold as-is with no warranty. No refunds will be made.

15.00% Buyer's Premium

$2.00 Per Lot Fee

This Auction Uses Proxy Bidding.

Ended

Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (1)

MSRP: $8.99 - New - size L

Item # 270

Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (2)

  • Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (3)

  • Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (4)

  • Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (5)

  • Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (6)

  • SoldWinning Bid: $3.00
  • 3 Bid(s) View Bid History

Payment Options Seller Accepts Credit Cards

Details

  • Item # 270
  • Listing ID 509033519
  • End Date
  • Start Date

Description

Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Tendonitis, Arthritis, Sprains Pain Relief, Breathable Carpal Tunnel Hand Brace for Sport, Fitness, Workout, Typing

New - size L

Product Link*

Retail Price: $ 8.99

https://www.amazon.com/dp/B0BX435HD1*

*For Reference Only. Please read the condition comment and look at the pictures of the actual product

olenah

VALPN-00361867

Copper Wrist Compression Sleeve, Elastic Wrist Support Sleeve Wrist Brace for Te (2024)

References

Top Articles
Martha Washington Candy Recipe - Mom On Timeout
11 Dairy Free Candy Recipes • Perfect for Halloween • Eat or Drink
2022 Basketball 247
Wsbtv Fish And Game Report
Obituaries in South Bend, IN | South Bend Tribune
Swgoh Darth Vader Mods
Sofia Pinkman
Tinyzonehd
Dtm Urban Dictionary
Evo Unblocked
Matka 786 Guessing
Jobs Hiring Start Tomorrow
Unlockme Cintas
John W Creasy Died December 16 2003
92801 Sales Tax
Post-Tribune Obits
Myth or Fact: Massage Parlors and How They Play a Role in Trafficking | OUR Rescue
Megnutt Health Benefits
Binny Arcot
Usccb 1 John 4
Stolen Touches Neva Altaj Read Online Free
Fortnite Chapter 5: All you need to know!
Huffington Post Horoscope Libra
Dumb Money, la recensione: Paul Dano e quel film biografico sul caso GameStop
Integral2 seems to substitute non-scalar values of variable into in...
Fortnite Fap Hero
Seconds Valuable Fun Welcoming Gang Back Andy Griffith's Birthday A Top Wish So A Happy Birthday FZSW A Fabulous Man Kevin Talks About Times From Ten Day Weekend Fun Labor Day Break
Jvid Rina Sauce
Cars & Trucks By Owner
Gabrielle Enright Weight Loss
Stuckey Furniture
Bolly2Tolly Sale
Ups Customer Center Locations
Krunker.io . Online Games . BrightestGames.com
Rocking Horse Ranch Itinerary
Best Jumpshot
Ebk Jaaybo Net Worth
Dumb Money Showtimes Near Cinemark Century Mountain View 16
Advanced Auto Body Hilton Head
Fandafia
Foolproof Module 6 Test Answers
Borderlands 2 Mechromancer Leveling Build
How Much Does Costco Gas Cost Today? Snapshot of Prices Across the U.S. | CostContessa
Texas State Academic Probation
Thoren Bradley Lpsg
Desi Cinemas.com
How Big is a 4×6 Photo?(Inch, cm, mm, Ft, Pixels) - PhotographyAxis
Dean of Students | Alcohol & Drug Policies
Bonbast قیمت ارز
Espn Ppr Fantasy Football Rankings
XY6020L 6-70V CNC einstellbares stabilisiertes Spannungsnetzteil Konstantspannung Konstantstrom 20A/1200W Buck-Modul Bewertungen
Temperature At 12 Pm Today
Latest Posts
Article information

Author: Rueben Jacobs

Last Updated:

Views: 6309

Rating: 4.7 / 5 (77 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rueben Jacobs

Birthday: 1999-03-14

Address: 951 Caterina Walk, Schambergerside, CA 67667-0896

Phone: +6881806848632

Job: Internal Education Planner

Hobby: Candle making, Cabaret, Poi, Gambling, Rock climbing, Wood carving, Computer programming

Introduction: My name is Rueben Jacobs, I am a cooperative, beautiful, kind, comfortable, glamorous, open, magnificent person who loves writing and wants to share my knowledge and understanding with you.