- Home
- Browse
- Printers/Scanners/Copiers
- 16 PRINTERS & FAX MACHINES - DSS3779 #138(68501893)
Listing Number: 68501893 | Trenton, NJ US | NJ Purchase and Property - DSS 18 Seller's Other Auctions
"); 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 if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'localhost:64580/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f68501893%2fComputers-IT-PrintersScannersCopiers'; 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 (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=tyqrell&template=ask_listing_question&listingID=68501893&returnUrl=%2FListing%2FDetails%2F68501893%2F16-PRINTERS-FAX-MACHINES-DSS3779-138'; var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '
'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=68501893&Receiver=tyqrell' .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 checkout button if the listing ends successfully and the winner is viewing $(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 == "") { var checkoutUrl = 'localhost:64580/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f68501893%2fComputers-IT-PrintersScannersCopiers'; 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.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //render contact seller button if one does not already exist if (true && $("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=tyqrell&template=ask_listing_question&listingID=68501893&returnUrl=%2FListing%2FDetails%2F68501893%2F16-PRINTERS-FAX-MACHINES-DSS3779-138'; var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '
'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=68501893&Receiver=tyqrell' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(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 = ProxyAuction.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'localhost:64580/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f68501893%2fComputers-IT-PrintersScannersCopiers'; 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 (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=tyqrell&template=ask_listing_question&listingID=68501893&returnUrl=%2FListing%2FDetails%2F68501893%2F16-PRINTERS-FAX-MACHINES-DSS3779-138'; var contactSellerHtml = '
' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '
'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=68501893&Receiver=tyqrell' .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); }); } }); });
This will lower the reserve so that the next placed bid will meet the reserve.
Starting Bid: $300.00 | |
Current Price: $300.00 | |
Buy Now Price | $0.00 | No Reserve |
Buyer's Fee: 7.00% |
Start Date | |
End Date | [Extended] |
Bid History | 0Bid(s) |
Page Views | 90 |
Payment in full is due to Municibid no later than 5 working days after the close of the auction. Payment is accepted in the form of Electronic Fund Transfer, Wire Transfer, Credit Card and Certified Payment (Certified Check, Cashiers Check, or Money Order). Mailed payments must be postmarked no later the 2 working days from the date of the notice of award. Please note: It may take 2 to 3 days to process your payment once it is received. For full payment instructions please visit www.municibid.com/pay
This auction is for Sixteen (16) piecesof assorted used Printers and Fax machinesand related parts. This Lot contains:
1) IPM Balanced Power II 2) HP Color Printer 3) HP Design Jet T1700 4) Plus Board Fax BF- 035 5) Sharp LCD Monitor 6) Samsung TV Stand
7) Canon Image Runner 2022 8) Xerox WorkCentre 9) Canon Image Runner 2230 10) Panasonic TV Stand 11) HP LaserJet 8000 N 12) HP LaserJet 8150 N
13) HP LaserJet 9000 14) Cam Color 9050 15) Envelopener Serial # 1476 16) Kobra Shredder
Picturesdo not show all angles of the lot,PLEASE INSPECT.
The equipment is being offered as ONE LOT. Everything is palletized and wrapped, ready for loading onto a 48' trailer or 40' sea container. Most pallets stacked 4'-5' high, and pallets may contain mixed product. Nothing has been tested. Exact numbers/inventory not available. This lot can be inspected by calling the B.O.S.S. warehouse (see inspection information below).
This is USED computer and office electronics equipment, being sold as ONE LOT of 20 pallets. Winning bidder must agree to pick up with at least a 48' trailer or 40' container.
For further information, or to arrange an inspection, contact Jasen Rodriguez at 609-963-3992(O) or609-422-6195 (c)INSPECTION BY APPOINTMENT ONLY.
Removal:
The asset must be removed within 10 working days of close of auction. Any asset paid for but not picked up within 10 working days will be subject to a $40 storage fee per calendar day or forfeiture. The Buyer will make all arrangements and perform all work necessary, including special packing, loading and transportation of the property. Trailer height loading dock at the facility. On site staff will load palletized assets with forklift as appropriate. Winning bidder WILL NOT be allowed to use and State motorized MHE.
Special Instructions:
Most items offered for sale are used and may contain defects not immediately detectable. Bidders may inspect the property prior to bidding.
This lot is being offered for sale"AS IS - WHERE IS". No guarantees or warranties. Assets may contain defects not readily apparent by visual inspection.
Note to Bidders:
The State of New Jersey Surplus Property Unit is part of a state agency that sells used surplus property for other state agencies across the State of New Jersey. We normally get very little to no information on most items we sell and it is the bidders responsibility to inspect and determine the overall condition of the items they wish to purchase. Also, please note that the picture(s) are only part of the description and cannot be relied upon to determine overall condition. Physical inspection of the property is highly encouraged and recommended. There may be missing items/parts that were removed before turning the item into the surplus property unit. There are no refunds!
Custom ID | DSS3779 #138 | |
Will Item results be voted on | No | |
Will you ship this item | No. Pickup only. | |
In person item inspection information | Asset Contact- Jasen Rodriguez; To arrange an inspection, contact Jasen Rodriguez at 609-963-3992(O) or 609-422-6195 (c) INSPECTION BY APPOINTMENT ONLY | |
Pickup Location Details | Bureau Of Special Services: 380 Scotch Road Ewing, NJ 08628; Jasen Rodriguez at 609-422-6195 (C); 609-963-3992 (O) |
Ask this seller a question
Please note that all questions are public. Do not include personal information you wouldn't want everyone to know.
Please keep your question specific to the actual item or details of the auction. Users abusing the questions & answer section will be banned from using Municibid. Harassment and abuse will not be tolerated.
You will receive an email when the seller responds.
Are you sure?
Our Buyers Fees
With Municibid, pricing is clear, up-front and transparent. A buyer's fee (% of the winning bid amount) will be charged directly to the winning bidder upon the close of each auction via the credit card you entered prior to placing the bid. You pay the selling agency directly for the full cost of the item. (unless otherwise noted)
All Buyers fee's are aggregate unless otherwise noted. This means after you cross certain price thresholds you will pay a different buyers fee for the remaining amount. See below for an example.
Example:
If buyers fee is 8% for bids up to $99,999.99, 5% for bids $100,000 - $499,999.99, and 4% for bids over $500,000.
- Winning bid: $50,000: = Buyers fee: $4,000 (8% of $50,000).
- Winning bid: $150,000: = Buyers fee: $10,500 (8% of $100,000 = $8,000) + (5% of $50,000 = $2,500).
- Winning bid: $550,000: = Buyers fee: $30,000 (8% of $100,000 = $8,000) + 5% of $400,000 = $20,000) + (4% of $50,000 = $2,000).
Where can I see what the buyers fee is?
The current buyers fee will always be shown on the page of the listing under the current price in both the bid area and auction details area. You will also see the buyers fee amount you will pay for your entered bid on the page where you confirm your bid.
What if the selling agency rejects my bid?
If the government agency rejects your bid (they reserve the right to do so) your buyer's fee will be returned, in full, to you within 5 days of notification to Municibid of the rejected bid by the governing body.
Bidding Increments
Please Note: Bid increments automatically adjust based on the level of the current bid. The increments are as follows:
If amount is greater than or equal to | The bid increment will be |
$0.00 | $1.00 |
$100.00 | $10.00 |
$500.00 | $25.00 |
$1000.00 | $50.00 |
$2500.00 | $100.00 |
**If there is a reserve on an item, your bid will go to the lessor of either your maximum bid or the reserve price.
FAIR WARNING ALL SALES ARE FINAL. You are legally obligated to pay for your item per the terms of the seller if you are the high bidder at the close of auction. If you do not pay for your item, you will not receive a refund of your buyer's final sale fee, you will no longer be permitted to bid on municibid.com and will be subject to a penalty of 40% of the winning bid amount. If your credit card is declined for insufficient funds, you will be charged a $50 fee.
Our Buyers Fees
With Municibid, pricing is clear, up-front and transparent. A buyer's fee (% of the winning bid amount) will be charged directly to the winning bidder upon the close of each auction via the credit card you entered prior to placing the bid. You pay the selling agency directly for the full cost of the item. (unless otherwise noted)
All Buyers fee's are aggregate unless otherwise noted. This means after you cross certain price thresholds you will pay a different buyers fee for the remaining amount. See below for an example.
Example:
If buyers fee is 8% for bids up to $99,999.99, 5% for bids $100,000 - $499,999.99, and 4% for bids over $500,000.
- Winning bid: $50,000: = Buyers fee: $4,000 (8% of $50,000).
- Winning bid: $150,000: = Buyers fee: $10,500 (8% of $100,000 = $8,000) + (5% of $50,000 = $2,500).
- Winning bid: $550,000: = Buyers fee: $30,000 (8% of $100,000 = $8,000) + 5% of $400,000 = $20,000) + (4% of $50,000 = $2,000).
Where can I see what the buyers fee is?
The current buyers fee will always be shown on the page of the listing under the current price in both the bid area and auction details area. You will also see the buyers fee amount you will pay for your entered bid on the page where you confirm your bid.
What if the selling agency rejects my bid?
If the government agency rejects your bid (they reserve the right to do so) your buyer's fee will be returned, in full, to you within 5 days of notification to Municibid of the rejected bid by the governing body.
Bidding Increments
Please Note: Bid increments automatically adjust based on the level of the current bid. The increments are as follows:
If amount is greater than or equal to | The bid increment will be |
$0.00 | $1.00 |
$100.00 | $10.00 |
$500.00 | $25.00 |
$1000.00 | $50.00 |
$2500.00 | $100.00 |
FAIR WARNING ALL SALES ARE FINAL. You are legally obligated to pay for your item per the terms of the seller if you are the high bidder at the close of auction. If you do not pay for your item, you will not receive a refund of your buyer's final sale fee, you will no longer be permitted to bid on municibid.com and will be subject to a penalty of 40% of the winning bid amount. If your credit card is declined for insufficient funds, you will be charged a $50 fee.