×Bidding has ended for this item.
"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } } ); } if (data.Accepted) {//prepare system message 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); }); } //give the complete button again checkout if a line item is returned // EXCEPT: When Auto Generate Invoices is enabled, don't show the checkout buttons until the entire event completes if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https:// bidera .com /Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f699437%2fMix-lot-of-04-Used-Napa-Heavy-Truck-Facks' 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("Ignoring rendering buy button because it already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //show contact seller button if not already there if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellercUrl = / SendListingMessage?receiver=admin&template =ask_listing_question&listingID=699438&returnUrl=%2FEvent%2FLotDetails%2F699437%2FMix-lot-of-04-Used-Napa-Heavy-Javy-Ru var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contact seller' + '' + '' + '
'? $(".detail__context-menu").append(contactSellerHtml).show(); jslog("showing contact button for line item #" + data.LineItemID); } // render feedback button as (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=699438&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Comments' + '' + '' + '
'? $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button showing for line item #" + data.LineItemID); } } } else { //ReasonString filled, prepare 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, ReasonString is gevuld, not negative system(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); }); } } } }); / / shows a buy button if: // // - the lot ends successfully and // - the winner is watching, but only if // - auto-invoicing is disabled // // mainly for one invoice per lot per buyer , instead of the general preference one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestListings) < 0) return; if (autoGenerateInvoices | | ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when automatic invoice generation is enabled, don't show batch checkout buttons until the entire event terminate if (!autoGenerateInvoices) { var checkoutUrl = 'https://bidera.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f699437%2fMix-lot-of-04-Used-Napa-Heavy-Truck-Hydraulic-Floor-Jacks'; var checkoutHtml = '
' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '
'? if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("Ignoring rendering buy button because it already exists."); } } //show contact seller button if not present if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question1&template=ask_listing_question1%26Ustion1%turistl" =26%turisting Details F %2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=699438&returnUrl=%2FEvent%2FLotDetails-N40-2FLotDetails-pa-Ux3-FotDetails - Hydraulic floor jacks do Heavy Trucks? var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contact seller' + '' + '' + '
'? $(".detail__context-menu").append(contactSellerHtml).show(); jslog("showing contact button for line item #" + data.LineItemID); } // render feedback button as (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=699438&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Comments' + '' + '' + '
'; $(".detail__context-menu").append(feedbackHtml).show(); jslog ("feedbackknop weergegeven voor regelitem #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("clik", function () { var thisLotOrder = 87; var lastLotOrder = 98; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true ); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 497285, lotOrder: (thisLotOrder - 1) }) .done(function (data) {if (data.LotId) {window.location.href = "/ Evenement/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("κλικ", συνάρτηση () { var thisLotOrder = 87; var lastLotOrder = 98; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true ); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 497285, 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", συνάρτηση (gebeurtenis, data) { if ($.inArray(data.ListingID, interesantListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (lijst, factuler), status, + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //toon de knop "Factuur bekijken" of "Afrekenen" indien van toepassing als (δεδομένα. InvoicePayerUN = = aweUserName) {//get resultaat van /RealTime/IsInvoicePayable?invoiceId=nnnnnn var soz = Proxy.invokeAsync("IsInvoicePayable", {invoiceId: data.InvoiceID }, var check(result:rl) {{101} /bidera .com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f699437%2fMix-lot-of-04-Used-Napa-Heavy-Truck-Hydraulic- '; if (result.isPayable) {//factuur moet betaald worden if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) {//geef de checkout- knop weer als men dat niet doet bestaat al var checkoutHtml = '
' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '
'? $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button for invoice #" + data.InvoiceID); } } else { //invoice is not payable so instead of 'checkout' button show 'view invoice' button if not already there if ($("a.btn__detail__invoices").length == 0 ) { var viewInvoiceHtml = '
' + '' + '' + '' + '' + '' + '' + 'View invoice' + '' + '' + '
'? $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button displayed for invoice #" + data.InvoiceID); } } //show the contact and/or feedback buttons only if // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result is Paid ) { //show contact seller button if not present if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_Quest=ask_listing_quest=69_listing_quest_quest_details 2Flot %2F699437%2FMix-lot-of-04-Used-Napa-Heavy-Truck-Hydraulic-Floor-Jacks'; var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contact seller' + '' + '' + '
'? $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button displayed for invoice #" + data.InvoiceID); } // render feedback button as (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=699438&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Comments' + '' + '' + '
'? $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button showing for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); }); soz.fail(function (jqXHR, textStatus) { jslog("Failed to get invoice status (2): " + textStatus); }); } }); });
Back to catalog
Auction announcement
Payment is made immediately.Call or email us for instructions on wire transfers, Zelle transfers and cashier's checks. All payments must be received by 5:00 p.m. after the auction closes.
Transfer of securities is necessary,Regardless of whether you are an authorized car dealer or a private individual. No exceptions to the rules! Only winners will receive step-by-step instructions. Local bidders have (3) business days to remove their winning items. Out-of-state bidders will have up to (7) business days to remove their winning items. If items are not removed within the specified time, a fee of $50 per day for up to (5) days will be charged. Every day after (5th day) the item will be declared abandoned and the bidder will be banned from Bidera.com, lose ownership rights and make all payments.
No third party pickups allowed for credit card payments, direct funds only.
Payments accepted are Wire, Cashiers Cheque, Zelle, Visa & Mastercard. The buyer's premium is 13%, a discount of -3% applies for immediate payment of the money.
For more questions, please contact the office305-822-5000Route management
13.00% buyer's premium
This auction was usedProvide power of attorney.
Active
Mix Lot (04) Used Napa Heavy Truck Hydraulic Truck Floor Jacks
The city of Miami Beach
- Current price$9:00 pm ( ) No reserve
-
Your maximum bid is$0,00
- 27 offersView bid history
Admin
Contact the sellerPayment options Seller accepts credit cards
Payment instructions
Wire Transfer, Cashier's Checks, Zelle, Master Card and Visa Credit Cards
Details
- Unit THAT
- To do Napa
- Model Unknown
- Accu It's missing
- Batch #202
- System ID # 699437
- Expiration date
- Start date
Description
Mix Lot (04) Used Napa Heavy Truck Hydraulic Truck Floor Jacks
(03)Used 35 Ton Capacity Napa Heavy Truck Air Hydraulic Floor Jacks
(01)Hydraulic floor jack Unknown brand (unknown capacity)
They show surface rust, have been out in storage for a while
Unknown operating state
Look at the pictures
Everything is sold as is