(2) Lynn Haney Collectible Works Figures (2024)

Quad City Auctions - Northern Arizona Estate & LiquidationServices

× 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://qcauctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f9006226%2f2-Lynn-Haney-Collectible-Works-Figures'; 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=QCA-Seller1&template=ask_listing_question&listingID=9006227&returnUrl=%2FEvent%2FLotDetails%2F9006226%2F2-Lynn-Haney-Collectible-Works-Figures'; 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=9006227&Receiver=QCA-Seller1' .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://qcauctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f9006226%2f2-Lynn-Haney-Collectible-Works-Figures'; var checkoutHtml = '

'; 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=QCA-Seller1&template=ask_listing_question&listingID=9006227&returnUrl=%2FEvent%2FLotDetails%2F9006226%2F2-Lynn-Haney-Collectible-Works-Figures'; 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=9006227&Receiver=QCA-Seller1' .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 = 49; var lastLotOrder = 66; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 9002643, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 49; var lastLotOrder = 66; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 9002643, 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://qcauctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f9006226%2f2-Lynn-Haney-Collectible-Works-Figures'; 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=QCA-Seller1&template=ask_listing_question&listingID=9006227&returnUrl=%2FEvent%2FLotDetails%2F9006226%2F2-Lynn-Haney-Collectible-Works-Figures'; 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=9006227&Receiver=QCA-Seller1' .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

Participating (bidding) within this auction you agree to all terms set forth on the main websiteQCAUCTIONS.COM. In addition to the standard terms listed on the main site, the following conditions apply:

  1. ALL BIDS ARE CONTRACTUAL OBLIGATIONSand all bidders are obligated to honor their bids AS CONTRACTS TO BUY the items involved.
  2. PICK UP DATE(S):Begins Wednesday, Aug14th. All items must be removed by 2pm, ThursdayAug15th**
  3. PICK UP LOCATION: ONSITE PICK-UP in the Smoke Tree Lnin Prescott, AZ- ADDRESS GIVEN TO WINNING BIDDERS. Text messages will be sent to confirm auction pick up and location address.
  4. ALL SALES ARE FINAL, AS-IS, WHERE IS**
  5. AUCTION CLOSE: Invoices are sent via email after entire auction has closed. Invoices can also be found within your auction account.
  6. Sniper bids under 1 minute remaining will extend listing for 60 seconds.**
  7. The burden of loading items is on you, the buyer. We will do our best to assist if we can but please do not expect that someone will be there to load for you.**

** - Please refer to main website for complete definition of Terms & Conditions

SHIPPING/FREIGHTING AVAILABLE ONLY WITH APPROVAL PRIOR TO END OF SALE
Please contact us directly at: contact@qcautions.com or ph. (928) 288-0690

13.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Active

(2) Lynn Haney Collectible Works Figures (2) Lynn Haney Collectible Works Figures (1)

Lot # CM050

(2) Lynn Haney Collectible Works Figures (2)

  • (2) Lynn Haney Collectible Works Figures (3)

  • (2) Lynn Haney Collectible Works Figures (4)

  • (2) Lynn Haney Collectible Works Figures (5)

  • (2) Lynn Haney Collectible Works Figures (6)

  • (2) Lynn Haney Collectible Works Figures (7)

  • (2) Lynn Haney Collectible Works Figures (8)

  • (2) Lynn Haney Collectible Works Figures (9)

  • (2) Lynn Haney Collectible Works Figures (10)

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

  • 2 Bid(s) View Bid History

QCA-Seller1

Contact Seller

Payment Options Seller Accepts PayPal
Seller Accepts Credit Cards

Details

  • Lot # CM050
  • System ID # 9006226
  • End Date
  • Start Date

Description

(2) Lynn Haney Collectible Works Figures

(2) Lynn Haney Collectible Works Figures (2024)

References

Top Articles
HubSpot and Microsoft Teams Integration - the List of Use Cases
Set up two-factor authentication for your HubSpot login
Davita Internet
Stadium Seats Near Me
Valley Fair Tickets Costco
Summit County Juvenile Court
Cad Calls Meriden Ct
Www Craigslist Louisville
Nm Remote Access
Directions To Lubbock
Amateur Lesbian Spanking
Aita Autism
Koop hier ‘verloren pakketten’, een nieuwe Italiaanse zaak en dit wil je ook even weten - indebuurt Utrecht
Belly Dump Trailers For Sale On Craigslist
Amc Flight Schedule
Ups Access Point Lockers
Blue Rain Lubbock
Tripadvisor Napa Restaurants
Lakewood Campground Golf Cart Rental
Www.craigslist.com Savannah Ga
Craigslist Northfield Vt
Miltank Gamepress
What Are The Symptoms Of A Bad Solenoid Pack E4od?
Craigslist Alo
Craigslist Dubuque Iowa Pets
Xxn Abbreviation List 2017 Pdf
Smartfind Express Login Broward
'Insidious: The Red Door': Release Date, Cast, Trailer, and What to Expect
208000 Yen To Usd
Bridgestone Tire Dealer Near Me
Vip Lounge Odu
Craigs List Tallahassee
Swimgs Yuzzle Wuzzle Yups Wits Sadie Plant Tune 3 Tabs Winnie The Pooh Halloween Bob The Builder Christmas Autumns Cow Dog Pig Tim Cook’s Birthday Buff Work It Out Wombats Pineview Playtime Chronicles Day Of The Dead The Alpha Baa Baa Twinkle
Skroch Funeral Home
Amici Pizza Los Alamitos
Staar English 1 April 2022 Answer Key
Tal 3L Zeus Replacement Lid
AI-Powered Free Online Flashcards for Studying | Kahoot!
Case Funeral Home Obituaries
Msnl Seeds
The Vélodrome d'Hiver (Vél d'Hiv) Roundup
Cal Poly 2027 College Confidential
Telugu Moviez Wap Org
R/Moissanite
How to Print Tables in R with Examples Using table()
Weekly Math Review Q2 7 Answer Key
Tlc Africa Deaths 2021
Kjccc Sports
Underground Weather Tropical
17 of the best things to do in Bozeman, Montana
211475039
ats: MODIFIED PETERBILT 389 [1.31.X] v update auf 1.48 Trucks Mod für American Truck Simulator
Latest Posts
Article information

Author: Dan Stracke

Last Updated:

Views: 6208

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Dan Stracke

Birthday: 1992-08-25

Address: 2253 Brown Springs, East Alla, OH 38634-0309

Phone: +398735162064

Job: Investor Government Associate

Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.