default

Request a Quote

Dear valued customer,

We would like to inform you that Hardy Diagnostics will be closed on Thursday, July 4th, in observance of Independence Day.

Please be aware that FedEx, UPS, and USPS will also be closed on this day.

As a result, the last day to order and ship temperature-sensitive items this week will be Tuesday, July 2nd.

 

Important Details:

1) Closure date: Thursday, July 4th

2) Order cut-off for temperature-sensitive items: Tuesday, July 2nd, 12:00 PM (all time-zones)

 

We appreciate your understanding and encourage you to plan your orders accordingly to avoid any disruptions. Normal business operations will resume on Friday, July 5th.

Should you have any questions or need assistance with your orders, please do not hesitate to contact our customer service team at CustService@HardyDiagnostics.com, or reach out to your Sales Representative.

Thank you for your continued support, and we wish you a safe and happy Independence Day!

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