Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (2024)

  • Home
  • Browse
  • Sports Equipment
  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D)(71052936)

× 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.policeauctionscanada.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f71052936%2fDebranded-8Speed-Lightweight-Frame-Bike-For-PartsRepair-286094D'; 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=PoliceAuctionsCanada&template=ask_listing_question&listingID=71052936&returnUrl=%2FListing%2FDetails%2F71052936%2FDebranded-8Speed-Lightweight-Frame-Bike-For-PartsRepair-286094D'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=71052936&Receiver=PoliceAuctionsCanada'; 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 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.policeauctionscanada.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f71052936%2fDebranded-8Speed-Lightweight-Frame-Bike-For-PartsRepair-286094D'; 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=PoliceAuctionsCanada&template=ask_listing_question&listingID=71052936&returnUrl=%2FListing%2FDetails%2F71052936%2FDebranded-8Speed-Lightweight-Frame-Bike-For-PartsRepair-286094D'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=71052936&Receiver=PoliceAuctionsCanada'; var feedbackHtml = '

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

'; $(".detail__context-menu").append(feedbackHtml).show(); 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.policeauctionscanada.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f71052936%2fDebranded-8Speed-Lightweight-Frame-Bike-For-PartsRepair-286094D'; 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=PoliceAuctionsCanada&template=ask_listing_question&listingID=71052936&returnUrl=%2FListing%2FDetails%2F71052936%2FDebranded-8Speed-Lightweight-Frame-Bike-For-PartsRepair-286094D'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=71052936&Receiver=PoliceAuctionsCanada'; 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); }); } }); });

Ended

Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (1)

Police Auctions Canada

Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (2)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (3)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (4)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (5)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (6)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (7)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (8)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (9)

  • Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (10)

  • SoldWinning Bid: $66.17
  • 33 Bid(s) View Bid History
  • High Bidder: BidStar

Item # 71052936

End Date

Start Date

Auto Bid Extend: Each bid placed during the last minute will automatically extend the auction time for an additional 1 minute.

Description

Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair)SKU#286094D

Shipping is not available for this item. PICK UP TORONTO ONLY.

This bike is more for those that like to build their own rides and if thats you you found the right bike.....

PLEASE NOTE, this bike has not been serviced or assessed and may require repair to be properly functional. Bike is being sold in AS IS condition. Any obvious non functioning components will be noted below.

NOTE: We make all attempts to list all issues with the bikes but it is a visual inspection only.

Frame Size: 21"
Frame Material: not specified, appears to be a lightweight plastic-like material with no visible welds at connecting points. Front of frame shows a Specialized logo which may or may not be original to the bike
Tire Size: 700x26c, matching. NOTE, both tires are deflated which may or may not be due to leaks
Rim Material: appears to be aluminum
Stand Over Height : 30"
Speed : 8-speed (single tier front cog, 8-tier rear cog)
Gear Shifter: NOTE, rear system is missing shifter and cable which will need to be replaced for system to be functional
Front Derailleur: none, single tier cog
Rear Derailleur: MicroShift 26, not tested due to incomplete system
Brake Levers: NOTE, no brake systems installed
Crank Set: aluminum crank arms; metal pedals
Seat: missing seat
Colour: repainted yellow
Grip: none. NOTE, front fork appears to be loose in frame
Extras : bottle cage
(NOTE: All above sizes and specs are approximate)

See pictures for details.

Condition:Bike is in used condition and shows dirt, wear and scuffs from use. Again note that tires are deflated which may or may not be due to leaks, there are no brake systems installed, rear gear shift system consists of derailleur only. Mechanical systems have not been fully tested. AGAIN NOTE that this bike has not been serviced or assessed and may require repair to be properly functional. As this bike is in used condition, we recommend a thorough assessment and repairs to any systems requiring repair before bike is safely rideable. We make every effort to describe any defects, but note these are used bikes and are sold AS IS and may require service or repair. Please refer to above pictures for more details.

Again be sure to note this is more of a project bike for those that work on and build their own rides.mike
Item is sold in 'as is' condition.

Shipping

Toronto Pick Up: $0.00

Payment Options

Accepts PayPal if Shipped and Payment on Pickup

Payment Instructions
Items are required to be paid within 7 days

Debranded 8-Speed Lightweight Frame Bike (For Parts/Repair) (286094D) (2024)
Top Articles
Latest Posts
Article information

Author: Rueben Jacobs

Last Updated:

Views: 5287

Rating: 4.7 / 5 (57 voted)

Reviews: 88% 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.