www.mandel.ca Open in urlscan Pro
192.124.249.114  Public Scan

Submitted URL: https://atbc67bab.cc.rs6.net/tn.jsp?f=0011BydqqSDJIVXfQfVK5gyP7IXiG_XHLIw2RX9rWwB-AKE4wZCF_T9u2lyxzo0l03BBycMamiROLFC7eflkT-0...
Effective URL: https://www.mandel.ca/
Submission: On July 11 via api from CA — Scanned from CA

Form analysis 5 forms found in the DOM

POST

<form method="post" id="form-login" class="form-login" novalidate="novalidate">
  <header class="modal-header">
    <button class="action-close" data-role="closeBtn" type="button">
      <span>Close</span>
    </button>
  </header>
  <div class="block-title">
    <strong id="block-customer-login-heading">Login to your Account</strong>
  </div>
  <!-- <div class="title-detail">If you have an account, sign in with your email address.</div> -->
  <div class="messages">
    <div class="message message-error error">
      <div>Invalid login or password.</div>
    </div>
  </div>
  <div class="fieldset">
    <div class="field field-email required">
      <!-- <label class="label" for="login-email">Email Address</label> -->
      <div class="control">
        <div class="ico"><i class="fas fa-envelope"></i></div>
        <div class="t-field"><input placeholder="Email Address" type="email" class="input-text teste" id="login-email" name="username" autocomplete="off" data-validate="{required:true, 'validate-email':true}" aria-required="true"></div>
      </div>
    </div>
    <div class="field field-password required">
      <!-- <label for="login-password" class="label">Password</label> -->
      <div class="control">
        <div class="ico"><i class="fas fa-unlock-alt"></i></div>
        <div class="t-field"><input placeholder="Password" type="password" class="input-text" id="login-password" name="password" autocomplete="off" data-validate="{required:true, 'validate-password':true}" aria-required="true"></div>
      </div>
    </div>
  </div>
  <div class="actions-toolbar">
    <input name="context" type="hidden" value="checkout">
    <div class="col-md-12">
      <div class="forgot-password col-md-6">
        <a class="action action-remind" href="https://www.mandel.ca/customer/account/forgotpassword">
                            <span>Forgot Your Password?</span>
                        </a>
      </div>
      <div class="primary col-md-6">
        <button type="submit" class="action action-login uk-margin-remove">Sign In</button>
      </div>
    </div>
    <div class="secondary">
      <a class="action action-remind" href="https://www.mandel.ca/customer/account/create">
                        <i class="fas fa-user-plus"></i>&nbsp;&nbsp;
                        <span>Create an Account</span>
                    </a>
    </div>
  </div>
</form>

GET https://www.mandel.ca/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.mandel.ca/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="Enter keyword or item #" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div class="mst-searchautocomplete__autocomplete">
        <div class="mst-searchautocomplete__spinner">
          <div class="spinner-item spinner-item-1"></div>
          <div class="spinner-item spinner-item-2"></div>
          <div class="spinner-item spinner-item-3"></div>
          <div class="spinner-item spinner-item-4"></div>
          <div class="spinner-item spinner-item-5"></div>
          <div class="spinner-item spinner-item-6"></div>
          <div class="spinner-item spinner-item-7"></div>
          <div class="spinner-item spinner-item-8"></div>
        </div>
        <div class="mst-searchautocomplete__close"> × </div>
      </div>
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.mandel.ca/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.mandel.ca/quickorder/

<form action="https://www.mandel.ca/quickorder/" method="post" id="quickOrderModal">
  <div class="form_quick">
    <div class="form-group">
      <input type="hidden" name="referrer_url" value="https://www.mandel.ca/">
      <table id="quick_form_tablex" border="1">
        <tbody>
          <tr>
            <td class="mandel-part-no-field" width="14%">SKU No.</td>
            <td class="quantity-quickpad-page mandel-qty-field" width="7%">Qty.</td>
            <td width="40%" class="theader">Product Name</td>
            <td class="theader">Availability</td>
            <td class="theader">List Price</td>
            <td class="theader">Special Price</td>
            <td width="3%">&nbsp;</td>
          </tr>
          <tr id="row_1">
            <td> <input type="text" onclick="putDefaultQty(this);" onchange="putDefaultQty(this);" id="product01" name="product[]" class="quick_input" placeholder="Enter SKU#"><i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
              <div class="prdnames"></div>
            </td>
            <td><input type="number" id="qty01" name="qty[]" min="1" max="5"></td>
            <td>
              <div class="proname"> </div>
            </td>
            <td>
              <div class="avail"></div>
            </td>
            <td>
              <div class="price"></div>
            </td>
            <td>
              <div class="sprice"></div>
            </td>
            <td></td>
          </tr>
          <tr id="row_2">
            <td> <input type="text" onclick="putDefaultQty(this);" onchange="putDefaultQty(this);" id="product02" name="product[]" class="quick_input" placeholder="Enter SKU#"><i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
              <div class="prdnames"></div>
            </td>
            <td><input type="number" id="qty02" name="qty[]" min="1" max="5"></td>
            <td>
              <div class="proname"> </div>
            </td>
            <td>
              <div class="avail"></div>
            </td>
            <td>
              <div class="price"></div>
            </td>
            <td>
              <div class="sprice"></div>
            </td>
            <td></td>
          </tr>
          <tr id="row_3">
            <td> <input type="text" onclick="putDefaultQty(this);" onchange="putDefaultQty(this);" id="product03" name="product[]" class="quick_input" placeholder="Enter SKU#"><i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
              <div class="prdnames"></div>
            </td>
            <td><input type="number" id="qty03" name="qty[]" min="1" max="5"></td>
            <td>
              <div class="proname"> </div>
            </td>
            <td>
              <div class="avail"></div>
            </td>
            <td>
              <div class="price"></div>
            </td>
            <td>
              <div class="sprice"></div>
            </td>
            <td></td>
          </tr>
          <tr id="row_4">
            <td> <input type="text" onclick="putDefaultQty(this);" onchange="putDefaultQty(this);" id="product04" name="product[]" class="quick_input" placeholder="Enter SKU#"><i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
              <div class="prdnames"></div>
            </td>
            <td><input type="number" id="qty04" name="qty[]" min="1" max="5"></td>
            <td>
              <div class="proname"> </div>
            </td>
            <td>
              <div class="avail"></div>
            </td>
            <td>
              <div class="price"></div>
            </td>
            <td>
              <div class="sprice"></div><span style="visibility:hidden; margin-left: 3px;"><i class="fa fa-close"></i></span>
            </td>
            <td></td>
          </tr>
          <tr id="row_5">
            <td> <input type="text" onclick="putDefaultQty(this);" onchange="putDefaultQty(this);" id="product05" name="product[]" class="quick_input" placeholder="Enter SKU#"><i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
              <div class="prdnames"></div>
            </td>
            <td><input type="number" id="qty04" name="qty[]" min="1" max="5"></td>
            <td>
              <div class="proname"> </div>
            </td>
            <td>
              <div class="avail"></div>
            </td>
            <td>
              <div class="price"></div>
            </td>
            <td>
              <div class="sprice"></div><span style="visibility:hidden; margin-left: 3px;"><i class="fa fa-close"></i></span>
            </td>
            <td></td>
          </tr>
        </tbody>
      </table>
      <div class="quickpad_button">
        <button type="submit" class="btn btn-default btn-primary" id="quick_add_btn_modal">Add to Cart</button>
        <button type="button" class="btn btn-default" id="add_more_itemx"><i class="fa fa-plus"></i>&nbsp;<span>More Items</span></button>
        <!-- <i class="fa fa-shopping-cart"></i> &nbsp -->
        <button type="button" class="btn btn-default btn-primary" id="quick_clear_btn">Clear</button>
      </div>
    </div><!-- close form-group-->
  </div>
</form>

POST https://www.mandel.ca/rqs/index/raq/

<form id="h-raq" method="post" action="https://www.mandel.ca/rqs/index/raq/" data-hasrequired="* Required Fields" novalidate="novalidate">
  <div class="fieldset">
    <div class="field col-md-6">
      <input name="raq_firstname" type="text" id="raq_firstname" placeholder="First Name *" data-validate="{required:true}">
    </div>
    <div class="field col-md-6">
      <input name="raq_lastname" type="text" id="raq_lastname" placeholder="Last Name *" data-validate="{required:true}">
    </div>
    <div class="field col-md-6">
      <input name="raq_email" type="text" id="raq_email" placeholder="Email *" data-validate="{required:true, 'validate-email':true}">
    </div>
    <div class="field col-md-6">
      <input name="raq_phone" type="text" id="raq_phone" placeholder="Phone">
    </div>
    <div class="field col-md-6">
      <input name="raq_company" type="text" id="raq_company" placeholder="Company">
    </div>
    <div class="field col-md-6">
      <input name="raq_jobtitle" type="text" id="raq_jobtitle" placeholder="Job Title">
    </div>
    <div class="field col-md-12">
      <textarea name="raq_message" id="raq_message" placeholder="Message *" data-validate="{required:true}"></textarea>
    </div>
    <div class="actions col-md-12">
      <button id="raq_btnSubmit" class="submit btn-submit" title="Submit Request" type="submit">
        <span>Submit</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-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() -->
    <!-- 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.mandel.ca/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

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


Skip to Content
 * 
 * Sign In
 * Create an Account

Close
Login to your Account
Invalid login or password.

Forgot Your Password?
Sign In
   Create an Account
Toggle Nav
0 My Cart
My Cart 0
Close You have no items in your shopping cart.

 * My Account
 * My Wish List
 * Sign In

My Account

Quick Order
Search
Search
×

Advanced Search
Search
Menu
 * Analytical
    * YSI BioChemistry Analyzers
       * 2500 Biochemistry Analyzer
       * 2940-2980 Multi-Channel Online Monitor Systems
       * 2900M Online Monitor & Control System
       * 2950 Biochemistry Analyzer
       * 2900D Biochemisty Analyzer
       * Analyzer Starter Kits
       * Membranes & Electrodes
       * Reagents
   
    * Chemical & Petrochemical Products
       * Automatic & Manual Titrators
       * Combustion IC Analyzers (S, Fl, Cl, Br, I, & PFAS)
       * Glassware
       * Karl Fischer Moisture Meters
          * CA-310 Convertible Moisture Meter
          * CA-31 Moisture Meter
          * Chemicals for Moisture Analysis
      
       * Nitrogen / Sulfur / Halogen / Chlorine Analyzers
          * TOX-300 Total Organic Halogen Analyzer
          * Trace elemental analyzer NSX-5000H Horizontal furnace system
          * NSX-5000V Total Nitrogen / Sulfur / Halogen (Chlorine) Analyzer with
            Vertical Furnace
   
    * Environmental Products
       * TOC Analyzers
          * TOC L Analyzers
          * TOC-VWS/TOC-VWP
          * ON-LINE TOC-VCSH
          * Control Software
          * TOC-4200
          * TNPC-4110 / TNPC-4110C
             * TOC-1000e
         
          * TOC Accessories & Consumables
      
       * Discrete Analyzers
          * SmartChem 200 Discrete Analyzers
          * SmartChem 450 Discrete Analyzer
          * SmartChem 600 Discrete Analyzer
      
       * Colorimeters
   
    * Laboratory Gas Generators
    * Materials & Physical Testing
       * Density Meters
       * Hardness, Viscosity & Flow Testers
          * HMV-G Series
          * DUH-211/DUH-211S
          * MCT-W Series
          * Flowtester Capillary Rheometers
          * Mooney Viscometer
          * Viscometer
      
       * Polarimeters
       * Powder & Particle Size Analyzers
          * SALD-7500nano
          * SALD-2300
          * WingSALD
          * Size Range Comparison and Applications Information
      
       * Refractometers
       * Saccharimeters
       * Thermal Analyzers
          * DSC-60 Plus Series Differential Scanning Calorimeters
          * DSC-60 Plus Series Differential Scanning Calorimeters with
            Auto-Cooling
          * DTG-60 Series Differential Thermal-Thermogravimetric Analyzers
          * TMA-60 Series Thermomechanical Analyzers
          * TGA-50 Series and TGA-51 Series Thermogravimetric Analyzers
      
       * Universal Testing Machines
          * EZ-X Series Tabletop Electromechanical Testers/Texture Analyzers
          * AGS-X Series Electromechanical Testers
          * AGX-V Series Electromechanical Testers
          * UH-X/FX Series Static Hydraulic Testers
          * TRAPEZIUM X Testing Software
   
    * Cannabis Workflow
       * Purification With Gilson CPC
       * Total Lab
       * The Importance of Cannabis Testing
       * Potency Testing
       * Terpine Testing
       * Contaminant Testing
       * Case Study
       * Shimadzu Cannabis Analyzer
       * Homogenizers
       * Restek Consumables
       * Rotary Evaporators
          * DLAB Rotary Evaporators
   
    * Reference Standards
       * Colour
       * Density
       * Environmental
       * Petrochemical
       * Refractive Index
       * Viscosity
   
    * Spectroscopy
       * Elemental Analysis
          * AA-7000
          * ICPMS-2030
          * ICPE-9800 Series
          * WizAArd Software
          * X-ray Instruments
             * EDX-7000/8100
             * EDX-LE for RoHS/ELV Screening
         
          * Hollow Cathode Lamps
      
       * Fluorescence
          * Cells & Accessories
      
       * FTIR (Fourier Transform Infrared)
          * IRTracer-100 Spectrometer
          * IRAffinity-1S Spectrometer
          * AIMsight Infrared Microscope
          * LabSolutions IR
          * IRsolution Optional Software
          * FTIR Accessories
      
       * UV/Vis/NIR
          * SolidSpec - 3700i/3700i DUV
          * UV-3600i Plus
          * UV-2600i, UV-2700i
          * UV-1900i
          * UV-1280
          * BioSpec-nano
          * UVProbe Software
          * Cells & Accessories
          * Reference Materials
      
       * SpectraStar XT-R Benchtop NIR
   
    * Water Purification

 * Chromatography
    * Gas Chromatography and Gas Chromatography - Mass Spectrometry
       * Shimadzu GC Systems and Software
          * HS-10 Headspace Sampler
          * GC-2014
          * Nexis GC-2030
          * Transformer Oil Gas Analysis
          * High-Sensitivity Analysis System for Inorganic Gases
          * HS-20 NX Series
          * Advanced Flow Technology Series
          * AOC-20 Series Liquid Sample Injection System
          * System GC for Refrigerants
          * Brevis GC-2050
      
       * Shimadzu GC/MS Systems and Software
          * GCMS-TQ8050 NX Triple Quadrupole GC-MS
          * GCMS-TQ8040 NX Triple Quadrupole GC-MS with Smart MRM
          * GCMS-QP2020 NX Single Quadrupole GC-MS
          * GCMS-QP2050
          * Twin Line MS System
          * HS-20 Headspace Sampler
          * DI-2010 Direct Sample Inlet Device
          * Frontier Lab Pyrolyzer and Accessories
          * Software
          * Mass Spectral Libraries
          * Smart Pesticides Database
      
       * SRI GC Systems and Software
       * EST Analytical Sample Introduction
          * Evolution purge and trap concentrator
          * Centurion series purge and trap autosampler
          * LGX-50 Liquid Gas Extractor
          * FLEX SERIES GC AUTOSAMPLER
          * COBRA GC AUTOSAMPLER
   
    * Liquid Chromatography and Liquid Chromatography - Mass Spectrometry
       * Shimadzu HPLC Systems and Software
          * Analytical HPLC/UHPLC Systems
             * Nexera X3 UHPLC System
             * Nexera XS UHPLC System
             * Nexera XR UHPLC System
             * LC-40 HPLC System
             * i-Series Plus Integrated HPLC Systems
             * i-Series Integrated HPLC and UHPLC Systems
         
          * Preparative HPLC/SFC Systems
             * Nexera Prep HPLC
             * Nexera Prep SFC
         
          * HPLC Application Specific Systems
             * i-Series Plus Analyzers
             * Nexera UC
             * Gel Permeation Chromatography System
             * Renewable Biofuels
             * Pharmaceutical Development Process
         
          * Analytical HPLC/UHPLC Components
             * Nexera HPLC/UHPLC Autosamplers
             * Nexera HPLC/UHPLC System Controllers
             * Nexera HPLC/UHPLC Degasser
             * Nexera HPLC and UHPLC Pumps
             * Nexera HPLC/UHPLC Column Ovens
             * Nexera HPLC/UHPLC Detectors
         
          * HPLC Solution System Packages
             * 2D HPLC for Bioanalysis (Co-Sense for BA)
             * Nexera HPLC/UHPLC Method Scouting System
             * Nexera-e
             * Nexera-i MT Method Transfer System
      
       * Shimadzu LC/MS Systems and Software
          * LCMS-9030 (Q-TOF LCMS)
          * LCMS-8060NX (LC-MS/MS)
          * LCMS-8050 LC/MS/MS
          * LCMS-8045 LC-MS/MS
          * LCMS-8040 LC/MS/MS
          * LCMS-2020
          * LabSolutions Software
          * Open Solution Analytical LCMS Software
      
       * Gilson Purification & Preparative Systems
          * GPC Cleanup
             * Automated GX-271 GPC Clean-up System
         
          * PLC 2050 / 2250 / 2500 Purification Systems
          * Centrifugal Partition Chromatography (CPC) Systems
          * Analytical to Semi-preparative HPLC System
          * Preparative HPLC System
          * Gilson LC/MS Systems and Software
          * Verity Skid Process Scale Liquid Chromatography System
      
       * Sedere LT-ELSD
   
    * Sample Preparation & Handling
       * Solid Phase Extraction
          * ASPEC Manual Positive Pressure Manifold
          * Automated SPE Systems
             * GX-241 ASPEC
             * GX-271 ASPEC
             * GX-274 ASPEC
             * GX-27X Large-Volume SPE Systems
         
          * SPE Cartridges and Columns
      
       * Sample Filtration
          * Syringe Filters
      
       * Vials and Accessories
   
    * Consumables
       * RESTEK : Pure Chromatography
       * IDEX : Rheodyne Valves and Tubing
       * RESTEK : Raptor Inert Columns
       * Miles : Thin Layer Chromatography
       * Shimadzu : Everything You Need

 * General Lab
    * Autoclaves & Sterilization
       * Autoclave Bags & Accessories
       * Amerex Autoclaves
   
    * Balances
       * Shimadzu Balances
          * AU Series Semi-Micro & Analytical Balances
             * AT-R Series Balances
         
          * BW-K & BX-K Series Platform Balances
             * TX & TXB Series
      
       * Accuris Balances
          * Analytical & Semi-Micro Accuris Balances
          * Top Loading Accuris Balances
      
       * OHAUS Balances and Moisture Analyzers
       * Balance Accessories
   
    * Plastic Beakers, Bottles & Cylinders
    * Centrifuges
       * Minicentrifuges
       * Micro & Refrigerated Microcentrifuges
       * Small Laboratory Centrifuges
       * Universal and High Performance Centrifuges
       * Vacuum & Filtration Centrifuges
   
    * Chambers and Cabinets
       * Anaerobic Chambers
       * Animal Containment
       * Basic Glove Boxes
       * Biological Safety Cabinets
          * Airstream Class II Type A2
          * Airstream Reliant Class II Type A2
      
       * Fume Hoods
          * Esco Ductless Fume Hoods
          * Flow Sciences Fume Hoods
      
       * Isolators
       * Humidity Control Chambers
       * Hypoxic Chambers
       * Laminar Flow Cabinets
          * Horizontal Laminar Flow Clean Benches
          * Vertical Laminar Flow Clean Benches
      
       * PCR Cabinets
       * Powder Weighing Enclosure
   
    * Cryogenic Equipment
       * Custom BioGenic Systems
          * Isothermal LN2 Freezers
          * Standard LN2 Freezers
          * Controlled Rate Freezers
          * Cryosystem Dewars
             * Value Added Series
             * XC Series
             * Classic Series
             * Lab Series
      
       * American BioTech Supply
          * Box Rack Storage
          * Auto Fill Tanks
             * AutoMax
             * Auto Jr.
             * Kryovault
         
          * Sample Storage in Canisters
             * SSC Series Canisters - Regular
             * SSC ET Series Canisters - Extended Time
         
          * Vapour Shippers
          * Liquid Dewars
          * Accessories
   
    * Glassware
    * Heating
       * Dry Baths
       * Ovens
       * Water Baths & Circulators
          * General Purpose Water Baths
          * Shaking Water Baths
   
    * Incubators
       * CO2 Incubators
       * Shaking and/or Heating Incubators
       * Stability Chambers
   
    * pH Meters
    * Refrigerators and Freezers
       * Eppendorf Ultra-Low Freezers
       * HABCO Refrigerators & Freezers
       * Flammable and Explosion-Proof
       * Corepoint Refrigerators & Freezers
       * Danby Refrigerators & Freezers
       * ABS Pharmacy and Vaccine Refrigerators and Freezers
       * Stirling Ultra-Low Freezers
   
    * Rotary Evaporators
    * Safety Products
       * Gloves
          * Powerform
      
       * Protective Apparel
       * Lab Coats
       * Cryo-Protection
   
    * Sample Preparation
       * Filtration
          * Extraction Thimbles
          * Filter Paper - Qualitative
          * Filter Systems & BottleTop Filters
          * Glass Microfibre
          * Syringe Filters
      
       * Sampling Bags
       * Sonicators & Accessories
          * Q55 Sonicator
          * Q125 Sonicator
          * Q500 Sonicator
          * Q700 Sonicator
   
    * Shaking, Stirring, Homogenizing
       * Homogenizers
       * Hotplates & Stirrers
       * Rockers
       * Rollers
       * Rotators
       * Shakers
       * Vortexers
   
    * Spectrophotometers
    * Tubes and Racks
       * Centrifuge Tubes
       * Cryogenic Storage
          * Coolers & Ice Boxes
          * Cryogenic Tubes
          * Cryogenic/Freezer Boxes
      
       * Drosophila Vials, Plugs & Accessories
       * Cryolabels and Tape
       * Microcentrifuge Tubes
       * Microscope Slides and Accessories
       * Parafilm Laboratory Sealing Film
       * PCR Plates
       * PCR Tubes
       * Petri Dishes
       * Tube Racks
   
    * Washers/Dryers
       * LabWare Washers/Dryers
       * Washer Chemicals
   
    * Foxx Life Sciences
       * Accessories
       * Beakers
       * Bottles
       * Burettes
       * Carboys
       * CPC AseptiQuik
       * Cylinders
       * Dessiccators
       * EZBio
       * EZFlow
       * EZWaste
       * Filtration
       * Flasks
       * Funnels
       * Petri Dishes
       * Pipettes
       * Test Tubes
       * Tubing
       * Vactrap

 * Life Science
    * Antibodies & ELISA
       * DyLight Secondary Antibodies
       * ELISA (Immunoassays)
          * ELISA Kits
          * ELISA Substrates
          * ELISA Support Reagents & Accessories
      
       * Primary Antibodies and Controls- Anti-Bacteria (BacTrace)
       * Secondary Antibodies & Conjugates
   
    * Cell/Tissue Culture
       * Aspiration & Dispensing Systems
       * Cell Scrapers, Spreaders, & Lifters
       * Coverslips
          * Collagen Coated Coverslips
          * Fibronectin Coated Coverslips
          * Gelatin Coated Coverslips
          * Laminin Coated Coverslips
          * Poly-d-Lysine (PDL) Coated Coverslips
          * Poly-l-Lysine (PLL) Coated Coverslips
          * Pre-Treated Coverslips
          * Untreated Coverslips
      
       * Culture Tubes
       * Filter Systems
       * Flasks
       * Inoculating Loops & Needles
       * Media & Solution Bottles
       * Plates & Dishes
       * Roller Bottles
       * Syringe Filters
       * Plant Tissue Culture Media
   
    * Electrophoresis
       * Gel Tools and Accessories
       * Horizontal Systems & Accessories
          * Horizontal Systems
          * Accessories for Horizontal Systems
      
       * Iso Electric Focussing
       * Power Supplies
       * Vertical Systems
          * Vertical Systems
   
    * Imaging & Detection
       * Imaging Systems
       * Buffers, Reagents, Membranes & Substrates
          * Agarose
          * Buffers & Reagents
          * Substrates
      
       * Film & Cassettes
       * Labelling, Stains, Dyes & Markers
          * LavaCell Fluorescent Stains
          * Protein MW Markers
          * RNA/DNA Stains
      
       * Transilluminators
          * Non-UV Transilluminators
          * UV Transilluminators
   
    * Microbiology
       * Bacterial Analysis
          * Automatic Platers
          * Colony Counters and Inhibition Zone Readers
          * Real-time Incubator and Colony Counter
      
       * Systec Mediafill & Sterilizers
       * Petri Dishes
       * Sample Preparation
          * Accessories
          * Blender Bags
          * Diluters
   
    * Microplate Readers
       * PHERAstar FSX
       * CLARIOstar Plus
       * FLUOstar Omega
       * NEPHELOstar Plus
       * LUMIstar Omega
       * SPECTROstar Omega
       * SPECTROstar Nano
       * VANTAstar
       * Benchmark Microplate Readers
   
    * Molecular Biology
       * Blotting
          * Blotting Papers
          * Western Blotting
             * Western Blotting Kits
      
       * Cloning Reagents & Kits
          * Cloning & Expression
          * Competent Cells
      
       * Electroporation
       * Hybridization
          * Hybridization Ovens & Accessories
          * Hybridization Reagents & Accessories
      
       * In Vitro Transcription & RNA
       * Nucleic Acid Extraction & Purification
          * Extraction
          * Purification
          * Buffers & Reagents
      
       * PCR (DNA Amplification)
          * DNA Polymerases
          * PCR Cabinets
          * PCR Plate Sealer
          * PCR Plate Sealing Film
          * PCR Reagents
          * Thermal Cyclers
      
       * Enzymes
       * Protein & Peptide Quantification Kits
       * Protein Purification and Expression
       * Protein Labelling Kits
       * Transposon Mutagenesis
       * Biosearch Custom Oligo Synthesis

 * Pipettes & Liquid Handling
    * Gilson
       * Starter Kits
       * Single Channel Pipettes
          * Pipetman
          * Pipetman L
          * Pipetman M
          * Pipetman L Fixed Volume
          * MyPIPETMAN Select
      
       * Multichannel Pipettes
          * Pipetman Multichannel
          * Pipetman L Multichannel
          * Pipetman M Multichannel
          * MyPIPETMAN Select Multichannel
      
       * Positive Displacement Pipettes
          * Microman E
          * Distriman, Repetitive Pipettor
      
       * Pipette Tips
          * Tower Pack-Autoclavable
          * Tower Pack-Sterilized
          * Racked-Autoclavable
          * Racked-Sterilized
          * Filter Tips
          * Bulk Tips-EasyPack 1,000
          * Bulk Tips Eco-Pack
          * SterilPack Sterilized
          * Capillary Pistons (CP)
          * Reload Packs for Empty Racks
          * DistriTips
          * Blister Refill Packs
      
       * Pipette Stands & Holders
       * Platemaster
       * Automated Liquid Handling
          * Pipetmax Automated Liquid Handling Platform
          * 223 Sample Changer
          * Verity GX-241 Liquid Handler
          * Verity GX-271 Liquid Handler
          * GX-274 Liquid Handler
          * Verity GX-281 Liquid Handler
          * Trilution LH Software
          * Gilson Tips for Pipetmax
      
       * Peristatic Pumps & Pump Tubing
          * Minipuls Peristaltic Pumps
          * Minipuls Pump Tubing
      
       * Dispenser Dilutors
       * Gilson Value Program
   
    * Eppendorf
       * Kits
       * Single Channel Pipettes
          * Reference 2
          * Research plus
      
       * Multichannel Pipettes
          * Reference 2
          * Research plus
          * Move It Adjustable Tip Spacing Pipettes
      
       * Electronic Pipettes
       * Positive Displacement
          * Repeater M4
          * Repeater® E3/E3x
          * Maxipettor
          * Combitips
      
       * Pipette Tips
          * Bulk
          * Filter
          * Reload
          * Racked
      
       * Pipette Parts & Accessories
       * Eppendorf Trade-In Pipettes
   
    * USA Scientific
       * USA Pipettes
       * USA Multichannel Pipettes
       * Bulk Tips
       * Rack Tips
       * Reload Packs
       * Filter Tips
       * Specialty Tips
   
    * DLAB
       * DLAB Single-Channel Pipettes
       * DLAB Multi-Channel Pipettes
   
    * Celltreat
       * Single Channel Pipettes
       * MLA Pipettes
       * MLA Pipette Tips
       * Bulk Tips
       * Filter Tips
       * Racked Tips
       * Reload Racks
   
    * Mandel Science Brand
       * Mandel Lab Assist Pipette Controller
       * Bulk
       * Filter
       * Racked
       * Reload
       * Pipette Parts & Accessories
   
    * Biotix
       * Single Channel Pipettes
       * Universal Racked Pipette Tips
       * Universal Reload Pipette Tips
       * Universal Filter Pipette Tips
       * Universal Bulk Pipette Tips
       * LTS Pipette Tips
          * LTS Racked Pipette Tips
          * LTS Filter Pipette Tips
          * LTS Reload Pipette Tips
   
    * Nichiryo
       * Starter Kits
          * Nichipet Premium LT–S-PAC
          * Nichipet Premium S-PAC
          * Nichipet EXII S-PAC
      
       * Single Channel Pipettes
          * Nichipet Premium LT
          * Nichipet Premium
          * Nichipet EX PLUS II (Chemical Resistant)
          * Nichipet EXII
          * Nichiryo Le
          * Nichipet FII & VII (Fixed Volume)
          * Nichipet ECO (Glass Tips)
          * Nichipet Macro Volume
          * Nichimate Stepper
          * Nichipet Air
      
       * Multichannel Pipettes
          * Nichipet EXII
          * Model 8800 (Repetitive Syringe)
      
       * Pipette Stands
   
    * Pipette Controllers
    * Serological Pipettes
    * Bottle Top Dispenser
    * VistaLab Pipettes
    * Pipette Reservoirs

 * Service
    * Pipette Service
    * Instrument Service
    * Technical Support

 * Promotions
 * About Us
    * About Mandel
    * Suppliers
    * Sales Rep Locator
    * Promotions
    * Events Calendar
    * New Lab Start Up Program
    * Inventory Clearance
    * Careers
    * Mandel Blog
    * Webinars
    * Leasing

 * Contact Us


Account
 * 
 * Sign In
 * Create an Account

Quick Order

SKU No.Qty.Product NameAvailabilityList PriceSpecial Price 


























Add to Cart  More Items Clear




Technical Support

In-depth and personal over-the-phone support.

Gilson Trusted

We are the ONLY authorized

Canadian Gilson Service Centre.

Quality Parts & Accessories

Mandel uses manufacturer-specified parts for all repairs and maintenance.

ISO 17025 Accredited Facilities

Quality pipette services you can rely on.


Featured Products

 1.  Aurelia Protégé nitrile glove, sky blue, medical grade 4.0 mil powder free,
     micro textured, chemotherapy tested, Medium (10 boxes/cs, 1000gloves)
     CA$60.00
     View Details
 2.  Aurelia Robust nitrile glove, blue, medical grade 5.0 mil powder free,
     micro textured, chemotherapy tested, Medium (10 boxes/cs, 1000gloves)
     CA$70.00
     View Details
 3.  BPC-05A, BEING Circulating water bath; 5L; -20 to 150°C, 120V/60Hz., 2-year
     warranty. Dimensions ( H.W.D cm) 290 x 520 x 710
     Regular Price CA$4,708.00 Special Price CA$4,001.80
     View Details
 4.  23 Cu. Ft. BOD Refrigerated Incubator. Temperature Setpoint Range: -10°C to
     50°C; solid swing door; Audible and visual indicators - power failure,
     temperature failure, high/low temperature, door ajar; PID microprocessor w/
     LCD display; 115V. One year part
     Regular Price CA$15,418.00 Special Price CA$13,876.20
     View Details
 5.  Levo Plus pipette controller. Includes AC adapter, 0.45μm replaceable
     hydrophobic filter, Li-ion battery. Stand, additional filters sold
     separately.
     Regular Price CA$170.00 Special Price CA$144.50
     View Details
 6.  Forced Air Drying Oven, BOF-120T, Internal Volume: 4.2 cuft (121 liters),
     Stackable, Temp Range: Ambient+10°C to 300°C, Heating Rate to 100°C:40
     mins, Max load/shelf: 20kg, 120V 60Hz,Warranty: 2 year.
     Regular Price CA$5,114.00 Special Price CA$4,346.90
     View Details
 7.  ATX124R ANALYTICAL BALANCE, 120G/0.1MG, ATX-R
     Regular Price CA$2,898.00 Special Price CA$2,608.20
     View Details
 8.  D1524R Refrigerated highspeed micro-centrifuge. 200-15,000rpm (21,380 x g);
     24 x 1.5/2.0mL. Includes AS24-2 bio-safe rotor (DLB-19400069). US plug,
     110-130V/50Hz/60Hz
     Regular Price CA$7,438.00 Special Price CA$5,578.50
     View Details
 9.  * Save 39%* Gilson Pipetman 4-Pack Starter Kit: P2, P20, P200, P1000;
     Diamond tips: DL10, D200, D1000; 4 SINGLE™ pipette holders, 4 PIPETMAN
     Comfort Handles, 1 Gilson Guide to Pipetting, 1 Two-minute inspection
     poster. 3 year warranty
     Regular Price CA$1,952.00 Special Price CA$1,190.72
     View Details
 10. Eppendorf epTIPS Reloads, Epp.Quality, 50-1250µL, 76mm, green, 960tips
     Regular Price CA$154.00 Special Price CA$107.80
     View Details
 11. SAVE 40% Mandel Mini Microcentrifuge - Red. Maximum speed: 6000rpm; Maximum
     RCF: 2000xg. Capacity: 8 x 1.5/2.0mL tubes, 4 x PCR strips (8 x 0.2mL), 32
     x 0.2mL PCR tubes; Includes: microtube rotor, PCR rotor, 0.5mL and 0.2mL
     adapters.
     Regular Price CA$427.00 Special Price CA$256.20
     View Details
 12. DLAB D1008 Mini Centrifuge with blue lid. Includes: A8-2 rotor (8 x
     1.5/2.0mL), A04-PCR8 rotor (4 x PCR strips), 0.2mL (SA02P2) adapters and
     0.5mL (SA05P2) adapters. Max. speed: 2,680 x g (7,000 rpm).
     Regular Price CA$210.00 Special Price CA$189.00
     View Details
 13. RE100-Pro LCD Digital Rotary Evaporator. Includes heating bath, vertical
     set of glassware (DLB-18900173: 1000mL condenser, evaporating flask NS
     24/40, receiving flask KS 35/20). USA plug, 100-120V,50/60Hz
     Regular Price CA$4,601.00 Special Price CA$3,910.85
     View Details
 14. SafeVac Vacuum Aspiration System. Aspiration Speed: 1-15ml/s; Autoclavable
     waste bottle, tubing and handle; Includes: Hand operator; 4L PPCO Vacuum
     bottle; 1-channel SS adapters, 8-channel SS adapter, 1- and 8-channel
     adapters for disposable tips; level i
     Regular Price CA$1,611.00 Special Price CA$1,288.80
     View Details
 15. MS7-H550-S. LED Digital 7’’ Square Hotplate Magnetic Stirrer. Glass ceramic
     hotplate; heating temperature up to 550°C. USA plug,100V-120V/60Hz
     Regular Price CA$806.00 Special Price CA$523.90
     View Details
 16. Mandel Lab Assist Pipette Controller complete with 3 speed settings(S=slow,
     M=medium, F=fast), 110V recharger, four replacement filters & holder
     Regular Price CA$504.00 Special Price CA$378.00
     View Details

Request a Quote

Monday to Friday - 8:30am to 5:00pm, excluding holidays.

 * Toll Free: (888) 883-3636
 * Local: (519) 763-9292

Fill out the form below to request a quote.
Submit
 
 

Services

Our Support personnel and service department provide full service and
instrumentation support for all Mandel products.  A highly qualified team of
representatives ensures that your instruments are always working to their
optimum specification.  We can provide in-depth and personalized help to our
customers with questions or concerns pertaining to any of the equipment sold by
Mandel.

Pipette Service

For 50 years, Mandel has provided unparalleled pipette calibration services to
Canadian laboratories.

Learn More

Instrument Service

The service department at SERVICE HOMEPAGE Mandel provides full service and
instrumentation support for all Mandel products.

Learn More

Technical Support

Our professional staff will help you with troubleshooting, and offer resources
and advice that are timely, reliable and free of charge.

Learn More

Shop by Category

 * Analytical
    * YSI BioChemistry Analyzers
    * Chemical & Petrochemical Products
    * Environmental Products
    * Laboratory Gas Generators
    * View All

 * Chromatography
    * Gas Chromatography and Gas Chromatography - Mass Spectrometry
    * Liquid Chromatography and Liquid Chromatography - Mass Spectrometry
    * Sample Preparation & Handling
    * Consumables

 * General Lab Products
    * Autoclaves & Sterilization
    * Balances
    * Plastic Beakers, Bottles & Cylinders
    * Centrifuges
    * View All

 * Life Science
    * Antibodies & ELISA
    * Cell/Tissue Culture
    * Electrophoresis
    * Imaging & Detection
    * View All

 * Pipettes & Liquid Handling
    * Gilson
    * Eppendorf
    * Celltreat
    * DLAB
    * View All

   
 * Service
    * Pipette Service
    * Instrument Service
    * Technical Support
    * View All

   


MANDEL BLOG

 * 10
   
   July
   
   WEBINAR | Harnessing the Power of Collaboration: Shimadzu’...
   
   Speakers Brian Domanski and Kevin Wons will explore the uses of SFC and see
   how the Shimadzu lineup has been shaped to meet the needs of Pharma SFC users
   through their direct input into instrument and software design and
   development.
   
   Continue Reading  
   

 * 26
   
   June
   
   WEBINAR | How to get the best out of your microplate reader
   
   Understanding the different settings that can be adjusted on a microplate
   reader and their effect on your results can be quite challenging BMG's
   Application Specialists Ann-Cathrin Volz, Ph.D. and Martin Mangold, Ph.D.
   discuss the impact of different plate reader parameters on your data. In
   addition, they provide empirical evidence of their effect on data quality,
   and discuss approaches to optimise microplate reader settings.
   
   A particular focus is also set on cell-based assay optimisation with
   additional tips beyond plate reader settings.
   
   By watching this video, you will learn:
   
    * Available settings in the setup of a microplate reader protocol
    * The impact of these settings on the microplate reader output
    * How to improve data quality by optimising these reader settings
    * How to optimise the detection of cell-based assays on a plate reader
   
   
   
   Continue Reading  
   

 * 04
   
   June
   
   WEBINAR | Modern Microbiology, Part II: Different microbiolo...
   
   WEBINAR
   
   With the rise of biotechnologies from the 70’s, alternative methods of
   biochemistry, molecular biology or biophysics will also develop in
   complementarity with culture media, making it possible to improve analysis
   performance.
   
   Continue Reading  
   

 * 19
   
   April
   
   WEBINAR | Physical Testing and Chemical Analysis of Lithium-...
   
   On Demand
   
   Learn how a broad range of analytical technologies can be used to
   characterize batteries, their components, and raw materials, and aid R&D,
   manufacturing, quality control, and recycling processes.
   
   Continue Reading  
   

 * 17
   
   April
   
   How to Use the Autosampler for Sample Quantitation on a UV-V...
   
   This video will go through the steps - from placing the samples and setting
   up a parameter file to starting the experiment - when using an autosampler
   for sample quantitation.
   
   
   
   
   
   Continue Reading  
   

 * 01
   
   April
   
   WEBINAR | Shimadzu MALDI-Based Solutions for Food Quality Co...
   
   Thursday, April 11, 2024
   2:00 PM Eastern Daylight Time
   
   Continue Reading  
   

Toll Free: (888) 883-3636

Local: (519) 763-9292

 * 
 * 
 * 





 * Blog
 * About Us
 * Contact Us

 * Pipette Service
 * Instrument Service
 * Technical Support

 * My Account
 * Terms and Conditions
 * Privacy Policy
 * Sitemap

Mandel Scientific - 100% Canadian | Copyright © 2023
Designed by Lumenvo






Close

Continue Shopping

Close


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?