QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, (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://johnpyeauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f198737638%2fQTY-OF-ITEMS-TO-INCLUDE-ORALB-PRO-3-ELECTRIC-TOOTHBRUSHES-FOR-ADULTS-VALENTINES-DAY-GIFTS-FOR-HIM-HER-1-3D-WHITE-TOOTHBRUSH-HEAD-TRAVEL-CASE-3-MODES-WITH-TEETH-WHITENING-2-PIN-UK-PLUG-3500'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=JohnPye&template=ask_listing_question&listingID=198737639&returnUrl=%2FEvent%2FLotDetails%2F198737638%2FQTY-OF-ITEMS-TO-INCLUDE-ORALB-PRO-3-ELECTRIC-TOOTHBRUSHES-FOR-ADULTS-VALENTINES-DAY-GIFTS-FOR-HIM-HER-1-3D-WHITE-TOOTHBRUSH-HEAD-TRAVEL-CASE-3-MODES-WITH-TEETH-WHITENING-2-PIN-UK-PLUG-3500'; 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=198737639&Receiver=JohnPye' .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://johnpyeauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f198737638%2fQTY-OF-ITEMS-TO-INCLUDE-ORALB-PRO-3-ELECTRIC-TOOTHBRUSHES-FOR-ADULTS-VALENTINES-DAY-GIFTS-FOR-HIM-HER-1-3D-WHITE-TOOTHBRUSH-HEAD-TRAVEL-CASE-3-MODES-WITH-TEETH-WHITENING-2-PIN-UK-PLUG-3500'; 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 (false && $("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=JohnPye&template=ask_listing_question&listingID=198737639&returnUrl=%2FEvent%2FLotDetails%2F198737638%2FQTY-OF-ITEMS-TO-INCLUDE-ORALB-PRO-3-ELECTRIC-TOOTHBRUSHES-FOR-ADULTS-VALENTINES-DAY-GIFTS-FOR-HIM-HER-1-3D-WHITE-TOOTHBRUSH-HEAD-TRAVEL-CASE-3-MODES-WITH-TEETH-WHITENING-2-PIN-UK-PLUG-3500'; 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=198737639&Receiver=JohnPye' .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 = 250; var lastLotOrder = 699; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 198204973, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 250; var lastLotOrder = 699; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 198204973, 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://johnpyeauctions.co.uk/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f198737638%2fQTY-OF-ITEMS-TO-INCLUDE-ORALB-PRO-3-ELECTRIC-TOOTHBRUSHES-FOR-ADULTS-VALENTINES-DAY-GIFTS-FOR-HIM-HER-1-3D-WHITE-TOOTHBRUSH-HEAD-TRAVEL-CASE-3-MODES-WITH-TEETH-WHITENING-2-PIN-UK-PLUG-3500'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=JohnPye&template=ask_listing_question&listingID=198737639&returnUrl=%2FEvent%2FLotDetails%2F198737638%2FQTY-OF-ITEMS-TO-INCLUDE-ORALB-PRO-3-ELECTRIC-TOOTHBRUSHES-FOR-ADULTS-VALENTINES-DAY-GIFTS-FOR-HIM-HER-1-3D-WHITE-TOOTHBRUSH-HEAD-TRAVEL-CASE-3-MODES-WITH-TEETH-WHITENING-2-PIN-UK-PLUG-3500'; 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=198737639&Receiver=JohnPye' .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

Saleroom Location

Edinburgh SR34-1344- Parcel Delivery Only

John Pye Auctions,Bridgeness Rd Carriden Bo’ness West Lothian EH51 9SF Nr Edin

PAYMENT DEADLINE - THURSDAY 22NDFEBRUARY2024- 4PM

VIEWING MONDAY 19TH FEBRUARY 20249AM - 12PM

25% Buyers Premium + 20% VAT

This Auction Uses Online Bidding.

Lot # 251

QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, (1)

  • QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, (2)

  • QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, (3)

  • QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, (4)

Hammer Price: £26.00 (Approx (€29.64))


Edinburgh SR34 - Delivery Only - QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, (5)


Parcel Delivery (DPD) £10.00 (£1.00 as additional lot)

Shipping Info

Edinburgh SR34-1344- Parcel Delivery Only

John Pye Auctions,Bridgeness Rd Carriden Bo’ness West Lothian EH51 9SF Nr Edin

PAYMENT DEADLINE - THURSDAY 22NDFEBRUARY2024- 4PM

VIEWING MONDAY 19TH FEBRUARY 20249AM - 12PM

Description

QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, PINK: LOCATION - B2

John Pye Auctions will bid incrementally for you up to your maximum bid. Your maximum bid is kept a secret from other users.

Your bid is a contract between you and the listing creator. If you have the highest bid you will enter into a legally binding purchase contract.


QTY OF ITEMS TO INCLUDE ORAL-B PRO 3 ELECTRIC TOOTHBRUSHES FOR ADULTS, VALENTINES DAY GIFTS FOR HIM / HER, 1 3D WHITE TOOTHBRUSH HEAD & TRAVEL CASE, 3 MODES WITH TEETH WHITENING, 2 PIN UK PLUG, 3500, (2024)

FAQs

What's the difference between oral B Pro 3 3000 and 3500? ›

The difference between the Oral-B Pro 3 3000 and the Pro 3 3500 is the colours, and that t… Q: The white one, has travel case? The Pro 3 3000 does not have a travel case included in the box. Q: Haven't seen any charhing light on my new Oral B pro 3.

Is it worth buying Oral-B electric toothbrush? ›

If a simple dental-care routine is your thing, or you're an electric toothbrush newcomer, the Oral-B Pro 1000 is a great option. Its less-is-more functionality, combined with its accessible price point, makes it a super place to enter the world of electric brushing.

How long is the battery life on the Oral B Pro 3 3500? ›

The Lithium-Ion battery holds a charge that can last more than two weeks.

How many years does an Oral-B electric toothbrush last? ›

The average lifespan of an Oral-B electric toothbrush and its charger is approximately 3-5 years, depending on the model and the whether the toothbrush has been used as intended.

Which Oral-B is most used by dentists? ›

The Oral-B iO Gentle Care Brush Head is also a great go-to when it comes ensuring a gentler clean for teeth and gums. From Oral-B, the #1 dentist-recommended toothbrush brand.

What is the use of Oral B Pro 3? ›

The sleek handle of the Pro 3 electric toothbrush helps you brush like your dentist recommends: It helps you brush for 2 minutes with the professional timer and it notifies you every 30 seconds to change the area you are brushing.

Do dentists recommend Oral-B or sonicare? ›

Sonicare's heads are large and flat compared to Oral-B's small round brushes, and they're long-lasting, according to Wellspring Dental dentist Mandy Nebel, who prefers Sonicare over other brands. This specific model — one of two from the brand accepted by the ADA — is a more entry-level Sonicare.

What is the very best Oral-B electric toothbrush? ›

The Oral-B Pro 1000 electric toothbrush is a powerful and functional product with a lower price tag that really stands out. It has one daily cleaning mode and a two-minute timer that signals you to move mouth quadrants every 30 seconds.

What are the disadvantages of an electric toothbrush? ›

The Cons of Electric Toothbrushes

Higher Cost- Battery-powered toothbrushes are more expensive than their traditional counterparts. They also require replacement heads, which can be quite pricey. Higher Risk of Damage- Because of their electronics, they are at a higher risk of damage if dropped or falling in the water.

How long does Oral B Pro battery last? ›

Once your brush is fully charged, the battery-life should last between 5 and 14 days of brushing (when brushing twice a day, for 2 minutes each time).

Can you overcharge an Oral-B electric toothbrush? ›

A: You're welcome to charge your Oral-B electric toothbrush only when needed. However, please note that you can always store the handle on the plugged-in charger to maintain it at full power; a battery overcharge is prevented by the device.

How long does it take to fully charge Oral-B PRO 3? ›

If it's attached to a bathroom cabinet, for example, the light switch on the cabinet may need to be switched on to power the socket. Be sure you're charging for the full time noted in the manual. For iO series as of 7 it takes 3 hours. For iO 6, Genius and Smart range and Pro 3 it takes 12 hours.

Should you leave your electric toothbrush on the charger all the time? ›

As a rule, it's safe to leave your toothbrush on the charger. The charging stand serves two purposes. The first is to provide a place for the toothbrush to sit when it's not being used. Secondly, it's a quick and convenient way of recharging when the battery is low.

How often should you buy a new electric toothbrush? ›

Replacing your toothbrush head every three months is recommended, but keep in mind patients with periodontal disease or other illnesses may need to replace them more frequently. Your electric toothbrush handle will likely need to be replaced every 3-5 years.

How do I know if my electric toothbrush needs to be replaced? ›

The great thing about using an electric toothbrush, is that many of the heads feature a colour indicator that changes colour when it's time to change the brush head. So, even if you forget to write it in the calendar, you'll know roughly when those three months are up as your toothbrush will tell you!

Does the Oral-B Pro 3 3500 have Bluetooth? ›

Oral-B Power Pro 3 Gum Protection Electric Toothbrush with Bluetooth.

What do the numbers mean on Oral-B toothbrushes? ›

Type Number This will identify which model of electric toothbrush you have. It is a 4-digit number which can be found on the underside of your toothbrush and is highlighted by the red arrows below. The Type Number should also be listed on the user manual for your toothbrush.

How long does Oral B Pro 3000 last? ›

Oral-B Pro 3 3000 Features & Specs
Specifications
Battery Life14 days (as tested)
Battery IndicatorLight on handle
Charging Time13 hours
Modes2
11 more rows
Jun 12, 2023

What are the three modes of Oral B Pro 3 3000? ›

The PRO 3, on top of the Daily clean and Sensitive modes, comes with a specialized whitening clean mode. Built-In timer lets you know when you've brushed for the dentist-recommended two minutes.

References

Top Articles
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 6178

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.