default

Request a Quote

Nov-closure-virus-txt-v2_1_

Dear valued customer,

As the Holiday Season approaches, we want to keep you informed about our upcoming closures to ensure a seamless experience for you and your laboratory.

Please note that our office operations and order processing department will be closed during these times:

Thanksgiving Day Closure:
Thursday, November 28, 2024


Black Friday Half-Day:
Friday, November 29, 2024

We will have team members available to take your calls and orders 6am-11am PST.

 

Last day for overnight delivery is Tuesday, November 26 for delivery Wednesday, November 27th. Any temperature sensitive orders placed on Wednesday will ship out on December 2nd.

To facilitate a smooth transition during these closures, we kindly request that you plan your orders, requests, and inquiries accordingly. If you have any questions or require further information, please don't hesitate to contact our customer support team at custservice@hardydiagnostics.com or call us toll-free at 800-266-2222.

We appreciate your cooperation and understanding during this holiday period. Thank you for choosing Hardy Diagnostics as your trusted partner. In this season of Thanksgiving, we would like to express our gratitude for your continued support and reliance on our services!
From our lab to yours, Happy Thanksgiving!

We are currently upgrading our website. You may experience delays or limited access to certain features.
Thank you for your patience as we enhance your experience!

Personal Information

Click the tabs below and please fill out the contact information for the following:

Primary Purchasing Contact

Primary Billing Contact

Primary Shipping Contact

Login Information

*Minimum length of password must be equal or greater than 8 symbols. Leading and trailing spaces will be ignored.

Company Information

Resale and Exempt require a certificate at time of application

Drag and drop files or click to select

Max file size: 1024 KB

Billing Information

Shipping Information

Payment Information

Bank Card: Pay with a credit card online, by phone, or by email.

Credit Terms: Pay with Net 30, 60 or 90 Terms.

Credit Terms - Ownership Information

Credit Terms - Trade References

Drag and drop files or click to select

Max file size: 1024 KB

Click the tabs below and please fill out the contact information for the following:

Trade Reference #1 - Contact Information

Trade Reference #2 - Contact Information

Trade Reference #3 - Contact Information

 

We are currently experiencing technical difficulties with our account application process. For assistance applying for an account, please contact our customer service team via email at onlineorders@hardydiagnostics.com, or by phone at 800-266-2222. We appreciate your patience as we work to resolve this issue as quickly as possible.

const togglePassword = document.querySelector("#togglebfb-control-n2hybhx"); const password = document.querySelector("#bfb-control-kv9r4a9"); const confirmpassword = document.querySelector("#bfb-control-bo3m052"); togglePassword.addEventListener("click", function () { // toggle the type attribute const type = password.getAttribute("type") === "password" ? "text" : "password"; password.setAttribute("type", type); // toggle the icon this.classList.toggle("bfb-control-n2hybhx bfb-control mgz__actions-switch-checkbox"); }); togglePassword.addEventListener("click", function () { // toggle the type attribute const type = confirmpassword.getAttribute("type") === "password" ? "text" : "password"; confirmpassword.setAttribute("type", type); // toggle the icon this.classList.toggle("bfb-control-n2hybhx bfb-control mgz__actions-switch-checkbox"); }); confirmpassword.addEventListener("input", function () { if ($('#bfb-control-bo3m052').val() == $('#bfb-control-kv9r4a9').val()) { $('#message').html('Password matches').css('color', 'green'); } else $('#message').html('Please make sure your passwords match.').css('color', 'red'); }); password.addEventListener("input", function () { if ($('#bfb-control-kv9r4a9').val() == $('#bfb-control-bo3m052').val()) { $('#message').html('Password matches').css('color', 'green'); } else $('#message').html('Please make sure your passwords match').css('color', 'red'); });