10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 (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%2f201626283'; 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=201626284&returnUrl=%2FEvent%2FLotDetails%2F201626283%2F10X-SEALED-DR-DENT-PROFESSIONAL-LED-LIGHT-TEETH-WHITENING-KIT-RRP-200-BEST-BEFORE-DATE-26032023-LOCATION-A-2'; 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=201626284&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%2f201626283'; 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=201626284&returnUrl=%2FEvent%2FLotDetails%2F201626283%2F10X-SEALED-DR-DENT-PROFESSIONAL-LED-LIGHT-TEETH-WHITENING-KIT-RRP-200-BEST-BEFORE-DATE-26032023-LOCATION-A-2'; 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=201626284&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 = 670; var lastLotOrder = 729; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 201119663, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 670; var lastLotOrder = 729; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 201119663, 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%2f201626283'; 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=201626284&returnUrl=%2FEvent%2FLotDetails%2F201626283%2F10X-SEALED-DR-DENT-PROFESSIONAL-LED-LIGHT-TEETH-WHITENING-KIT-RRP-200-BEST-BEFORE-DATE-26032023-LOCATION-A-2'; 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=201626284&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 SR20-1355- Parcel Delivery Only

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

NO PUBLIC VIEWING

PAYMENT DEADLINE - THURSDAY 22NDFEBRUARY 2024- 4PM

25% Buyers Premium + 20% VAT

This Auction Uses Online Bidding.

Lot # 671

10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 (1)

  • 10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 (2)

  • 10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 (3)

  • 10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 (4)

Hammer Price: £12.00 (Approx (€13.68))


Edinburgh SR20 - Delivery Only - 10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 (5)


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

Shipping Info

Edinburgh SR20-1355- Parcel Delivery Only

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

NO PUBLIC VIEWING

PAYMENT DEADLINE - THURSDAY 22NDFEBRUARY 2024- 4PM

Description

10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2

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.


10X SEALED DR DENT PROFESSIONAL LED LIGHT TEETH WHITENING KIT RRP £200 BEST BEFORE DATE 26/03/2023: LOCATION - A 2 (2024)

FAQs

Do teeth whitening kits really expire? ›

These products are typically marked down when they're close toexpiring. Using expired whitening products means you won't get the results youwant. When they expire, the hydrogen peroxide in them breaks down and leavesonly water and oxygen, which won't brighten your teeth.

Is it bad to use out of date teeth whitening? ›

Although Crest 3D White Whitestrips that have passed expiration date are still safe, we don't recommend using them past their expiration date, as the whitening ingredient's efficacy will be weakened.

How often should I use a DrDent teeth whitening kit? ›

Use our strips at home for just 30-60 minutes every day to brighten your teeth and help you feel confident in your smile. Wave goodbye to stains from coffee, wine and smoking and say hello to a sparkling new smile. This kit is everything you need for brighter, whiter teeth, all in one place.

What is the shelf life of teeth whitening gel? ›

Dental whitening gel can be refrigerated for longer shelf life. Shelf life is 1 year un-refrigerated and 2 years refrigerated. These are general recommendations and may vary between manufacturers.

What is the disadvantage of teeth whitening kit? ›

The potential side effects of teeth whitening include teeth sensitivity, gum irritation, and ineffective results. However, most patients do not experience any notable side effects from professional teeth whitening, as the dentist can monitor the process and perform treatment in a way that minimizes risk.

Do teeth whitening kits damage enamel? ›

We all want a white brighter smile. But this begs the question “does teeth whitening damage the enamel?” The answer is no. While there may sometimes be side effects, whitening treatment is safe on tooth enamel.

What is the best tooth whitening product? ›

The Best Teeth Whitening Kits, According to Dentists
  • OpalescenceGo Prefilled Teeth Whitening Trays, Set of 10. ...
  • Burst Prefilled Whitening Trays, Set of 3. ...
  • PhilipsZoom NiteWhite Kit, Set of 3. ...
  • Dr. ...
  • Colgate Optic White ComfortFit Teeth Whitening Kit. ...
  • Auraglow Teeth Whitening Kit. ...
  • Crest3D Whitestrips, Pack of 22.
Sep 20, 2023

What happens if you leave teeth whitening on too long? ›

If you've left your teeth whitening gel on for too long and are worried that it might have caused damage to your teeth, try not to fret. You may notice some slight sensitivity of the teeth, white spots on the gum or white flecks on teeth, or numbness on the gumline.

Should you keep teeth whitening gel in the fridge? ›

Store trays in the tray holder and gel in cool dry place away from heat and direct sunlight. The gel may be refrigerated to prolong the shelf life, but do not freeze. You may expect some slight gum sensitivity from wearing the trays, and your teeth may feel very slightly sensitive.

How often should I use LED teeth whitening kit? ›

It's generally safe to use an LED teeth whitener once every 24-48 hours, depending on the strength of the device and the sensitivity of your teeth. The MOON Teeth Whitening Device is designed to be gentle and is safe to use twice a day for 14 days at a time.

Is DrDent whitening safe? ›

Our strips are peroxide-free, ensuring a whitening process that is as safe as it is effective.

How to use DrDent LED light teeth whitening kit? ›

Directions: Simply apply the whitening gel to the top and bottom of the mouthguard. Attach the mouthguard to the LED light, insert it into the mouth and switch on the LED light.

How do you tell if teeth whitening is expired? ›

When you open it, pay attention to the consistency of the gel. If it appears foggy or white, it is too old. It likely is still safe to use. But, it may not be as effective and deliver results that are noticeable.

How long does teeth whitening last unopened? ›

The expiration of whitening gel for teeth, such as "Kor Teeth Whitening," typically depends on its formulation and storage conditions. Generally, most whitening gels have a shelf life ranging from one to two years when unopened and stored in a cool, dry place away from direct sunlight and heat.

What teeth whitening lasts longest? ›

White strips are the most effective over-the-counter whitening treatment you can use without a dentist's supervision. At-home gel trays that are customized to fit your mouth by your dentist and chairside whitening provide the longest-lasting whitening.

What happens if I use expired teeth whitening strips? ›

When whitening strips age, the active chemicals may no longer function as well as they should, resulting in less whitening. Expired whitening strips can cause dental sensitivity and gum inflammation. This is because the gel's makeup or potency may have altered over time, making it more acidic or abrasive.

How long do home teeth whitening kits last? ›

If you opt for an at-home teeth whitening kit, you can generally expect your results to last for about four to six months with touch-ups as needed. However, if you choose to get your teeth professionally whitened at the dentist's office, your results could last up to a year or even longer with proper care.

What is the shelf life of Opalescence teeth whitening? ›

Opalescence PF gels 10%, with 10% carbamide peroxide, have a 24-month shelf life if refrigerated and a 12-month shelf life if left unrefrigerated. Regardless of whether a product contains carbamide peroxide or hydrogen peroxide, both give excellent, high quality results.

Top Articles
Latest Posts
Article information

Author: Nathanial Hackett

Last Updated:

Views: 5914

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.