ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 (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%2f204781390'; 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=204781391&returnUrl=%2FEvent%2FLotDetails%2F204781390%2FULIKE-SET-OF-IPL-HAIR-REMOVAL-DEVICE-MODEL-NO-UI04C-TO-INCLUDE-SWITCHING-POWER-SUPPLY-IN-DARK-GREEN-LOCATION-I-6'; 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=204781391&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%2f204781390'; 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=204781391&returnUrl=%2FEvent%2FLotDetails%2F204781390%2FULIKE-SET-OF-IPL-HAIR-REMOVAL-DEVICE-MODEL-NO-UI04C-TO-INCLUDE-SWITCHING-POWER-SUPPLY-IN-DARK-GREEN-LOCATION-I-6'; 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=204781391&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 = 640; var lastLotOrder = 1305; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 203819453, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 640; var lastLotOrder = 1305; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 203819453, 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%2f204781390'; 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=204781391&returnUrl=%2FEvent%2FLotDetails%2F204781390%2FULIKE-SET-OF-IPL-HAIR-REMOVAL-DEVICE-MODEL-NO-UI04C-TO-INCLUDE-SWITCHING-POWER-SUPPLY-IN-DARK-GREEN-LOCATION-I-6'; 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=204781391&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

Marchington SR12 - 2692 - Toys, Perfumes & Games

John Pye Auctions Marchington, 39-40 Marchington Ind Est, Stubby Lane, Uttoxeter, Staffs, ST14 8LP

VIEWING: NO PUBLIC VIEWING

PAYMENT DEADLINE: WEDNESDAY 6TH MARCH - 4PM

25% Buyers Premium + 20% VAT

This Auction Uses Online Bidding.

Lot # 641

ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 (1)

  • ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 (2)

  • ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 (3)

  • ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 (4)

Hammer Price: £80.00 (Approx (€91.20))


Marchington SR12 - Parcel Delivery Only - ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 (5)


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

Shipping Info

Marchington SR12 - 2692 - Toys, Perfumes & Games

John Pye Auctions Marchington, 39-40 Marchington Ind Est, Stubby Lane, Uttoxeter, Staffs, ST14 8LP

VIEWING: NO PUBLIC VIEWING

PAYMENT DEADLINE: WEDNESDAY 6TH MARCH - 4PM

Description

ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6

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.


ULIKE SET OF IPL HAIR REMOVAL DEVICE - MODEL NO. UI04C TO INCLUDE SWITCHING POWER SUPPLY IN DARK GREEN: LOCATION - I 6 (2024)

FAQs

Does the Ulike Air 3 really work? ›

Summary: It WORKS! It does not burn (tested with fair-medium skin and thick PCOS dark brown/black hairs, and also thinner brown arm hair, and underarm hair) The cooling system is perfect and keeps it comfortable. It also has an auto-flash feature so you don't have to keep pressing the button.

Does Ulike give permanent results? ›

Unlike temporary solutions like shaving or waxing, which only remove hair from the surface, Ulike Laser Hair Removal targets the root of the problem, resulting in permanent hair reduction over time.

How many times a week should I use Ulike? ›

Use up to 3 times a week for best results.

Is Ulike hair removal FDA-approved? ›

ABOUT ULIKE

The devices are FDA-approved, clinically tested and dermatologist recommended. Since inception, the brand has grown to be a global leader of IPL at-home beauty devices with over 4 million units sold in 17 countries worldwide.

Does Ulike permanently remove hair? ›

The Ulike Sapphire Air 3 IPL Hair Removal Device is a permanent hair reduction tool that whittles, and eventually destroys, body hair of all types, including coarse underarm hair, prickly leg hair, and errant bikini-line stragglers.

How long does it take to see results with Ulike? ›

i did armpits, legs, arms, upper lip and bikini area, committed to do it every three days zapping twice each area for 2 weeks, hair is 90% gone and i continue to do it now once every 2 weeks. Soon it will be once a month for those areas.

What are the cons of Ulike hair removal? ›

Cons of Ulike Hair Removal Tool

Requires Patience: IPL treatments are not instantaneous; they require patience and consistency. Users typically need multiple sessions spaced several weeks apart to achieve desired results. This might not be suitable for those seeking immediate hair removal.

Do I need to shave before using Ulike? ›

Yes, we recommend that you shave the treatment area before using your handset. Shaving the hair to the appropriate length will help IPL effectively focus on the hair follicles.

Can I use my Ulike everyday? ›

During the first and second weeks, use it every other day,” Hwang says. “Weeks three through five, use it twice per week. Then, after the initial treatment phase—12 weekly treatments—treat the target area once a month, or as required, to maintain your results.

Can you overdo IPL? ›

You can overuse at-home IPL. If you use your device too often, you won't speed up your hair removal treatments and could set yourself up for side effects. Like nearly everything in life, IPL works best when following the recommended treatment plans. That's typically twice a week over 8 weeks, for starters.

What happens if I use IPL every day? ›

We know you're SO excited to experience permanent hair removal, but we do not recommend using your device more than twice per week. Using IPL every day may result in irritation – and it won't work as well, anyway!

Is Ulike IPL FDA approved? ›

A: Yes, it was approved by the FDA. Please be assured to use it. Helpful?

Can you use Ulike on private parts? ›

Ulike IPL hair removal – The use of IPL hair devices, such as the Ulike hair removal device is one perfect way to treat your pubic hair removal process in quality and style.

Is Ulike dermatologist approved? ›

ABOUT ULIKE

The devices are FDA-approved, clinically tested and dermatologist recommended.

How often should you do Ulike hair removal? ›

Delivering 1 flash every 0.7 seconds, the Air 3 boasts unlimited flashes for a lifetime of smooth, hair-free skin. Use 3 times per week during your first month, twice per week during the second and third month, and finally once every month to maintain.

Is Ulike Sapphire Air 3 really painless? ›

Nearly Painless Hair Removal From Home: Patented Sapphire Ice-Cooling touch eliminates unwanted hair through entirely painless treatment. Ulike Air 3 IPL hair removal device uses advanced technology with a cooling system to sustain an ice-cooling sensation on the skin while delivering a painless hair solution at home.

How often to use the Ulike Air 3? ›

To get visible results, make sure to use the device at least 3 times per week on weeks 1-3, and at least 2 times per week on weeks 4 to 6. After that, treat 1-2 times per month for long-lasting results.

Does Ulike work on pubic hair? ›

Ulike IPL hair removal – The use of IPL hair devices, such as the Ulike hair removal device is one perfect way to treat your pubic hair removal process in quality and style. It works efficiently by sending mild radiation laser light to concentrate and damage hair follicles underneath the skin.

How does Ulike hair removal work? ›

About the Ulike Sapphire AIR3

IPL uses beams of light to target the pigment in the hair follicles, which then heats up to remove the hair. The tool is equipped with a cooling sensation (at 20 degrees Celsius) to minimize any pain from the zap. The packaging also comes with safety goggles and a razor.

Top Articles
Latest Posts
Article information

Author: Kerri Lueilwitz

Last Updated:

Views: 5739

Rating: 4.7 / 5 (47 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Kerri Lueilwitz

Birthday: 1992-10-31

Address: Suite 878 3699 Chantelle Roads, Colebury, NC 68599

Phone: +6111989609516

Job: Chief Farming Manager

Hobby: Mycology, Stone skipping, Dowsing, Whittling, Taxidermy, Sand art, Roller skating

Introduction: My name is Kerri Lueilwitz, I am a courageous, gentle, quaint, thankful, outstanding, brave, vast person who loves writing and wants to share my knowledge and understanding with you.