Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (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://buyorbidonit.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f64502680%2fRing-Stick-Up-Security-Camera-1080-HD-2-Way-Talk-Plug-In-New'; 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=buyorbidonit&template=ask_listing_question&listingID=64502681&returnUrl=%2FEvent%2FLotDetails%2F64502680%2FRing-Stick-Up-Security-Camera-1080-HD-2-Way-Talk-Plug-In-New'; 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=64502681&Receiver=buyorbidonit' .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://buyorbidonit.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f64502680%2fRing-Stick-Up-Security-Camera-1080-HD-2-Way-Talk-Plug-In-New'; 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=buyorbidonit&template=ask_listing_question&listingID=64502681&returnUrl=%2FEvent%2FLotDetails%2F64502680%2FRing-Stick-Up-Security-Camera-1080-HD-2-Way-Talk-Plug-In-New'; 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=64502681&Receiver=buyorbidonit' .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 = 186; var lastLotOrder = 504; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 64386268, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 186; var lastLotOrder = 504; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 64386268, 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://buyorbidonit.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f64502680%2fRing-Stick-Up-Security-Camera-1080-HD-2-Way-Talk-Plug-In-New'; 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=buyorbidonit&template=ask_listing_question&listingID=64502681&returnUrl=%2FEvent%2FLotDetails%2F64502680%2FRing-Stick-Up-Security-Camera-1080-HD-2-Way-Talk-Plug-In-New'; 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=64502681&Receiver=buyorbidonit' .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

PLEASE READ BEFORE PLACING A BID IN OUR AUCTION!

BIDDING- When you place a bid, you have entered into a legal, binding contract with Jarman Auction Company. You are obligated to pay for the item and any fees and taxes that may apply.

*Please note, our site has an anti-sniping feature that extends the end time of any item that receives a bid in the final 2 minutes. When a bid is placed in the final 2 minutes, an additional 2 minutes will be added. This will continue until there is no competing bid placed and the time expires.*

*Tip - Our site recognizes any bid amount. Meaning that you do not have to enter only whole dollar amounts($5, $10, $20, etc.) By entering an odd amount (for example $50.21), you could win over a previously entered bid of $50. That only works when your entered bid is higher than another bidder's previously entered bid. Once that bid becomes the high bid, normal increments will apply (see Bidding Increments in the website Terms and Conditions at the bottom of each page). So, if the current bid is $100.55, the next increment required to bid will be $110.55.*

PAYMENT- We will charge your credit card on file at the close of the auction. You will receive a PAID invoice. For those whose credit card payment does not go through, you will receive an invoice requesting payment. Payment MUST be made within 24 hours to avoid restriction from bidding in future auctions.

PICK UP- We have made some changes to our pick up policy. Please read carefully BEFORE placing a bid.

1) Winning bidders will have10 CALENDAR DAYSto pick up their item(s). That allows out-of-town bidders the opportunity to bid in 2 auctions before pick up. We appreciate any buyers that can pick up by the Friday following the auction.

2)On the 11th day following the auction, your item will be FORFEITED. DO NOT COME TO PICK UP AN ITEM ON THE 11TH DAY AS IT WILL NO LONGER BE AVAILABLE. PICK UP THE ITEMS THAT YOU BID ON AND WIN!!!

We have been providing FREE storage for 3 years. Sorry, but we will no longer provide this service for ANYONE. Please make sure that you will be able to make your pickup deadline BEFORE placing a bid. We are very serious about enforcing this rule!

IF YOU PURCHASE AN ITEM THAT WILL NEED TO BE SHIPPED,YOU MUST CONTACT USTO LET US KNOW. WE WILL NOT ASSUME, BASED ON YOUR ADDRESS, THAT YOUR ITEM NEEDS TO BE SHIPPED. SOME OF OUR BIDDERS ARE SEASONAL RESIDENTS HERE WITH OUT-OF-STATE ADDRESSES.

Shipping is expensive. Shipping large items is more expensive. Shipping large, fragile items is even more expensive.

We will ship most items that will fit in a Priority Mail box.For larger items, please contact us at(843) 784-2222before bidding if you will need the item(s) shipped.We DO NOT ship any large art , sets of glasses, large glass or ceramic items such as lamps, large figurines, or large sets of china. For other large or delicate items, a premium shipping charge will be applied.

PLEASE SEE OUR WEBSITE TERMS AND CONDITIONS AT THE BOTTOM OF EACH PAGE FOR AN EXPLANATION OF HOW OUR SHIPPING AND HANDLING CHARGES ARE FIGURED.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Active

Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (1)

Lot # 187

Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (2)

  • Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (3)

  • Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (4)

  • Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (5)

  • Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (6)

  • Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (7)

  • Current Price $15.00 ( ) No Reserve
  • 9 Bid(s) View Bid History

buyorbidonit Hardeeville, SC US
View Seller's Other Listings

Contact Seller

Payment Options Seller Accepts Credit Cards

Description

  • Greatcondition
  • Unopened

Details

Lot # 187

System ID # 64502680

End Date

Start Date

Ring Stick Up Security Camera 1080 HD 2 Way Talk Plug In New (2024)
Top Articles
Latest Posts
Article information

Author: Carlyn Walter

Last Updated:

Views: 6219

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Carlyn Walter

Birthday: 1996-01-03

Address: Suite 452 40815 Denyse Extensions, Sengermouth, OR 42374

Phone: +8501809515404

Job: Manufacturing Technician

Hobby: Table tennis, Archery, Vacation, Metal detecting, Yo-yoing, Crocheting, Creative writing

Introduction: My name is Carlyn Walter, I am a lively, glamorous, healthy, clean, powerful, calm, combative person who loves writing and wants to share my knowledge and understanding with you.