Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File (2025)

× 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://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f114469011%2fElectric-Nail-Drill-Kit-with-U-V-Nail-LampPortable-Cordless-Electric-Nail-File'; 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=702Auctions&template=ask_listing_question&listingID=114469012&returnUrl=%2FEvent%2FLotDetails%2F114469011%2FElectric-Nail-Drill-Kit-with-U-V-Nail-LampPortable-Cordless-Electric-Nail-File'; 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=114469012&Receiver=702Auctions' .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://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f114469011%2fElectric-Nail-Drill-Kit-with-U-V-Nail-LampPortable-Cordless-Electric-Nail-File'; 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=702Auctions&template=ask_listing_question&listingID=114469012&returnUrl=%2FEvent%2FLotDetails%2F114469011%2FElectric-Nail-Drill-Kit-with-U-V-Nail-LampPortable-Cordless-Electric-Nail-File'; 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=114469012&Receiver=702Auctions' .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 = 151; var lastLotOrder = 542; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 114446495, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 151; var lastLotOrder = 542; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 114446495, 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://bid.702auctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f114469011%2fElectric-Nail-Drill-Kit-with-U-V-Nail-LampPortable-Cordless-Electric-Nail-File'; 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=702Auctions&template=ask_listing_question&listingID=114469012&returnUrl=%2FEvent%2FLotDetails%2F114469011%2FElectric-Nail-Drill-Kit-with-U-V-Nail-LampPortable-Cordless-Electric-Nail-File'; 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=114469012&Receiver=702Auctions' .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

Auction Terms & Conditions

  • All auctions are no reserve and sold to the highest bidder.
  • A 15% buyers fee applies to all items.
  • We accept Cash andall major credit cards.
  • All payments must be made online prior to pickup. You will be emailed an invoice with a payment link,or your invoice can be found under the My Account section and can be paid for there. If you are paying cash, your order must be paid and picked up within 72 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 5pmthe followingday.
  • If there is no Credit/Debit card on file and there is no payment within 24 hours, the item will be relisted and you will not be allowed to bid again until you add a payment method to your account.
  • All bidders must pick uptheir itemsfrom1889 E. MAULE AVE. SUITE FLas Vegas, NV 89119within7 days.
  • Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions.
  • All items must be picked up within 10 days of the auction endingor your order will be canceled and may be subject to a restocking fee.

702 Auctions offers returns on items that are misdescribed within 10 days of the date you picked up your items.

For our complete terms and conditions,Click Here

Pickup only!!1889 E. MAULE AVE. SUITE FLas Vegas, NV 89119Monday-Friday 9am-5pmwithin 10 days. Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions. We offer contactless pickup options and take all possible measures to ensure your safety.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Ended

Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File (1)

MSRP: $28.99 --

Lot # M315588

Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File (2)

  • Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File (3)

  • Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File (4)

  • Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File (5)

  • SoldWinning Bid: $7.50
  • 6 Bid(s) View Bid History

702Auctions Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Once payment is made, you can set an appointment for pickup. Only one appointment is needed to pick up all of your items.

Details

Lot Number

315588

MSRP

28.99

Item Condition

NEW

Amazon ID

B0DBZ77G5D

Lot # M315588

System ID # 114469011

End Date

Start Date

Description

Description: Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File with Display Screen,9 Speeds Professional Manicure Pedicure Polishing 12-in-1 Nail Drill Kit for Home and Salon Use
MSRP: 28.99
Condition: NEW
Notes:
Other info: Features: Multifunctional Nail Drill Kits:The electric nail file kits has a U V nail lamp installed and comes with 12 different nail drills bits and sanding bands, 9 different speeds for maintaining nails, trimming nails, buffing nails, treating thick nails, cuticles, removing acrylic nails, gel nails, and powdered nails, to meet your different nail care needs,Cordless & Recharge: Exquisite and compact appearance, easy to carry, no need to worry about the connection of the adapter, the cordless electric nail drill has a built-in high-capacity battery, which can be used cordlessly for more than 5 hours anywhere after a full charge, and at the same time, it can be recharged easily with the included USB cable,U V LIGHT DESIGN: We specially designed and installed the U V light for nail art lovers, which can be used to create the next step of nail art after polishing the nails without changing the tools, it is a good tool for home and travel nail art. Compact and lightweight pen shape design, easy to carry, perfect for traveling or DIY nail art at home with girlfriends, friends and family.Keep your nails shining at all times, spend less for you,LOW NOISE, LOW HEAT: The electric nail buffer is made of high quality material, ergonomic design, easy to hold, built-in powerful and quiet motor with smart heat dissipation function, durable and safe to use. Low noise, low heat and low vibration when using, give you a comfortable nail art experience, if you encounter any problems when using the nail drill kit, please contact us, we will solve it for you at the first time,COMPLETE ACCESSORIES, PERFECT GIFT: This nail drill set is powerful, versatile and beautifully packaged, making it the perfect gift for birthdays, New Year's, Christmas, Mother's Day and Valentine's Day. Package includes 1 USB cable, 12 nail drills and 36 sanding tapes, suitable for a variety of uses, such as sanding, carving, cutting, polishing, removing natural acrylic nails, gel nail polish dipping powder, callouses, cuticles and moreKeywords: Electric,Nail,Drill,Kit,with,U,V,Nail,Lamp,Portable,Cordless,Electric,Nail,File,with,Display,Screen,9,Speeds,Professional,Manicure,Pedicure,Polishing,12-in-1,Nail,Drill,Kit,for,Home,and,Salon,UseCategories: Beauty & Personal Care, Foot, Hand & Nail Care, Nail Art & Polish, False Nails & Accessories, Acrylic Nail Tools -- CATEGORIES: Beauty & Personal Care,Foot, Hand & Nail Care,Nail Art & Polish,False Nails & Accessories,Acrylic Nail Tools
Lot Number: 315588

Pickup Information: This item is available for LOCAL PICKUP ONLY. No shipping available.

Electric Nail Drill Kit with U V Nail Lamp,Portable Cordless Electric Nail File (2025)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Lakeisha Bayer VM

Last Updated:

Views: 6024

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Lakeisha Bayer VM

Birthday: 1997-10-17

Address: Suite 835 34136 Adrian Mountains, Floydton, UT 81036

Phone: +3571527672278

Job: Manufacturing Agent

Hobby: Skimboarding, Photography, Roller skating, Knife making, Paintball, Embroidery, Gunsmithing

Introduction: My name is Lakeisha Bayer VM, I am a brainy, kind, enchanting, healthy, lovely, clean, witty person who loves writing and wants to share my knowledge and understanding with you.