2019 Dodge Charger Police Pkg (Bad Camshaft) (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://bidera.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f3792908%2f2019-Dodge-Charger-Police-Pkg-Bad-Camshaft'; 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=admin&template=ask_listing_question&listingID=3792909&returnUrl=%2FEvent%2FLotDetails%2F3792908%2F2019-Dodge-Charger-Police-Pkg-Bad-Camshaft'; 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=3792909&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://bidera.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f3792908%2f2019-Dodge-Charger-Police-Pkg-Bad-Camshaft'; 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=admin&template=ask_listing_question&listingID=3792909&returnUrl=%2FEvent%2FLotDetails%2F3792908%2F2019-Dodge-Charger-Police-Pkg-Bad-Camshaft'; 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=3792909&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 = 10; var lastLotOrder = 22; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 3665043, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 10; var lastLotOrder = 22; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 3665043, 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://bidera.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f3792908%2f2019-Dodge-Charger-Police-Pkg-Bad-Camshaft'; 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=admin&template=ask_listing_question&listingID=3792909&returnUrl=%2FEvent%2FLotDetails%2F3792908%2F2019-Dodge-Charger-Police-Pkg-Bad-Camshaft'; 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=3792909&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

Terms and Conditions

Payment is due immediately.For Wire Transfer, or Zelleinstructions please call or email us. All payments must be received by 3:00 pm following the auction close.

Title Transfers are a Must,Regardless if you are a Licensed Auto Dealer or a Private Individual. No Exceptions to the Rules! Step by step instructions will be provided to the winning bidders only. Local bidders have (3)business days to remove their items won.Out of State bidders have up to (7) business days to remove their items won. If the items are not removed within the stated timeframe a ($50)per day fee will be applied for up to (5) days max. Anyday beyond the (5th day)the item will be declared abandoned and the bidder will be band from Bidera.com,loseownershiprights and anypaymentsmade.
No 3rd Party pick up allowed with credit card payments, only immediate funds.
Payments acceptedare Wire, Cashiers Check, Zelle,Visa & Mastercard. The Buyers Premium is 13% a -3% discount will be applied for immediate funds payment.

Any further questions call the office305-822-5000Bidera Management

13.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Active

2019 Dodge Charger Police Pkg (Bad Camshaft) 2019 Dodge Charger Police Pkg (Bad Camshaft) (1)

Miami Gardens 435

Lot # 100

2019 Dodge Charger Police Pkg (Bad Camshaft) (2)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (4)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (5)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (6)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (7)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (8)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (9)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (10)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (11)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (12)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (13)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (14)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (15)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (16)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (17)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (18)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (19)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (20)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (21)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (22)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (23)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (24)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (25)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (26)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (27)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (28)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (29)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (30)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (31)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (32)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (33)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (34)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (35)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (36)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (37)

  • 2019 Dodge Charger Police Pkg (Bad Camshaft) (38)

  • Current Price $4,025.00 ( ) No Reserve
  • 123 Bid(s) View Bid History

admin

Contact Seller

Payment Options Seller Accepts Credit Cards

Payment Instructions
Wire, Cashiers Check, Zelle, Master Card & Visa Credit Cards

Details

Unit

435

Year

2019

Make

Dodge

Model

Charger Police Pkg

VIN

2C3CDXAT8KH605759

Mileage

68,895

Engine

5.7L. / Misfires

Transmission

Auto / Engages

Title Status

Clean

Air Conditioning

Blows Cold

Tires

Look Good

Battery

Cgarged

Lot # 100

System ID # 3792908

End Date

Start Date

Description

Bad Cam Shaft, misfiring at idle. Revs up strong.

Straight body, was a Patrol Unit, Police lights and equipment removed. Paint is good has many scratches, search light cut off, good rims and tires, missing one hubcap, front seats are good, has rear plastic seat, plastic rear door panels, steering wheel is good, headliner is good, missing ceiling handles, A/C blows cold, am/fm media radio, cruise control and power options, Center console in place, drivers side door armrest worn out, minor dings, headlights are dull, look at pictures and video.

2019 Dodge Charger Police Pkg (Bad Camshaft) (2024)

References

Top Articles
Latest Posts
Article information

Author: Trent Wehner

Last Updated:

Views: 6357

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Trent Wehner

Birthday: 1993-03-14

Address: 872 Kevin Squares, New Codyville, AK 01785-0416

Phone: +18698800304764

Job: Senior Farming Developer

Hobby: Paintball, Calligraphy, Hunting, Flying disc, Lapidary, Rafting, Inline skating

Introduction: My name is Trent Wehner, I am a talented, brainy, zealous, light, funny, gleaming, attractive person who loves writing and wants to share my knowledge and understanding with you.