Mid Century Modern American of Martinsville Two Tier End Table (2024)

13% Buyers Premium - 3% DISCOUNT applied to cash payments at time of pickup

× 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://www.blazingauctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f5423165%2fMid-Century-Modern-American-of-Martinsville-Two-Tier-End-Table'; 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=KimsKorner&template=ask_listing_question&listingID=5423166&returnUrl=%2FEvent%2FLotDetails%2F5423165%2FMid-Century-Modern-American-of-Martinsville-Two-Tier-End-Table'; 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=5423166&Receiver=KimsKorner' .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://www.blazingauctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f5423165%2fMid-Century-Modern-American-of-Martinsville-Two-Tier-End-Table'; 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=KimsKorner&template=ask_listing_question&listingID=5423166&returnUrl=%2FEvent%2FLotDetails%2F5423165%2FMid-Century-Modern-American-of-Martinsville-Two-Tier-End-Table'; 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=5423166&Receiver=KimsKorner' .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 = 120; var lastLotOrder = 239; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 5422738, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 120; var lastLotOrder = 239; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 5422738, 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://www.blazingauctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f5423165%2fMid-Century-Modern-American-of-Martinsville-Two-Tier-End-Table'; 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=KimsKorner&template=ask_listing_question&listingID=5423166&returnUrl=%2FEvent%2FLotDetails%2F5423165%2FMid-Century-Modern-American-of-Martinsville-Two-Tier-End-Table'; 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=5423166&Receiver=KimsKorner' .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


Shipping Information

TERMS AND CONDITIONS:

  • When You create an account with us, all information provided needs to be accurate and complete. Please check your account information often to make sure changes are made appropriately (address, phone number, credit card number/expiration date). All updates are customer responsibility. Without correctinformation, account would be considered "not valid" which can result in suspension of use and/or termination of bidding rights. This also applies to any credit card processing that cannot be completed for any reason, such as fraudulent card information or insufficient funds.Once bids are placed,you have entered a contract with the seller and if bids are won, you are responsible for payment in full as well as picking up or making arrangements with the auctioneer/auction house.Please do not share your password with anyone. If a bidder fails to pick up during the designated pick-up time, and if no arrangements have been made,the credit card on file will be charged the total amount of the invoice plus any fees that may apply (disposal fees, storage fees, or anything similar)
  • Payments can be made by cash or credit/debit cards -No personal checks.
  • Due to Credit Card Fees - there will be a13% buyer's premium. If paying cash at pick up, 3% will be deducted from invoice (making it a 10% Buyers Premium). To Reiterate - FOR ALL CASH BUYERS, there will be a discount given at time of pick up. ---The additional 3% fee is to cover credit card fees that are charged by stripe, not the sellers.
  • Please take note for Auctions done at the Chagrin Falls location warehouse will have applicable taxes.
  • All photos and descriptions used by any auction manager on Blazing Auctions are not to be copied or reused by anyone for any purpose unless permission has been given by the auction manager for that auction. If copyrighting has been noted, bidder can lose privileges and bidding rights.
  • Bid incriminates for each auction may differ - please check the terms and condition for any updated information for eachseller. Typical increments are as follows:

$1.00 increments up to $25.00

$2.00increments up to $50.00

$5.00 increments up to $100.00

$10.00increments up to $250.00

$25.00 increments up to$500.00

$50.00 increments up to $1000.00

$100.00 any bids over $1000.00

  • Please read all auction descriptions. The city that the auction will be held in as well as the date and time of pick up will be available during the preview or active period of any auction. This allows the bidders to be sure they are available on the date and time in the city stated. Once the auction is finalized and the invoices are sent, the more detailed information will be listed and address to the location will be provided. The stated pick-up date and time will bethe only available timeframe offered by the auction manager. If other arrangements are made and agreed upon between the bidder and the auction manager, alternate pick-upmay be available. These arrangements need to be made prior to bidding and typically are not available for on-site home auctions. With running back-to-back auctions consistently and having multiple bidders bidding on multiple items, it makes it difficult to store and hold items on a regular basis. Once the pick-up window is complete, any items left behind will be considered abandoned and may result in a disposal or restocking fee depending on the size and/or the amount of items. Charges will be at the discretion of the auction manager. It is not the responsibility of the auction manager to contact each bidder, other than the original email that is sent as an invoice to youremail address on file. This is why it's important to watch your bids and be sure your email information is always correct.
  • Shipping is available for any item that states "yes" for shipping, in which the buyer is responsible for any shipping fees. KimsKorner offers deliveries and courier services as long as arrangements are made, and fees are accepted by the delivery team and the buyer prior to the end of auction.
  • Be sure toinspect your items prior to leaving the property. Once you have left with the item, a refund or adjustment cannot be made. Be sure you read the description on the items and view all images provided. Most items are used and will be in a condition appropriate with age and use. Some items cannot be tested and are sold as "untested" items. There is no warranty or guarantee on these items and buying as-is should be done with caution. If you have any questions about an item, please contact the Auction Manager listed for that particular sale. Questions about an item should be addressed prior to winning an item as to avoid any issues at pick-up.Some items may be viewable prior to close of auction based on availability of the auction manager as well as access to thehome if it's an on-site house auction. Also, if any items are misrepresented, please bring this to the attention of the auction manager as well.
  • Buyer agrees to indemnify KimsKorner, its affiliates, or clients for any damages or losses. Buyer will not hold KimsKorner, its owners, affiliates, clients, or its employeesliable for accidents, injuries, theft, or incidents related tothe purchase as well as any accident or injury related to moving, packing, carrying orloading ofitems at the pickup premises whether it be at a residential, commercial, warehouse, or similarlocation.
  • Proxy bidding is a convenient way to allow the computer to bid for you up to your max amount. It is VERY important, when you place a proxy bid that you confirm the amount with the pop-up window. This confirmation window is a great tool to avoid any mistakes that can occur when placing a max bid i.e., adding an extra 0 and making a number $2500 instead of $250.
  • Auctions are conducted electronically and rely on hardware and software that may malfunction without notice. Blazing Auctions takes no responsibility of any interruption that may occur.Blazing Auctions may be required to re-run item(s) or completely void a sale if malfunction has occurred and can be confirmed by the software company.

Contact Kim with any shipping questions. See lot information to checkif shipping isavailable for that particular lot.

13.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Active

Mid Century Modern American of Martinsville Two Tier End Table Mid Century Modern American of Martinsville Two Tier End Table (1)

Lot # 121

Mid Century Modern American of Martinsville Two Tier End Table (2)

  • Mid Century Modern American of Martinsville Two Tier End Table (3)

  • Mid Century Modern American of Martinsville Two Tier End Table (4)

  • Mid Century Modern American of Martinsville Two Tier End Table (5)

  • Mid Century Modern American of Martinsville Two Tier End Table (6)

  • Mid Century Modern American of Martinsville Two Tier End Table (7)

  • Mid Century Modern American of Martinsville Two Tier End Table (8)

  • Mid Century Modern American of Martinsville Two Tier End Table (9)

  • Mid Century Modern American of Martinsville Two Tier End Table (10)

  • Mid Century Modern American of Martinsville Two Tier End Table (11)

  • Mid Century Modern American of Martinsville Two Tier End Table (12)

  • Current Price $9.00 ( ) No Reserve
  • Your Maximum Bid Is $0.00

  • 9 Bid(s) View Bid History
  • High Bidder: 1955kevin

KimsKorner

Contact Seller

Payment Options Seller Accepts Credit Cards

Details

  • Moving and Loading by the Buyer is Required No
  • Shipping is available for this item No
  • Condition Good, solid condition
  • Lot # 121
  • System ID # 5423165
  • End Date
  • Start Date

Description

Mid Century Modern American of Martinsville Two Tier End Table measure32 1/8” x 32 1/8” x 22 1/4”. It is in really good, solid condition. Does have some small nicks and scratches throughout with some small paint specks (spatter). The 2 drawers both open and close without issue.

Mid Century Modern American of Martinsville Two Tier End Table (2024)

References

Top Articles
Latest Posts
Article information

Author: Maia Crooks Jr

Last Updated:

Views: 6242

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Maia Crooks Jr

Birthday: 1997-09-21

Address: 93119 Joseph Street, Peggyfurt, NC 11582

Phone: +2983088926881

Job: Principal Design Liaison

Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.