Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, (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%2f114741154%2fWahl-Clipper-Rechargeable-CordCordless-Haircutting-Trimming-Kit-for-Heads'; 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=actiondiscountsales&template=ask_listing_question&listingID=114741155&returnUrl=%2FEvent%2FLotDetails%2F114741154%2FWahl-Clipper-Rechargeable-CordCordless-Haircutting-Trimming-Kit-for-Heads'; 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=114741155&Receiver=actiondiscountsales' .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%2f114741154%2fWahl-Clipper-Rechargeable-CordCordless-Haircutting-Trimming-Kit-for-Heads'; 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=actiondiscountsales&template=ask_listing_question&listingID=114741155&returnUrl=%2FEvent%2FLotDetails%2F114741154%2FWahl-Clipper-Rechargeable-CordCordless-Haircutting-Trimming-Kit-for-Heads'; 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=114741155&Receiver=actiondiscountsales' .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 = 87; var lastLotOrder = 724; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 114670183, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 87; var lastLotOrder = 724; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 114670183, 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%2f114741154%2fWahl-Clipper-Rechargeable-CordCordless-Haircutting-Trimming-Kit-for-Heads'; 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=actiondiscountsales&template=ask_listing_question&listingID=114741155&returnUrl=%2FEvent%2FLotDetails%2F114741154%2FWahl-Clipper-Rechargeable-CordCordless-Haircutting-Trimming-Kit-for-Heads'; 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=114741155&Receiver=actiondiscountsales' .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 48 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 itemsfrom3775 E SAHARA AVE LAS VEGAS, NV 89104within5 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!!3775 E SAHARA AVELas Vegas, NV 89104Monday-Friday 9am-4:30pmwithin 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.

Active

Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, (1)

MSRP: $35.62 - NOTES: missing scissors and comb - MISSING: missing scissors and

Lot # S414445

Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, (2)

  • Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, (3)

  • Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, (4)

  • Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, (5)

  • Current Price $3.00 ( )
  • 3 Bid(s) View Bid History

actiondiscountsales Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Pick Up from 3775 E. Sahara Ave Las Vegas Nevada 89104

Details

Lot Number

414445

MSRP

35.62

Item Condition

USED

Other Notes

missing scissors and comb - MISSING: missing scissors and comb

Amazon ID

B07993PCW4

Lot # S414445

System ID # 114741154

End Date

Start Date

Description

Description: Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, Longer Beards, & All Body Grooming - Model 79434
MSRP: 35.62
Condition: USED
Notes: missing scissors and comb - MISSING: missing scissors and comb
Other info: Description (from Manufacturer): Take control of your haircuts at home with the Wahl Clipper Rechargeable Cord/Cordless Hair Cutting kit. If you like to keep your look clean and fresh without having to take multiple trips to the barber, this kit has everything you need. Made with removeable stainless-steel blades that are easy to clean and stay ultra-sharp for long-lasting performance. As well as, powered by a rechargeable battery, this Wahl hair clipper for men delivers superior cordless cutting power with up to 60 minutes of runtime on a full charge and provides the ability to use while plugged in if needed. Are you a frequent traveler? No worries with this hair clipper, it contains world-wide voltage (100-240V) so you can take it with you! This hair clipper also comes with 12 attachment guards ranging in size from 1/16” to 1”, enabling you to cut all kinds of hair styles with precision and accuracy. And that's not all! Also included in this 21-piece grooming set are additional grooming accessories that make home haircutting even easier: scissors, comb, blade guard, hard case, hair clipper oil, cleaning cloth, and 2 cleaning brushes so you can keep your blades in top condition. Get ready to experience quality-level haircuts from home! With its advanced cordless/corded technology and versatile performance, the Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit is perfect for creating perfect hairlines and haircuts at home. Wahl clippers and trimmers have been used by professionals in the salon & barber industry since 1919. With self-sharpening precision blades Wahl clippers, shavers & trimmers deliver a smooth shave. Note: We test our mens hair clipper for cutting performance prior to packaging with a hygienic fiber. We do our best to clean the product to remove any testing particles, but it is possible a few may remain. They are not hair and can be simply wiped off the hair clipper kit.Features: Long Run Time - These clippers feature convenient cord/cordless use options with 60 minutes of cordless run time. Long-lasting easy-to-clean stainless-steel precision blades enable no-snag cutting.,A Smooth Cut Every Time - Powerful, long lasting, rechargeable battery and self-sharpening steel blades that stay sharp longer and are removeable for easy cleaning,The Perfect Grooming Kit - Including 12 attachment guards for home hair cutting & trimming with everything you need to achieve the style you want,Give the Gift of Quality - Makes great personal gifts for the men in your life Dads, husbands, and boyfriends will love this top-rated precise clipper for any occasion,The Brand Used by Professionals - Wahl clippers and trimmers have been used by professionals in the salon & barber industry since 1919; Featuring self-sharpening precision blades & quality constructionKeywords: Wahl,Clipper,Rechargeable,Cord/Cordless,Haircutting,&,Trimming,Kit,for,Heads,Longer,Beards,&,All,Body,Grooming,Model,79434Categories: Beauty & Personal Care, Hair Care, Hair Cutting Tools, Hair Clippers & Accessories, Hair Clippers -- CATEGORIES: Beauty & Personal Care,Hair Care,Hair Cutting Tools,Hair Clippers & Accessories,Hair Clippers
Lot Number: 414445

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

Wahl Clipper Rechargeable Cord/Cordless Haircutting & Trimming Kit for Heads, (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6002

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.