Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (2024)

  • Home
  • Browse
  • Sanitation
  • Miscellaneous
  • Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1)(67005037)

Listing Number: 67005037 | Bedford, MA US | Bedford Public Schools Facilities Department 0 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%2f67005037%2fGallon-bottles-of-hand-Sanitizer-4-per-box-5-boxes-lot-1'; 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=ErinDorr&template=ask_listing_question&listingID=67005037&returnUrl=%2FListing%2FDetails%2F67005037%2FGallon-bottles-of-hand-Sanitizer-4-per-box-5-boxes-lot-1'; 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=67005037&Receiver=ErinDorr' .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%2f67005037%2fGallon-bottles-of-hand-Sanitizer-4-per-box-5-boxes-lot-1'; 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=ErinDorr&template=ask_listing_question&listingID=67005037&returnUrl=%2FListing%2FDetails%2F67005037%2FGallon-bottles-of-hand-Sanitizer-4-per-box-5-boxes-lot-1'; 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=67005037&Receiver=ErinDorr' .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%2f67005037%2fGallon-bottles-of-hand-Sanitizer-4-per-box-5-boxes-lot-1'; 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=ErinDorr&template=ask_listing_question&listingID=67005037&returnUrl=%2FListing%2FDetails%2F67005037%2FGallon-bottles-of-hand-Sanitizer-4-per-box-5-boxes-lot-1'; 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=67005037&Receiver=ErinDorr' .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); }); } }); });

Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (1)

  • Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (2)

  • Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (3)

  • Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (4)

  • Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (5)

This will lower the reserve so that the next placed bid will meet the reserve.

Starting Bid: $200.00
Current Price: $200.00
Buy Now Price $0.00
No Reserve
Buyer's Fee: 9.00%
Start Date
End Date [Extended]
Bid History 0Bid(s)
Page Views 77

Check only, made to Town of Bedford

Unopened, 4 one-gallon bottles per box. 5 boxes (20bottles) per lot. no expiration.Pumps not included. Can be used to refill auto dispensers as well.Retails for $109/box

Pickup at Bedford MA Facilities Dept or Shipping available if buyer provides labels. Check made to Town of Bedford.

Will Item results be voted on No
Will you ship this item Yes. At the expense of the bidder.
In person item inspection information can call 781-918-4753 if in person review is wanted
Pickup Location Details Town of Bedford Facilities Dept

You must be signed in to ask and answer questions.

No one has asked a question on this item yet.

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.

Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (6)Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (7)Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (8)

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.

Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (9)Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (10)Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (11)

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.

Gallon bottles of hand Sanitizer, 4 per box (5 boxes, lot 1) (2024)

FAQs

How much sanitizer solution would i need to make 2 gallons of sanitizer water? ›

Fill a clean, designated sanitizing bucket with warm water. Add 1/2 fluid ounce (1/2 Tablespoon) of chlorine sanitizer product for every 2 gallons of water in the bucket. Mix the solution thoroughly.

What is the formula for making sanitizer? ›

4 cups of isopropyl alcohol, also called rubbing alcohol (99%) ¼ cup household hydrogen peroxide (3%) 4 teaspoons glycerin, sometimes called glycerol. 1 cup distilled water (or water that has been boiled and cooled)

How many gallons of hand sanitizer in a smoke compartment? ›

The 10-gallon limit per smoke compartment is applicable to the aggregate of all alcohol-based products mounted in unprotected locations within a smoke compartment.

Does hand sanitizer go in the 3 1 1 bag? ›

TSA allows hand sanitizer in a passenger carry-on bag under the 3-1-1 liquids rule. These are limited to travel-size hand sanitizer containers that are 3.4 ounces (100 milliliters) or less per item.

How much sanitizer per gallon? ›

Make a Sanitizing Solution
WaterBleach Strength* 2.75%Bleach Strength* 5.25-6.25%
1 gallon1/3 cup, plus 1 tablespoon3 tablespoons
1 quart1½ tablespoons2¼ teaspoons
Nov 18, 2020

What is the ratio of sanitizer to water? ›

(Approximately 1/2 teaspoon chlorine to 1 gallon water.) Tables, food preparation areas, toys, cots and items you spray bleach solution to sanitize: 1 tablespoon chlorine to 1 gallon water. (Paper test strip will show dark at 200 ppm.)

What is the correct mix for sanitizer? ›

How to make a 1500 ppm solution for general disinfecting
Amount of Cool WaterAmount of Bleach
2 gallons2/3 cup
3 gallons1 cup
40 oz. spray bottle5 cups5 teaspoons
32 oz. spray bottle4 cups4 teaspoons
4 more rows

What is the formula for creating a sanitizing solution? ›

Use a sanitizing solution of 1 teaspoon of liquid chlorine bleach to one gallon of warm water (at least 75°F) (200 ppm solution) with clean wiping cloth. (Note: solution should be changed often).

Does sanitizer remove smoke smell? ›

Several products and tools may be necessary for getting rid of cigarette smells. These include: hygiene products, including soap, cleanser, hand sanitizer, shampoo, conditioner, and dry shampoo for deodorizing hair. toothpaste, mints, gum, and lozenges for your breath.

How do you measure sanitizer? ›

Steps to Use Sanitizer Test Strips
  1. Dip and Retrieve: • Dip the test strip into the sanitizing solution. ...
  2. Wait for Reaction: • Allow the test strip to react with the sanitizer for the specified time (usually a few seconds).
  3. Compare Colors: • ...
  4. Adjust Concentration if Needed: •
Feb 19, 2024

Can you smoke after using hand sanitizer? ›

It should be kept away from open flames and sources of heat. When using hand sanitizer, hands should be rubbed together until they are completely dry. People should be especially careful if attempting to smoke, light candles, or use a gas stove immediately after applying hand sanitizer.

What is the 3-1-1 rule? ›

Before Packing

Liquids, gels and aerosols packed in carry-on must follow the 3-1-1 liquids rule: 3.4 ounces or less per container. 1 quart size, clear, plastic, zip top bag (all liquids must fit in bag) 1 bag per passenger.

Does toothpaste count as a liquid? ›

Each passenger is limited to one quart-size bag of liquids, gels and aerosols. Common travel items that must comply with the 3-1-1 liquids rule include toothpaste, shampoo, conditioner, mouthwash and lotion.

Does chapstick count as a liquid TSA? ›

You are permitted to bring solid cosmetics and personal hygiene items as such lipstick, lip balm and similar solids. Please remember these items must be solid and not liquid, gel or aerosol. Only the items mentioned above are permitted in your carry-on bags.

What is the proper dilution ratio for the sanitizer solution? ›

Use a sanitizing solution of 1 teaspoon of liquid chlorine bleach to one gallon of warm water (at least 75°F) (200 ppm solution) with clean wiping cloth. (Note: solution should be changed often).

What concentration should sanitizer water be? ›

concentration between 50 and 100 ppm. may have an ideal concentration of 200 ppm.

What is the ratio of disinfectant to water? ›

Understanding the concentration of your bleach solution is important for achieving effective disinfection. Bleach (usually 5.25% or 6.00%–6.15% sodium hypochlorite depending upon manufacturer) is usually diluted in water at 1:10.

How much amount of bleaching sanitizer is needed for 1 gallon of water? ›

Emergency Disinfection of Drinking Water
Volume of WaterAmount of 6% Bleach to Add*Amount of 8.25% Bleach to Add*
1 gallon8 drops6 drops
2 gallons16 drops (1/4 tsp)12 drops (1/8 teaspoon)
4 gallons1/3 teaspoon1/4 teaspoon
8 gallons2/3 teaspoon1/2 teaspoon
1 more row
Jun 24, 2024

References

Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated:

Views: 6323

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.