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)
Top Articles
No-Bake Protein Balls | 7 Healthy Protein Ball &amp; Energy Ball Recipes - MYPROTEIN™
Unlock A Brighter, Whiter Smile: How To Mouthwash With Coconut Oil For Stunning Results
一亩三分地 录取
The Fappening Blgo
Nj Scratch Off Remaining Prizes
Toro Dingo For Sale Craigslist
Abga Gestation Calculator
Syrie Funeral Home Obituary
Goodwill Bellingham Donation Hours
Barber King Bargain Shop Tulsa Photos
Unforeseen Guest Ep 3
Discovering The Height Of Hannah Waddingham: A Look At The Talented Actress
John W Creasy Died December 16 2003
Ihop Logopedia
Apple Nails & Spa, 3429 Toringdon Way, Charlotte, Reviews and Appointments
Join MileSplit to get access to the latest news, films, and events!
Jennette Mccurdy Tmz Hawaii
MyChart | University Hospitals
Cherry Crush Webtoon Summary
Ice Quartz Osrs
Evil Dead Rise Showtimes Near Cinemark Movies 10
Restored Republic August 10 2023
Maryland Parole Hearing Schedule 2023
Often Fvded Barber Lounge
Www.publicsurplus.com Motor Pool
Omniplex Cinema Dublin - Rathmines | Cinema Listings
Black Adam Showtimes Near Linden Boulevard Multiplex Cinemas
Southern Food Buffet Near Me
Pokimane Titty Pops Out
Pokio.io
Case Overview: SAMA IM01 – SFF.Network
A Closer Look at Ot Megan Age: From TikTok Star to Media Sensation
Kathy Carrack
T&J Agnes Theaters
Manage your photos with Gallery
Iggy Azalea Talks Dancing Off Into the Sunset on Her Own Terms With ‘The End of an Era’
Craigslist Palm Desert California
Meagan Flaherty Tells Kelli Off
New R-Link system and now issues creating R-Link store account.
Franco Loja Net Worth
https://www.hulu.com/series/amish-haunting-96e9c592-7006-47d6-bb8f-265e9ef174ec
Lubbock, Texas hotels, motels: rates, availability
Mercy Baggot Street Mypay
Grayson County Craigslist
Ace Adventure Resort Discount Code 2023
424-385-0597 phone is mostly reported for Text Message!
Csi Trigonometry Answer Key
Inside Dave Grohl's past love life and cheating scandals
Why Did Anthony Domol Leave Fox 17
Transactions on Computational Social Systems - IEEE SMC
Mi Game Time
Nfl Spotrac Transactions
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 5954

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.