www.atexshop.com Open in urlscan Pro
37.97.162.236  Public Scan

URL: https://www.atexshop.com/?SID=s646ej1qb5h2mnc2lqv4dlfohr
Submission: On January 04 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

GET https://www.atexshop.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.atexshop.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 entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="searchautocomplete" class="searchautocomplete vertically" style="width: 350px; background: #FFFFFF; color: #000000">
        <div id="search_autocomplete" class="wpx-search-autocomplete-hidden"></div>
        <div class="container-autocomplete cat-container"></div>
        <div class="separator" style="background:#F0EFF0; color:#000000">Products</div>
        <div class="container-autocomplete">
          <div class="prod-container"></div>
          <div class="more-results">
            <a onclick="document.getElementById('search_mini_form').submit()" class="advanced_search"></a>
          </div>
        </div>
      </div>
      <script>
        requirejs(['jquery', 'underscore', 'weltpixel_searchautocomplete'], function($, _, searchAutoComplete) {
          $(document).ready(function() {
            var isEnablePopularSuggestions = '0',
              isEnableCategorySearch = '1',
              isEnableAutoComplete = '1',
              previousSearch = '';
            window.minNumberOfCharacters = '3';
            window.baseURL = 'https://www.atexshop.com/';
            $('html').on('click', function(event) {
              var targetClass = $(event.target).attr('class'),
                searchClass = 'searchautocomplete';
              if (targetClass != searchClass) $('#' + searchClass).hide();
            })
            if (isEnableAutoComplete || isEnablePopularSuggestions || isEnableCategorySearch) {
              $('.search-autocomplete').remove();
              $('#search').on('keyup', _.debounce(function() {
                var value = $(this).val();
                if (value == previousSearch && $('#search_autocomplete').is(':visible')) {
                  return;
                }
                previousSearch = value;
                if (isEnableAutoComplete && value.length >= window.minNumberOfCharacters) {
                  //Start processing, show the Progress!
                  $(".search .control").addClass("loader-ajax");
                  searchAutoComplete.ajaxSearch();
                } else {
                  $('#searchautocomplete').hide();
                }
              }, 750));
            }
          });
        });
      </script>
      <div class="nested">
        <a class="action advanced" href="https://www.atexshop.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search">
      <span>Search</span>
    </button>
  </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="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="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, 'validate-password':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 template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-pbllcj9b4v6g" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdsizQlAAAAAEjOk5lfV7IlJlqZvxPFHiyQ5hU7&amp;co=aHR0cHM6Ly93d3cuYXRleHNob3AuY29tOjQ0Mw..&amp;hl=en&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;theme=light&amp;size=normal&amp;cb=pcvztmm7bpe4"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}" tabindex="-1">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <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.atexshop.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
    </div>
    <div class="sociallogin-or">
      <span data-bind="i18: 'OR'"></span>
    </div>
    <div data-bind="html: socialloginButtons"></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.

Skip to Content
 * 
 * Sign In
 * Create an Account

Compare Products
You have no items to compare.
Search
Search
Products

Advanced Search
Search
My Cart
My Cart
My Cart Close
Recently added item(s)

You have no items in your shopping cart.
Toggle Nav

Menu
 * Phones
   * 
   * Smartphone
     * Smartphone
     * Cases
     * Mining
   * Mobile Phones
   * Telephones
     * Telephones
     * Wired phones
     * VoIP
     * Dect
   * Watches
   * Accessoires
     
 * Computer
   * 
   * Tablet
     * Tablet
     * Cases
   * Keyboards
   * Computer/HMI
   * SMARTGLASSES
   * Accessoiries
     
 * Cameras
   * 
   * Digital Cameras
     * Digital Cameras
     * Toughpix
     * Icam
   * Special Cameras
     * Special Cameras
     * Infrared (IR)
     * CCTV Cameras
     * Inspection cameras
   * Ip (network camera)
   * Thermographic
   * Zoom
     
 * Measurement
   * 
   * Scale
   * Meters
     * Meters
     * Airflow
     * Lasers
     * Loggers
     * Radiation
     * Sound meter
   * Detectors
     * Detectors
     * Sensors
     * Gas detector
   * Scanners
     * Scanners
     * RFID
     * Tags
     * Barcode Scanner (Cabled)
     * TT8000Ex Series Accessories
     
 * Lighting
   * 
   * Portable
     * Portable
     * Flashlights
   * Vehicle
     * Vehicle
     * Backlight
   * Alarm
   * Floodlights
   * Fixed
     
 * Communication
   * 
   * Radios
     * Radios
       * PMR 1000
       * PMR 2000
     * Mobile radio
       * PMR 1000
       * PMR 2000
     * PMR
   * Headsets
   * PDA's
   * Beacon
   * Glasses
   * Speakers
     
 * Network
   * 
   * Connection
     * Connection
     * Connectors
     * Routers
     * WLAN
   * Receivers
   * Switches
   * Antenna
     * Antenna
     * Zone 0
     
 * Security
   * 
   * CCTV
     * CCTV
     * PTZ Cameras
     * Dome cameras
     * PTZ Dome Cameras
     * Thermographic
     * Class cert
     * Zoom
     * Ip (network camera)
   * Man Down
     * Man Down
     * Lone Worker Protection
   * Accessoires
     
 * Misc
   * 
   * Clocks
   * Software
   * Drones
   * Accessory
     
 * Rugged
   * 
   * Phones
   * Tablet
     
   

Account
 * 
 * Sign In
 * Create an Account


HOME PAGE


prev
next





NEW ATEX PRODUCTS

 1.  IS940.1 Android tablet - Zone 1/21 - 10.1" display - 5G
     Call for Price
     *Price may change due to echange rate.
     
     10.1-inch 5G Android tablet for data communication in the process industry
     and in automation integrates seamlessly into the existing system landscape
     with 4G/5G c... read more
     
     Add to Cart
     Add to Wish List Add to Compare
 2.  IS945.1 Windows tablet - Zone 1/21 - 10.1" display - 5G
     Call for Price
     *Price may change due to echange rate.
     
     The 10.1-inch 5G(1) Windows tablet for data communication in the process
     industry and in automation integrates seamlessly into the existing system
     landscape with ... read more
     
     Add to Cart
     Add to Wish List Add to Compare
 3.  EX Camera for use in Zone 0,1 and 2 Hazardous Areas
     €7,250.00
     *Price may change due to echange rate.
     
     Ideal Solution for Offshore Oil and Gas Industries, refineries , mining and
     Explosive Atmospheres. The intrinsically safe camera design allows
     operators to monito... read more
     
     Add to Cart
     Add to Wish List Add to Compare
 4.  Bartec SP9 EX1 Smartscanner - 5G - 6.11” display - Zone 1/Div 1
     Call for Price
     *Price may change due to echange rate.
     
     This device will be commercially available across markets in Europe, North
     America, LATAM, Brazil, Asia-Pacific, India, Middle East and Africa,
     starting i... read more
     
     Add to Cart
     Add to Wish List Add to Compare
 5.  Bartec SP9 EX1 Smartphone - 5G - 6.11” display - Zone 1/Div 1
     Call for Price
     *Price may change due to echange rate.
     
     This device will be commercially available across markets in Europe, North
     America, LATAM, Brazil, Asia-Pacific, India, Middle East and Africa,
     starting i... read more
     
     Add to Cart
     Add to Wish List Add to Compare
 6.  XCZ1 Mini 6 (Zone 1 iPad Mini 6)
     Call for Price
     *Price may change due to echange rate.
     
      read more
     
     Add to Cart
     Add to Wish List Add to Compare
 7.  Flir Cx5 Atex infrared camera 160x120 pixels -20°C to 400°C - ATEX Zone 2
     €2,045.00
     *Price may change due to echange rate.
     
     Hs code: 9025190090 LvO/CoO: Estland read more
     
     Add to Cart
     Add to Wish List Add to Compare
 8.  XCS23 (Samsung Galaxy S23)
     €994.00
     *Price may change due to echange rate.
     
     XCS23 (Samsung Galaxy S23)   It takes a special phone to withstand oil and
     gas worksites, and this intrinsically safe phone can do just that. Our
     ruggedized S... read more
     
     Add to Cart
     Add to Wish List Add to Compare
 9.  Smart-Ex® 03 DZ1: Intrinsically safe 5G smartphone for Atex Zone 1/21 & DIV
     1
     Call for Price
     *Price may change due to echange rate.
     
     Coming soon.. The new Smart-Ex® 03 smartphone sets the basis for
     future-oriented digital application scenarios in hazardous areas With the
     intrinsically safe Sm... read more
     
     Add to Cart
     Add to Wish List Add to Compare
 10. EX Zone 1 iPhone 13 - Zone 1 (ATEXXO)
     Call for Price
     *Price may change due to echange rate.
     
     Apple iPhone 13 now suitable for use in zone 1 hazardous locations. The
     explosion proof iPhones are originally manufactured by Apple than converted
     and certified ... read more
     
     Add to Cart
     Add to Wish List Add to Compare


INTRINSICALLY SAFE LATEST NEWS


ABOUT US

> Atexshop & Comm-Co offers a large amount of ATEX certificated products. We
> have one of the largest and still growing platforms dedicated to ATEX
> certified intrinsically safe and explosion-proof products. With more than 800
> products in our store, We are continually working on our store, keeping you
> and your company updated for the best ATEX certified products and software
> services.


NEED ADVICE OR A COMPETITIVE QUOTE?

Contact Us
Monday to Friday: 
13:00 till 17:00 on monday, and from
09:00 till 17:00 untill friday.
All times are GMT+1

Information

 * About us
 * Search Terms
 * Advanced Search
 * Orders and Returns
 * Contact Us
 * What is Dep
 * Privacy Policy

Why Buy From Us

 * Terms & Conditions
 * Secure Shopping
 * International Shipping
 * Repair
 * Site Map
 * What is Atex
 * References

My Account

 * Sign In
 * View Cart
 * My Wishlist
 * Track My Order
 * Payment Info

Contacts

Comm-Co B.V.
Kreekzoom 9, 4561 GX Hulst, Netherlands
info@comm-co.com
Download VCard

CALL US NOW:

+31 (114) 370030



 * My Account
 * Orders and Returns

 



© 2020 Comm-Co B.V. All Rights Reserved. // Comm-Co.com - Ecommshop.com -
Atexshop.com - Ruggedshop.nl-**All prices are excluded VAT**-**Special order
can't be returned**




Close
Checkout out as a new customer

Creating an account has many benefits:

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

Create Account
Checkout out using your account

Email Address

Password


Sign In
Forgot Your Password?