Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) (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://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f747756365%2fPuller-Tool-StandUp-Long-Handle-Weed-Picker-with-Leaf-Bag-4-Claws-Stain-SR'; 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=Sardis-Rd&template=ask_listing_question&listingID=747756395&returnUrl=%2FEvent%2FLotDetails%2F747756365%2FPuller-Tool-StandUp-Long-Handle-Weed-Picker-with-Leaf-Bag-4-Claws-Stain-SR'; 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=747756395&Receiver=Sardis-Rd' .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://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f747756365%2fPuller-Tool-StandUp-Long-Handle-Weed-Picker-with-Leaf-Bag-4-Claws-Stain-SR'; var checkoutHtml = '

'; 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=Sardis-Rd&template=ask_listing_question&listingID=747756395&returnUrl=%2FEvent%2FLotDetails%2F747756365%2FPuller-Tool-StandUp-Long-Handle-Weed-Picker-with-Leaf-Bag-4-Claws-Stain-SR'; 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=747756395&Receiver=Sardis-Rd' .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 = 301; var lastLotOrder = 1249; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 747574072, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 301; var lastLotOrder = 1249; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 747574072, 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://vistaauction.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f747756365%2fPuller-Tool-StandUp-Long-Handle-Weed-Picker-with-Leaf-Bag-4-Claws-Stain-SR'; 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=Sardis-Rd&template=ask_listing_question&listingID=747756395&returnUrl=%2FEvent%2FLotDetails%2F747756365%2FPuller-Tool-StandUp-Long-Handle-Weed-Picker-with-Leaf-Bag-4-Claws-Stain-SR'; 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=747756395&Receiver=Sardis-Rd' .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

WARRANTY & CONDITION
Most of these items are either new in the box or some are online returns. Some of the items may have been previously opened, used, or have been damaged. The photos used are stock photos and are representative of the merchandise. Each item is listed per their individual UPC label. Please pay close attention to the item's description, as our staff flags item(s) that are incomplete and/or damaged. These items will contain additional details about their condition. ALL SALES ARE FINAL. Items are sold as-is with no warranty. No refunds will be made.

15.00% Buyer's Premium

$2.00 Per Lot Fee

This Auction Uses Proxy Bidding.

Ended

Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) (1)

MSRP: $59.99 - Light Use

Item # 302

Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) (2)

  • Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) (3)

  • Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) (4)

  • Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) (5)

  • SoldWinning Bid: $4.00
  • 4 Bid(s) View Bid History

Sardis-Rd

Payment Options Seller Accepts Credit Cards

Details

Item # 302

Listing ID 747756395

End Date

Start Date

Description

Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stainless Steel & Foldable Foot Board, Easy Weeding Removal, No Bending

Light Use

Product Link*

Retail Price: $ 59.99

https://www.amazon.com/dp/*

*For Reference Only. Please read the condition comment and look at the pictures of the actual product

katerynap

VALPN-01475035

Puller Tool Stand-Up - Long Handle Weed Picker with Leaf Bag, 4 Claws Stain (SR) (2024)

FAQs

Are weed pullers worth it? ›

It's a quick and easy way of removing weeds from your lawn without the risk of accidentally killing it. Used properly, the right tool will remove the plant and all its roots. A stand-up weed puller is kinder on sore backs, hips and knees.

What tool is used to pull weeds easier? ›

A dandelion weeder, also known as a puller, is a tool with a forked blade. When inserted into the soil underneath the weed, the blade pulls the plant and taproot out. A puller with a curved design makes weed removal easier. This tool can also pull out clusters of weeds at one time.

What model number is the Fiskars 4 claw stand up Weeder? ›

Fiskars 34in Stand up 4 Claw Garden Weeder 339950-1001 - The Home Depot.

Is pulling weeds better than spraying? ›

If you're looking to get rid of them, you'll want to spray them instead of pulling them by hand. Spraying weeds requires less effort, allows you to cover a larger area, and is more effective since herbicides can quickly kill them. Meanwhile, hand-pulling weeds will require more effort and time.

How effective is hand-pulling weeds? ›

If you only pull the leaves above the ground out, research indicates you'll need to repeat the process between eight and 10 times before some perennial weeds are gone for good.

What is the fastest and easiest way to pull weeds? ›

Carry a garden fork or trowel with you when you're outside so you can attack baby weeds the minute you spot them. If the soil is dry, or if your weeds are too small to pull by hand, use a hoe. Keep the blade sharp for a fast cleanup in large areas.

What is the difference between Fiskars 3 claw and 4 claw? ›

The 3-claw model has a slightly lower price point. However, the 4-claw model has an extra claw, making it more efficient at grabbing weeds by the root. It also has a redesigned ergonomic handle. Fiskars stands behind its products and includes a full lifetime warranty.

What is a finger weeder? ›

Finger weeders are a tool used in conjunction with a cultivator. Finger weeders mount to a cultivators toolbar and will mount on most cultivation systems. The main benefit of finger weeders is that they effectively remove weeds from the plant row itself, without harming the crop.

What is grubber weeder? ›

Grubber weeders are used in agriculture to remove weeds. These are widely praised for their dimensional correctness, strong construction, and high tensile strength, as well as being lightweight and simple to use.

What is a push pull weeder? ›

This Push/Pull Weeder features a wavy, dual edge blade which works backwards and forwards to trap and cut though weeds just below soil level. The tool head width of 15cm, combined with the integrated side guards, enables you to work close to plants without damaging them.

What is a telescopic weeder? ›

TELESCOPING WEEDER \u2013 SAVES BACK STRAIN

With its sharpened L-shaped blade and telescoping handle, this Weeder is purpose-built as a stand-up tool, saving strain on your back. It excels at cutting weeds from between pavers, along driveway edges and even along the sidewalk.

Is it pointless to pull weeds? ›

Whether they're dandelions, bindweed, spurge, or some other growth, weeds rob nutrients and sunlight from the plants you want to grow—which is why weeds must be eliminated!

Is it better to pull weeds or hoe them? ›

Instead, hoe the soil every week or two, and as soon after every rain as the soil crust begins to dry. This way, weed seedlings are killed before they get a firm footing. If weeds are rampant, the only type of hoe that will kill them is a standard, large-bladed garden hoe, used with a not-very-pleasant chopping motion.

Is weed pulling good exercise? ›

Weeding is Good Exercise

One of the physical benefits of weeding is that it's a great arm workout to pull those weeds. Just be sure to alternate so both sides of your body are feeling the burn.

Top Articles
Latest Posts
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 6496

Rating: 4.7 / 5 (57 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.