www.bi-connect.com Open in urlscan Pro
151.101.193.124  Public Scan

Submitted URL: http://bi-connect.com/
Effective URL: https://www.bi-connect.com/customer/account/login/referer/aHR0cHM6Ly93d3cuYmktY29ubmVjdC5jb20v/
Submission: On January 09 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.bi-connect.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.bi-connect.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.bi-connect.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.bi-connect.com/customer/account/loginPost/referer/aHR0cHM6Ly93d3cuYmktY29ubmVjdC5jb20v/

<form class="form form-login" action="https://www.bi-connect.com/customer/account/loginPost/referer/aHR0cHM6Ly93d3cuYmktY29ubmVjdC5jb20v/" method="post" id="login-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="bab1j7CmD27oc3vZ">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="email"><span>Email</span></label>
      <div class="control">
        <input name="login[username]" value="" autocomplete="off" id="email" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span>Password</span></label>
      <div class="control">
        <input name="login[password]" type="password" autocomplete="off" class="input-text" id="pass" title="Password" data-validate="{required:true}" aria-required="true">
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary"><button type="submit" class="action login primary" name="send" id="send2"><span>Sign In</span></button></div>
      <div class="secondary"><a class="action remind" href="https://www.bi-connect.com/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a>
      </div>
    </div>
    <div id="remember-me-box" class="field choice persistent">
      <input type="checkbox" name="persistent_remember_me" class="checkbox" id="remember_meTc5fQ0Wotl" title="Remember my password">
      <label for="remember_meTc5fQ0Wotl" class="label"><span>Remember my password</span></label>
      <!--span class="tooltip wrapper">
        <strong class="tooltip toggle"> What&#039;s this?</strong>
        <span class="tooltip content"> Check &quot;Remember my password&quot; to access your shopping cart on this computer even if you are not signed in.</span>
    </span-->
    </div>
  </fieldset>
</form>

POST https://www.bi-connect.com/contact/index/post/

<form class="form contact" action="https://www.bi-connect.com/contact/index/post/" id="contact-form" method="post" data-bind="scope: 'contact-form-data'" data-hasrequired="* Required Fields" novalidate="novalidate">
  <fieldset class="fieldset">
    <div class="field name required">
      <div class="control">
        <input name="name" id="name" title="Full Name" data-bind="value: customer().fullname" placeholder="Full Name" class="input-text" type="text" data-validate="{required:true}" aria-required="true">
      </div>
    </div>
    <div class="field email required">
      <div class="control">
        <input name="email" id="email" title="Email" data-bind="value: customer().email" placeholder="Email" class="input-text" type="email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field telephone">
      <div class="control">
        <input name="telephone" id="telephone" title="Phone Number" value="" placeholder="Phone Number" class="input-text" type="text">
      </div>
    </div>
    <div class="field customer-number">
      <div class="control">
        <input name="customer-number" id="customer-number" title="Customer Number" data-bind="value: soldto_id" placeholder="Customer Number" class="input-text" type="text">
      </div>
    </div>
    <div class="field subject">
      <div class="control">
        <input name="subject" id="subject" title="Subject" value="" placeholder="Subject" class="input-text" type="text">
      </div>
    </div>
    <div class="field comment required">
      <div class="control">
        <textarea name="comment" id="comment" title="Comments" placeholder="Comments" class="input-text" cols="5" rows="8" aria-required="true"></textarea>
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <input type="hidden" name="hideit" id="hideit" value="">
      <button type="submit" title="Submit" class="action submit primary">
        <span>Submit</span>
      </button>
    </div>
    <div class="primary">
      <button type="button" title="Cancel" class="action submit cancel">
        <span>Cancel</span>
      </button>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.bi-connect.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Please validate an invoice for this location to gain access or contact customer
support if you need assistance.
You don't have access to this resource. Please contact customer support if you
need assistance.
Toggle Nav
 * My Dashboard
 * Products
    * PETS
    * Parasiticides
    * Vaccines
    * Dental
    * Pain Management
    * Therapeutics
   
    * EQUINE
    * Gastrointestinal Health
    * Joint Health
    * Parasiticides
    * Vaccines
    * Respiratory
    * Other Therapeutics (EPM, PPID)
   
    * Quick Orders
    * Suggested Orders
    * Favorites

 * My Tools
    * Promotions
    * Programs
    * Coupons
    * Rebates

 * Orders & Payments
    * Order History and Returns
    * Statements
    * Invoices & Payments
    * Payment Methods
    * Quick Orders
    * Suggested Orders
    * Favorites

 * Resources
    * Marketing Resources


My Cart
My Cart
Close
My Cart 0
You have no items in your shopping cart.
x

MY ACCOUNT



 

 * My Profile
 * Preferences
 * Orders
 * Statements
 * Invoices
 * Favorites List
 * Sign Out

 * Compare Products

Loading your location ...





Your location was changed on a different tab, which has changed your location on
this tab
Search
Search
Advanced Search
Search

Welcome to BI-CONNECT™

Your digital destination for all things Boehringer Ingelheim Animal Health


Customer Login
Returning BI-CONNECT™ User? Welcome back!
Email

Password

Sign In
Forgot Your Password?
Remember my password
New to BI-CONNECT™? Enroll today!

BI-CONNECT.com is your one-stop portal that makes it easy to manage every aspect
of your Boehringer Ingelheim Animal Health account.

Enroll
External customers
Boehringer Ingelheim Employee Login

HOME PRODUCTS PROMOTIONS PROGRAMS REBATES COUPONS ORDER HISTORY INVOICES &
PAYMENTS    

CARBIMMUNE®, EQUIOXX®, GASTROGARD®, LEGEND®, MARQUIS®, RHINOMUNE®, STREPVAX®,
SURPASS®, TETGUARD®, ULCERGARD®, ULTRAFIL®, HEARTGARD®, ORAVET®, ONCEPT®,
PREVICOX®, PROZINC®, RECOMBITEK®, TRESADERM®, IMRAB®, the Cat & Hand logo®, and
the Dog & Hand logo® are registered trademarks of Boehringer Ingelheim Animal
Health USA Inc. The Horse Head logo™, the Horse logo™, POTOMAVAC™, PetPro
Connect™, PetPro Tele+™, BI-CONNECT™ and the BI-CONNECT logo, PAWRU™, CLIENT
CONNECTION™, and SATISFACTION PLUS GUARANTEE™ are trademarks of Boehringer
Ingelheim Animal Health USA Inc. ASERVO®, EQUIHALER®, CALVENZA®, PRASCEND®,
SEDIVET® , VENTIPULMIN®, VETERA®, METACAM®, SEMINTRA®, and VETMEDIN® are
registered trademarks of Boehringer Ingelheim Vetmedica GmbH, used under
license. EQVALAN®, ZIMECTERIN®, FRONTLINE®, CENTRAGARD®, IMMITICIDE®, NexGard®,
and PUREVAX® are registered trademarks of and the Cat & Heart logo™ and
FRONTLINE VET LABS™ are trademarks of the Boehringer Ingelheim Group. HYVISC® is
a registered trademark of Anika Therapeutics, Inc., used under license.
BUSCOPAN® is a registered trademark of Boehringer Ingelheim Pharma GmbH & Co.
KG, used under license. HYALOVET® is a registered trademark of TRB Chemedica
International S.A., Geneva Switzerland, used under license. All other trademarks
are the property of their respective owners. ©2021 Boehringer Ingelheim Animal
Health USA Inc., Duluth, GA 30096. All rights reserved. US-MSP-0006-2021

BI-CONNECT™ and the BI-CONNECT logo are trademarks of Boehringer Ingelheim
Animal Health USA Inc. All other trademarks are property of their respective
owners. ©2021 Boehringer Ingelheim Animal Health USA Inc., Duluth, GA 30096. All
rights reserved. US-MSP-0009-2021

Terms and Conditions Privacy Policy MAP Policy MAP Policy Schedule A    MSRP

 
 
 
You will be automatically logged out shortly. Would you like to continue your
session? 1:00
 

Contact Us

HELP DESK

Hi there!

Ask us anything, or share your feedback.

The BI-CONNECT™ Customer Support Team is available to help 8AM-5:30PM EST Monday
through Friday.

START A CONVERSATION 

Click to Chat Chat Currently Not Available

Frequently Asked Questions

Send an Email

(888) 637-4251

8AM-5:30PM Mon-Fri

Submit
Cancel

Show welcome pop-up

 * bi-dashboard
 * bi-how-to-order
 * bi-make-payment
 * bi-track-orders
 * bi-rebates
 * bi-coupons
 * bi-trainings


WELCOME


DASHBOARD

Welcome to the BI-CONNECT™ homepage. Here you can:

 1. Quickly navigate to other tools.
 2. Stay organized with a custom dashboard made just for you.
 3. Easily keep track of multiple hospitals by using the dropdown on the upper
    right-hand side of your page.
 4. Click the products tab and view all the products your clinic may need.

Welcome to BI-CONNECT™. Toggle between locations to stay up to date with
multiple hospitals. Get all the products your clinic needs and favorite your
frequent products for even faster ordering.


HOW TO ORDER

To start ordering products:

 1. Hover over the “Products” tab and choose from our various product types or
    click “Shop now” from the dashboard.
 2. Either click “add to cart” or select the desired size and presentation
    first.
 3. For even faster ordering use “saved quick orders”, “suggested orders,” or
    choose from your favorites under the “products” tab.
 4. Add your products to the cart, and you are ready for checkout.

To order, select the “Products” tab or click “Shop now” on your homepage. Either
click “add to cart” or select the desired size and presentation first. Utilize
“quick orders”, “suggested orders”, and favorites for faster ordering.


HOW TO PAY

To pay for an order or invoice:

 1. Click “Pay Bills” from your dashboard, or select “invoices and payments”
    under the “invoices and orders” tab.
 2. Scroll down and select the invoice you want to pay under the “Invoice
    history” section. (Use the filter option to quickly find the invoice you are
    looking for).
 3. Then click the “Make a Payment” button and add your payment information.

To pay for an order or invoice, click “Pay Bills” from your dashboard, or select
“invoices and payments” under the “invoices and orders” tab. Select the order
you want to pay, then click the “Make a Payment” button.


TRACKING ORDERS

Want to track your order?

 1. Hover over the “Orders & Payments” tab, select “Order History and Returns.”
 2. Select “Details” under the actions column on the order you wish to track and
    see up-to-date progress on the status of your order.
 3. You can also click re-order on the right- hand side of the screen to easily
    place a frequently made order.

Want to track your order? Hover over the “Orders & Payments” tab, select “Order
History and Returns,” and select the order you want to track. Click on details
under the action column to get up to date information on your order status.


REBATES

Ready to cash in on your rebates?

 1. Hover over the “My Tools” tab at the top of your screen and select
    “Rebates.”
 2. Find the rebate you are looking for and select “Details” under the action
    column for information on the status of your rebate.

Hover over the “My Tools” tab at the top of your screen and select “Rebates.”
Select “Details” under the action column for information on the status of your
rebate.


COUPONING

Want to keep track of all your coupons in one easy place?

 1. Find information on your coupons by hovering over the “My Tools” tab at the
    top of your screen and select “Coupons.”
 2. On this page you can track the status of your coupons with a dashboard made
    just for you.
 3. Scroll down to see information about specific coupons that have been
    submitted.

Hover over the “My Tools” tab at the top of your screen and selecting “Coupons.”
Here you can see your coupon summary dashboard or scroll down for information on
each coupon.


CONTINUING EDUCATION - TRAININGS

 By being a BI-CONNECT™ customer, you also get access to a wide variety of
continuing education credit opportunities.

 1. To access these events, hover over the “My Tools” tab and select “Programs.”
    Select the “Trainings” tab under “Featured Items.”
 2. Here you will be able to:

 1. See your certificates
 2. See what trainings are available
 3. and more

Hover over the “My Tools” tab and select “Programs.” Select the “Trainings” tab
under “Featured Items.” Here you will be able to see your certificates, what
trainings are available and more.

 * bi-dashboard
 * bi-how-to-order
 * bi-make-payment
 * bi-track-orders
 * bi-rebates
 * bi-coupons
 * bi-trainings


Do not show this to me again




CHANGE LOCATION

Close
Please note the returns form will refresh and you will lose products added in
your return if you change the location

APPLY Switch to default location Add / Edit Location(s) or Default location

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?