1955 Oldsmobile Rocket 88 (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://nmestateauctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f16943448%2f1955-Oldsmobile-Rocket-88'; 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=Mesilla.Valley.Estate.Sales&template=ask_listing_question&listingID=16943449&returnUrl=%2FEvent%2FLotDetails%2F16943448%2F1955-Oldsmobile-Rocket-88'; 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=16943449&Receiver=Mesilla.Valley.Estate.Sales' .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://nmestateauctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f16943448%2f1955-Oldsmobile-Rocket-88'; 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=Mesilla.Valley.Estate.Sales&template=ask_listing_question&listingID=16943449&returnUrl=%2FEvent%2FLotDetails%2F16943448%2F1955-Oldsmobile-Rocket-88'; 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=16943449&Receiver=Mesilla.Valley.Estate.Sales' .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 = 0; var lastLotOrder = 289; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 16941797, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 0; var lastLotOrder = 289; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 16941797, 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://nmestateauctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f16943448%2f1955-Oldsmobile-Rocket-88'; 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 = '

'; $(".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=Mesilla.Valley.Estate.Sales&template=ask_listing_question&listingID=16943449&returnUrl=%2FEvent%2FLotDetails%2F16943448%2F1955-Oldsmobile-Rocket-88'; 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=16943449&Receiver=Mesilla.Valley.Estate.Sales' .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

Mesilla Valley Estate Sales, LLC - New Mexico Estate Auctions: Online Auction Terms
By participating in our auctions, you agree to the following terms:

Bidder Registration:
Registration requires a valid credit card. This ensures a secure and efficient bidding process.

Pick-Up Policy:
Winning bidders must adhere to the designated pick-up times. Failure to collect items within this period, without prior arrangement, will result in your credit card being charged for the full invoice amount and any applicable fees and potential forfeiture of your item.

Bidding Agreement:
Placing a bid is a legally binding commitment to purchase. Payment is required in full for all winning bids before item collection.

Auction Closing Mechanism:
In the event of a bid within the final two minutes of an auction, the closing time will automatically extend by an additional two minutes. This process continues until no further bids are placed within this timeframe, ensuring fair opportunity for all bidders.

We appreciate your participation and adherence to these terms. Good luck with your bidding.

10.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Preview

1955 Oldsmobile Rocket 88 1955 Oldsmobile Rocket 88 (1)

Restored to Driving Condition

Lot # SUPER

1955 Oldsmobile Rocket 88 (2)

My Account Watchlist Proxy Bidding Help

Current Price $0.99 ( ) No Reserve

Starts In remaining

14Watching Add to Watch List

Payment Options Seller Accepts Credit Cards

Payment Instructions
Payment and pickup instructions will be available on your invoice (under "My Account") at the conclusion of this auction.

Description

1955 Oldsmobile Super 88

This 1955 Oldsmobile Super 88 offers the perfect canvas for a personalized restoration. With theheart of an Oldsmobile Rocket 455 Engine paired withFlowmaster exhaust, this classic stands poised for its next chapter. With a mix of original charm and modern touches, including a sleek, custom interior and updated mechanical components, this is the right vehicle forthose with with thepassion for driveable restoration projects. As you put your finishing touches on this classic automobile, you’ll not only own a piece of history but also shape its future legacy.

View High Quality Photos Here

Vehicle Overview:

  • Make: Oldsmobile
  • Model: Super 88
  • Year: 1955
  • VIN: 558C1631
  • Odometer Reading: 94,881 (inoperable)
  • Title Status: Clean Title - Will Transfer to Buyer

Vehicle Viewing Schedule

DateBegin TimeEnd TimeLocation
Monday 4/1510:00AM3:00PM4047 Pepper Post Ave, Las Cruces, NM 88011
Tuesday 4/169:00AM12:00PM4047 Pepper Post Ave, Las Cruces, NM 88011
Friday 4/199:00AM12:00PMCall or text 575.805.0570 (Sonoma Ranch Area)
By AppointmentCallCallCall or text 575.805.0570

Additional Times Available Upon Request: Call or text 575.805.0570

Engine & Performance:

  • Engine: Oldsmobile Rocket 455 Engine
  • Transmission: TH400 Turbo 400 three-speed automatic
  • Fuel System: Edelbrock 7050 Carburetor with automatic choke
  • Exhaust System: Flowmaster
  • Updates: More recent fuel tank, restored driveshaft, battery relocated to trunk

Interior Features:

  • Seating: Power Bucket Seats, Custom Faux Leather Tufted Channel Interior
  • Steering: Modern Tilt Steering Column
  • Climate Control: Vintage-Air Air Conditioning
  • Headliner: Custom '88' embossed

Exterior & Cosmetic Condition:

  • Paint: The paint is generally in fair to good condition, displaying minor scuffs and scratches. There is isolated bubbling primarily around the window trims as well as and age-related wear.
  • Chrome: Some oxidation and bubbling
  • Windows: Driver side window crank inoperable, rear passenger window crank detached but included
  • Other Issues: Missing emblems on front fenders, non-functional glove compartment lock

The exterior and cosmetic condition of this vehicle present a mix of strengths and areas for improvement. The paint exhibits fair to good condition overall, with minor imperfections such as scuffs, scratches, and isolated bubbling. While the chrome elements show signs of oxidation and bubbling, indicating some wear and tear, they remain largely intact. However, there are notable operational issues with the windows, as the driver side window crank is inoperable, and the rear passenger window crank is detached (though included). Additionally, the absence of emblems on the front fenders and the non-functional glove compartment lock highlight minor aesthetic and functional shortcomings.

Mechanical Condition:

  • General: Starts and idles well, shifts smoothly, handles well
  • Known Issues: Brake system leak, minor oil leaks, aged tires
  • Additional Notes: Headlights and windshield wipers need service

The power drum brakes are effective but there is a leak in the brake system that needs fixing. Despite this issue, the vehicle's mechanical base is strong; it starts reliably, maintains a steady idle, and there are no issues with battery drain—the battery holds a charge well.

Restoration Details:

  • The vehicle was acquired by our client's family in the late 1990s. The restoration was brought to this point in 2011.
  • The quality of the restoration isgood but not perfect. While significant improvements have been made, the vehicle will require additional tinkering and problem-solving to fully complete the restoration. This provides an excellent opportunity for a new owner to put their personal touch on the final details.

Details

Lot # SUPER

System ID # 16943448

End Date

Start Date

1955 Oldsmobile Rocket 88 (2024)
Top Articles
Latest Posts
Article information

Author: Catherine Tremblay

Last Updated:

Views: 5424

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Catherine Tremblay

Birthday: 1999-09-23

Address: Suite 461 73643 Sherril Loaf, Dickinsonland, AZ 47941-2379

Phone: +2678139151039

Job: International Administration Supervisor

Hobby: Dowsing, Snowboarding, Rowing, Beekeeping, Calligraphy, Shooting, Air sports

Introduction: My name is Catherine Tremblay, I am a precious, perfect, tasty, enthusiastic, inexpensive, vast, kind person who loves writing and wants to share my knowledge and understanding with you.