default

Request a Quote

Christmas-Card-2024

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:

Christmas Day Closure:
Wednesday, December 25, 2024

 

New Year's Day Closure:
Wednesday, January 1, 2025


Half-Days:
Tuesday, December 24, 2024
Tuesday, December 31, 2024

We will be available to take your calls and orders until noon.

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. All of us at Hardy Diagnostics would like to express our gratitude for your continued support and reliance on our services! From our lab to yours, Happy Holidays!

We are currently experiencing an issue with the file upload functionality on our account registration form. If your company has tax-exempt or reference forms, please email any relevant documents to onlineorders@hardydiagnostics.com to complete your registration. We apologize for any inconvenience this may cause and appreciate your understanding as we work to resolve the issue.

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

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'); });