hc-cargo.co.uk Open in urlscan Pro
139.15.171.125  Public Scan

Submitted URL: https://hc-cargo.com.mt/
Effective URL: https://hc-cargo.co.uk/
Submission: On August 24 via api from US — Scanned from US

Form analysis 11 forms found in the DOM

<form class="ng-pristine ng-valid">
  <input name="__RequestVerificationToken" type="hidden" value="1w_otwT4W3hvWxqtyZpfLNpmjiCXIkC_dTLtsCJEPZJ0-5oz8AwFFGG665G_WEOGK7lDyMl9RRY93_YZvMgQRqGEt_kJGNhuODXfDByQh8g1" autocomplete="off">
  <div class="form-group">
    <label for="username" class="login-dialogue__label">Email</label>
    <input type="text" class="form-control default-focus login-dialogue__input-standard" name="username" required="required">
  </div>
  <div class="form-group">
    <label for="password" class="login-dialogue__label">Password</label>
    <input type="password" id="login-password-input-id" class="form-control login-dialogue__input-standard" name="password" required="required" maxlength="50">
    <span class="caps-message label-danger" style="display: none;" id="login-caps-lock-is-on-message-id"> Caps Lock is on </span>
  </div>
  <div class="login-dialogue__checkbox">
    <input type="checkbox" name="autologin" id="remember-me-autologin" class="login-dialogue__checkbox-input">
    <label for="remember-me-autologin" class="login-dialogue__checkbox-label"> Stay logged in </label>
  </div>
  <div class="form-group submit-group">
    <button type="submit" class="btn btn-orange login-modal-submit btn-fw">Login</button>
  </div>
  <div class="login-dialogue__reset-password">
    <a class="login-dialogue__reset-password-link" href="?id=306&amp;loginaction=recovery">Reset password</a>
  </div>
  <div class="loading-container hidden"> Logging in&nbsp;<span class="loading-icon"></span>
  </div>
</form>

<form class="parsley-form ng-pristine ng-valid" novalidate="">
  <input name="__RequestVerificationToken" type="hidden" value="qzfueyswq7SLoMSRUmXQoGYG56RRT5p7ZA1fu0RmmcpwZt20z4eRKhOSXGMo3vaL6eIspxM9pXXL4SICjG16aJnXqSVvrl2EfMmz2A595rw1" autocomplete="off">
  <div class="form-group">
    <label for="newpassword_b5eaf168-094d-43b1-8097-2a7e69b0bfc4"=""="">New password</label>
    <input id="newpassword_b5eaf168-094d-43b1-8097-2a7e69b0bfc4"=""="" type="password" class="form-control default-focus" name="NewPassword" required="required"
      data-parsley-password-message="The password must have a minimum length of 8 characters, including at least 1 number">
  </div>
  <div class="form-group">
    <label for="newpasswordrepeated_f18c66b9-22e9-4e8b-a1f8-17a8cb7fbcfa"=""="">Re-enter new password</label>
    <input id="newpasswordrepeated_f18c66b9-22e9-4e8b-a1f8-17a8cb7fbcfa"=""="" type="password" class="form-control" name="NewPasswordRepeated" required="required" data-parsley-equalto="#newpassword_b5eaf168-094d-43b1-8097-2a7e69b0bfc4">
  </div>
  <div class="form-group submit-group">
    <button type="submit" class="btn btn-orange">Submit and send</button>
  </div>
  <div class="loading-container hidden"> Changing password&nbsp;<span class="loading-icon"></span>
  </div>
</form>

<form class="ng-pristine ng-valid">
  <input class="btn btn-orange hidden-xs reveal" type="submit" value="Search" ng-click="ctrl.search()">
  <input id="regular-search" type="search" ng-change="ctrl.suggestiveSearch()" ng-model="ctrl.searchTerm" placeholder="Search for product name, OE number" autocomplete="off" tabindex="1" class="ng-pristine ng-untouched ng-valid ng-empty">
</form>

<form class="ng-pristine ng-valid">
  <div>
    <select id="site-search-vehicle-carSegment" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty" ng-model="ctrl.state.selectedCarSegment" ng-change="ctrl.selectedCarSegment()"
      ng-options="val.aggKey as ctrl.getValueAndCount(val) for val in ctrl.state.listCarSegments">
      <option value="" disabled="" class="disabled" selected="selected">Vehicle type</option>
      <option label="Agricultural" value="string:Agricultural">Agricultural</option>
      <option label="Automotive" value="string:Automotive">Automotive</option>
      <option label="Industrial" value="string:Industrial">Industrial</option>
      <option label="Marine" value="string:Marine">Marine</option>
      <option label="Motorcycles" value="string:Motorcycles">Motorcycles</option>
      <option label="Trucks,Trailers and Buses" value="string:Trucks,Trailers and Buses">Trucks,Trailers and Buses</option>
    </select>
  </div>
  <select id="site-search-vehicle-manufacturer" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty disabled" ng-model="ctrl.state.selectedManufacturer" ng-change="ctrl.selectManufacturer()"
    ng-disabled="!ctrl.state.selectedCarSegment" ng-class="{'disabled': !ctrl.state.selectedCarSegment}" ng-options="val.aggKey as ctrl.getValueAndCount(val) group by val.group for val in ctrl.state.listManufacturers" disabled="disabled">
    <option value="" disabled="" class="disabled" selected="selected">Manufacturer</option>
  </select>
  <select id="site-search-vehicle-model" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty disabled" ng-model="ctrl.state.selectedModel" ng-change="ctrl.selectModel()" ng-disabled="!ctrl.state.selectedManufacturer"
    ng-class="{'disabled': !ctrl.state.selectedManufacturer}" ng-options="val.aggKey as ctrl.getValueAndCount(val) for val in ctrl.state.listModels" disabled="disabled">
    <option id="" value="" selected="selected">Model</option>
  </select>
  <select id="site-search-vehicle-engine" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty disabled" ng-model="ctrl.state.selectedEngine" ng-change="ctrl.selectEngine()" ng-disabled="!ctrl.state.selectedModel"
    ng-class="{'disabled': !ctrl.state.selectedModel}" ng-options="val.aggKey as ctrl.getValueAndCount(val) for val in ctrl.state.listEngines" disabled="disabled">
    <option value="" selected="selected">Engine</option>
  </select>
  <select id="site-search-vehicle-fuel" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty disabled" ng-model="ctrl.state.selectedFuel" ng-change="ctrl.selectFuel()" ng-disabled="!ctrl.state.selectedEngine"
    ng-class="{'disabled': !ctrl.state.selectedEngine}" ng-options="val.aggKey as ctrl.getValueAndCount(val) for val in ctrl.state.listFuels" disabled="disabled">
    <option value="" selected="selected">Fuel</option>
  </select>
  <div class="optionFilterContainer ng-hide" ng-show="ctrl.showMoreFilters">
    <h6> Optional filters </h6>
    <select id="site-search-vehicle-year" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty ng-hide disabled" ng-show="ctrl.showMoreFilters" ng-model="ctrl.state.selectedYear" ng-change="ctrl.selectYear()"
      ng-click="ctrl.openSelection('year', ctrl.state.selectedYear, ctrl.state.selectedHorsePower, ctrl.state.selectedEngineBrand)" ng-disabled="!ctrl.state.selectedFuel &amp;&amp; !ctrl.ShowMoreFilters"
      ng-class="{'disabled': (!ctrl.state.selectedFuel &amp;&amp; !ctrl.ShowMoreFilters)}" ng-options="val.aggKey as ctrl.getValueAndCount(val) for val in ctrl.state.listYears" disabled="disabled">
      <option value="" selected="selected">Year</option>
    </select>
    <select id="site-search-vehicle-horsepower" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty ng-hide" ng-show="ctrl.showMoreFilters" ng-model="ctrl.state.selectedHorsePower" ng-change="ctrl.selectHorsePower()"
      ng-click="ctrl.openSelection('horsePower', ctrl.state.selectedHorsePower, ctrl.state.selectedEngineBrand, ctrl.state.selectedYear)" ng-disabled="!ctrl.state.selectedFuel &amp;&amp; !ctrl.ShowMoreFilters"
      ng-class="{'disabled': (!ctrl.state.selectedFuel &amp;&amp; ctrl.showMoreFilters)}" ng-options="val.aggKey as ctrl.getValueAndCount(val) for val in ctrl.state.listHorsePowers" disabled="disabled">
      <option value="" selected="selected">Vehicle horse power</option>
    </select>
    <select id="site-search-vehicle-engineBrand" class="vehicle-search-banner-select ng-pristine ng-untouched ng-valid ng-empty ng-hide disabled" ng-show="ctrl.showMoreFilters" ng-model="ctrl.state.selectedEngineBrand"
      ng-change="ctrl.selectEngineBrand()" ng-click="ctrl.openSelection('engineBrand', ctrl.state.selectedEngineBrand, ctrl.state.selectedYear, ctrl.state.selectedHorsePower)" ng-disabled="!ctrl.state.selectedFuel &amp;&amp; !ctrl.ShowMoreFilters"
      ng-class="{'disabled': (!ctrl.state.selectedFuel &amp;&amp; !ctrl.ShowMoreFilters)}" ng-options="val.aggKey as ctrl.getValueAndCount(val) for val in ctrl.state.listEngineBrands" disabled="disabled">
      <option value="" selected="selected">Engine brand</option>
    </select>
    <div class="optionalFiltersButtonContainer">
      <button class="btn btn-blue btn-sm reset-icon-btn ng-hide" type="button" ng-click="ctrl.resetOptionFilters()"
        ng-show="ctrl.showMoreFilters &amp;&amp; (ctrl.state.selectedEngineBrand || ctrl.state.selectedHorsePower || ctrl.state.selectedYear)">
        <svg xmlns="http://www.w3.org/2000/svg" class="hc-icon-arrow-up accordion-icon reset-icon-svg">
          <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20191202#hc-icon-reset"></use>
        </svg> Reset optional filters </button>
      <button class="btn btn-blue btn-sm ng-hide" type="button" ng-click="ctrl.lessFilters()" ng-show="ctrl.showMoreFilters"> Less filters </button>
    </div>
  </div>
  <div class="optionalFiltersButtonContainer">
    <button class="btn btn-blue btn-sm " type="button" ng-click="ctrl.moreFilters()" ng-show="!ctrl.showMoreFilters" ng-disabled="!ctrl.state.selectedFuel" disabled="disabled"> More filters </button>
  </div>
  <div>
    <button class="btn btn-orange" type="button" ng-click="ctrl.vehiclesearch()" ng-disabled="ctrl.disableSearchButton" id="btnVehicleSearch" disabled="disabled"> Search vehicle </button>
  </div>
</form>

<form class="number-plate-alternate-search ng-pristine ng-valid" id="number-plate-alternate-search-form">
  <div>
    <div id="language-container-id" class="lang-select">
      <div class="btn-select option-container" ng-init="ctrl.setPlaceholder()" ng-click="ctrl.toggleCountryDropdown()">
        <svg class="lang-img">
          <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk"></use>
        </svg>
        <span>GB</span>
      </div>
      <div ng-show="ctrl.showCountryDropdown" class="language-dropdown-container ng-hide">
        <ul id="lang-ul">
          <!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="dk" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-dk" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-dk"></use>
              </svg>
              <span>DK</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="fin" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fi" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fi"></use>
              </svg>
              <span>FIN</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="f" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fr" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fr"></use>
              </svg>
              <span>F</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="gb" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk"></use>
              </svg>
              <span>GB</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="i" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-it" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-it"></use>
              </svg>
              <span>I</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="n" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-no" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-no"></use>
              </svg>
              <span>N</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="nl" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-nl" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-nl"></use>
              </svg>
              <span>NL</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="s" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-se" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-se"></use>
              </svg>
              <span>S</span>
            </div>
          </li><!---->
        </ul>
      </div>
    </div>
    <input class="btn btn-orange reveal" id="license-plate__search-field--submit" type="submit" value="Go" ng-click="ctrl.searchByLicensePlate()">
    <input id="license-plate-alternate-search" class="form-control ng-pristine ng-untouched ng-valid ng-empty" type="search" placeholder="AB12 345" ng-model="ctrl.query.licenseplate" ng-focus="ctrl.clearPlaceholder()" ng-blur="ctrl.setPlaceholder()">
  </div>
</form>

<form class="kba-alternate-search ng-pristine ng-valid" onsubmit="return false;">
  <div>
    <input class="btn btn-orange reveal" type="submit" value="Go" ng-click="ctrl.searchKbaNumber()">
    <input id="kba-alternate-search" class="form-control ng-pristine ng-untouched ng-valid ng-empty" type="search" ng-model="ctrl.kbaNumber" ng-submit="ctrl.searchKbaNumber()" placeholder="KBANumber ">
  </div>
</form>

<form class="vin-alternate-search ng-pristine ng-valid">
  <div>
    <input class="btn btn-orange reveal" type="button" value="Go" ng-click="ctrl.searchVin()">
    <span class="input-badge">Only NL</span>
    <input id="vin-alternate-search" class="form-control ng-pristine ng-untouched ng-valid ng-empty" type="search" ng-model="ctrl.vin" ng-submit="ctrl.searchVin()" placeholder="Chassis number - NL">
  </div>
</form>

<form class="number-plate-alternate-search ng-pristine ng-valid" id="number-plate-alternate-search-form">
  <div>
    <div id="language-container-id" class="lang-select">
      <div class="btn-select option-container" ng-init="ctrl.setPlaceholder()" ng-click="ctrl.toggleCountryDropdown()">
        <svg class="lang-img">
          <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk"></use>
        </svg>
        <span>GB</span>
      </div>
      <div ng-show="ctrl.showCountryDropdown" class="language-dropdown-container ng-hide">
        <ul id="lang-ul">
          <!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="dk" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-dk" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-dk"></use>
              </svg>
              <span>DK</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="fin" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fi" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fi"></use>
              </svg>
              <span>FIN</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="f" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fr" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-fr"></use>
              </svg>
              <span>F</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="gb" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-uk"></use>
              </svg>
              <span>GB</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="i" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-it" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-it"></use>
              </svg>
              <span>I</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="n" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-no" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-no"></use>
              </svg>
              <span>N</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="nl" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-nl" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-nl"></use>
              </svg>
              <span>NL</span>
            </div>
          </li><!---->
          <li ng-repeat="country in ctrl.countryList">
            <div class="option-container" id="s" ng-click="ctrl.onSelectCountry(country)">
              <svg class="lang-img">
                <use xlink:href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-se" ng-href="/files/templates/designs/hccargo_2015/images/icons.svg?v=20200306#languageflag-se"></use>
              </svg>
              <span>S</span>
            </div>
          </li><!---->
        </ul>
      </div>
    </div>
    <input class="btn btn-orange reveal" id="license-plate__search-field--submit" type="submit" value="Go" ng-click="ctrl.searchByLicensePlate()">
    <input id="license-plate-alternate-search" class="form-control ng-pristine ng-untouched ng-valid ng-empty" type="search" placeholder="AB12 345" ng-model="ctrl.query.licenseplate" ng-focus="ctrl.clearPlaceholder()" ng-blur="ctrl.setPlaceholder()">
  </div>
</form>

<form class="kba-alternate-search ng-pristine ng-valid" onsubmit="return false;">
  <div>
    <input class="btn btn-orange reveal" type="submit" value="Go" ng-click="ctrl.searchKbaNumber()">
    <input id="kba-alternate-search" class="form-control ng-pristine ng-untouched ng-valid ng-empty" type="search" ng-model="ctrl.kbaNumber" ng-submit="ctrl.searchKbaNumber()" placeholder="KBANumber ">
  </div>
</form>

<form class="vin-alternate-search ng-pristine ng-valid">
  <div>
    <input class="btn btn-orange reveal" type="button" value="Go" ng-click="ctrl.searchVin()">
    <span class="input-badge">Only NL</span>
    <input id="vin-alternate-search" class="form-control ng-pristine ng-untouched ng-valid ng-empty" type="search" ng-model="ctrl.vin" ng-submit="ctrl.searchVin()" placeholder="Chassis number - NL">
  </div>
</form>

<form class="support-popup-email-item__Form ng-pristine ng-valid" id="support-popup-email-element-id-p-16386-s-0-si-3-support-popup-email-form" emailsubject="Need help for sign up" emailrecipients="customerservices@cargo-uk.com"
  emailcarboncopies="susanne.laasholdt@hc-cargo.com" recapchaid="support-popup-email-element-id-p-16386-s-0-si-3-recapcha" inneritemcontainerid="support-popup-email-element-id-p-16386-s-0-si-3-container"
  inneritemloadingviewid="support-popup-email-element-id-p-16386-s-0-si-3-loading-view" inneritemsuccessviewid="support-popup-email-element-id-p-16386-s-0-si-3-success-view"
  inneritemfailedviewid="support-popup-email-element-id-p-16386-s-0-si-3-failed-view" inneritemsuccessdismissbtnid="support-popup-email-element-id-p-16386-s-0-si-3-success-view-dismiss"
  inneritemfaileddismissbtnid="support-popup-email-element-id-p-16386-s-0-si-3-failed-view-dismiss">
  <div class="support-popup-email-item__Fields">
    <input name="Your email address" id="Need help for sign up-Your email address-id" type="email" class="support-popup-email-item__Field" required="" maxlength="50" placeholder="Your email address">
    <input name="Your VAT number (if none, please type 0)" id="Need help for sign up-Your VAT number (if none, please type 0)-id" type="text" class="support-popup-email-item__Field" required="" maxlength="50"
      placeholder="Your VAT number (if none, please type 0)">
    <input name="Your company name" id="Need help for sign up-Your company name-id" type="text" class="support-popup-email-item__Field" required="" maxlength="50" placeholder="Your company name">
    <input name="Did you already validate via email? " id="Need help for sign up-Did you already validate via email? -id" type="text" class="support-popup-email-item__Field" required="" maxlength="50"
      placeholder="Did you already validate via email? ">
    <input name="Your phone number" id="Need help for sign up-Your phone number-id" type="number" class="support-popup-email-item__Field" required="" maxlength="50" placeholder="Your phone number">
    <textarea name="Describe the problem" id="Need help for sign up-Describe the problem-id" class="support-popup-email-item__FieldArea" required="" maxlength="50" placeholder="Describe the problem"></textarea>
  </div>
  <div class="form-group">
    <div id="support-popup-email-element-id-p-16386-s-0-si-3-recapcha" class="hc-google-recaptcha" data-sitekey="6LfyqCcTAAAAAO-Nj8_3pgmdyjMlZ5ZSlurFjspW" data-widgetid="0">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6LfyqCcTAAAAAO-Nj8_3pgmdyjMlZ5ZSlurFjspW&amp;co=aHR0cHM6Ly9oYy1jYXJnby5jby51azo0NDM.&amp;hl=en&amp;type=image&amp;v=x19joXI_IeQnFJ7YnfDapSZq&amp;theme=light&amp;size=normal&amp;cb=94dpjxpn01hd"
            width="304" height="78" role="presentation" name="a-i7fec41uhkaa" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></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>
    </div>
  </div>
  <div id="16386-recaptcha-error-msg-id" translatedtext="Verify that you are not a robot" hidden="">
  </div>
  <div class="support-popup-email-item__Footer">
    <button type="submit" class="btn btn-orange support-popup-email-item__SendEmailBtn"> Send </button>
  </div>
</form>

Text Content

HC-CARGO - THIS WEBSITE USES COOKIES

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners who may combine it
with other information that you’ve provided to them or that they’ve collected
from your use of their services.
Do not sell or share my personal information
Use necessary cookies only Allow all cookies Show details
OK
Use necessary cookies only Allow selection Allow all cookies
Necessary
Preferences
Statistics
Marketing
Show details
Cookie declaration [#IABV2SETTINGS#] About
 Necessary (10)  Preferences (0)  Statistics (8)  Marketing (24)  Unclassified
(0)
Necessary cookies help make a website usable by enabling basic functions like
page navigation and access to secure areas of the website. The website cannot
function properly without these cookies.

NameProviderPurposeExpiryType__RequestVerificationTokenhc-cargo.co.ukHelps
prevent Cross-Site Request Forgery (CSRF)
attacks.SessionHTTPapsis-cookie-testhc-cargo.co.ukThis cookie determines whether
the browser accepts cookies.SessionHTTPASP.NET_SessionIdhc-cargo.co.ukPreserves
the visitor's session state across page
requests.SessionHTTPCookieConsentCookiebotStores the user's cookie consent state
for the current domain1 yearHTTPcultureCodehc-cargo.co.uk Detects selected
language1 yearHTTPshowdiscounthc-cargo.co.ukAdd/hide discount on
webshopSessionHTTPshowpricehc-cargo.co.ukAdd/hide prices on
webshopSessionHTTPJSESSIONIDNew RelicPreserves users states across page
requests.SessionHTTPrc::arecaptcha.netThis cookie is used to distinguish between
humans and bots. This is beneficial for the website, in order to make valid
reports on the use of their website.PersistentHTMLrc::crecaptcha.netThis cookie
is used to distinguish between humans and bots. SessionHTML

Preference cookies enable a website to remember information that changes the way
the website behaves or looks, like your preferred language or the region that
you are in.

We do not use cookies of this type.

Statistic cookies help website owners to understand how visitors interact with
websites by collecting and reporting information anonymously.

NameProviderPurposeExpiryType_gahc-cargo.co.ukRegisters a unique ID that is used
to generate statistical data on how the visitor uses the website.399
daysHTTP_ga_#hc-cargo.co.ukUsed by Google Analytics to collect data on the
number of times a user has visited the website as well as dates for the first
and most recent visit. 399 daysHTTP_gathc-cargo.co.ukUsed by Google Analytics to
throttle request rate1 dayHTTP_gidhc-cargo.co.ukRegisters a unique ID that is
used to generate statistical data on how the visitor uses the website.1
dayHTTPecondasearchoriginhc-cargo.co.ukAdditional info for Econda about which
page a search was made fromSessionHTTPely_cc_answhc-cargo.co.ukApsis One email
statistics1 yearHTTPQSI_Historyhc-cargo.co.ukUsed to detect whether the user has
responded to surveys presented on the website. The purpose of the surveys are
website optimization.SessionHTMLQSI_HistorySessionhc-cargo.co.ukThis cookie is
used to determine when the visitor last visited the different subpages on the
website.SessionHTML

Marketing cookies are used to track visitors across websites. The intention is
to display ads that are relevant and engaging for the individual user and
thereby more valuable for publishers and third party advertisers.

NameProviderPurposeExpiryTypeIDEGoogleUsed by Google DoubleClick to register and
report the website user's actions after viewing or clicking one of the
advertiser's ads with the purpose of measuring the efficacy of an ad and to
present targeted ads to the user.1 yearHTTPtest_cookieGoogleUsed to check if the
user's browser supports cookies.1 dayHTTPemos-sessionEcondaThis cookie is used
to determine the content of the shopping basket and promote related products or
advertisement based on that information.SessionHTTPemos-visitorEcondaSets a
unique ID for the visitor, that allows third party advertisers to target the
visitor with relevant advertisement. This pairing service is provided by third
party advertisement hubs, which facilitates real-time bidding for
advertisers.399 daysHTTPfrMeta Platforms, Inc.Used by Facebook to deliver a
series of advertisement products such as real time bidding from third party
advertisers.3 monthsHTTP_fbphc-cargo.co.ukUsed by Facebook to deliver a series
of advertisement products such as real time bidding from third party
advertisers.3 monthsHTTP_gcl_auhc-cargo.co.ukUsed by Google AdSense for
experimenting with advertisement efficiency across websites using their
services. 3 monthsHTTPDynamicwebhc-cargo.co.ukContains a unique ID as well as
the date of the user's last visit to the website. This data is used to recognise
returning users in order to personalise the website content and generate
statistical data.1 yearHTTPEly_vIDhc-cargo.co.ukCollects data of the user's
navigation and interaction on the website in order to personalise the purchasing
experience.1 yearHTTPemos_jcsidhc-cargo.co.ukThis cookie is used to deliver more
relevant website advertisement, these ads are based on information on the
visitor’s website behavior. The cookie can also measure ad-efficiency - this
information is shared with other online
advertisers.SessionHTTPemos_jcvidhc-cargo.co.ukThis cookie is used to deliver
more relevant website advertisement, these ads are based on information on the
visitor’s website behavior. The cookie can also measure ad-efficiency - this
information is shared with other online advertisers.399
daysHTTPpcdchc-cargo.co.ukPendingPersistentHTMLVISITOR_INFO1_LIVEYouTubeTries to
estimate the users' bandwidth on pages with integrated YouTube videos.179
daysHTTPYSCYouTubeRegisters a unique ID to keep statistics of what videos from
YouTube the user has seen.SessionHTTPyt.innertube::nextIdYouTubeRegisters a
unique ID to keep statistics of what videos from YouTube the user has
seen.PersistentHTMLyt.innertube::requestsYouTubeRegisters a unique ID to keep
statistics of what videos from YouTube the user has
seen.PersistentHTMLytidb::LAST_RESULT_ENTRY_KEYYouTubeStores the user's video
player preferences using embedded YouTube
videoPersistentHTMLyt-remote-cast-availableYouTubeStores the user's video player
preferences using embedded YouTube
videoSessionHTMLyt-remote-cast-installedYouTubeStores the user's video player
preferences using embedded YouTube
videoSessionHTMLyt-remote-connected-devicesYouTubeStores the user's video player
preferences using embedded YouTube
videoPersistentHTMLyt-remote-device-idYouTubeStores the user's video player
preferences using embedded YouTube
videoPersistentHTMLyt-remote-fast-check-periodYouTubeStores the user's video
player preferences using embedded YouTube
videoSessionHTMLyt-remote-session-appYouTubeStores the user's video player
preferences using embedded YouTube
videoSessionHTMLyt-remote-session-nameYouTubeStores the user's video player
preferences using embedded YouTube videoSessionHTML

Unclassified cookies are cookies that we are in the process of classifying,
together with the providers of individual cookies.

We do not use cookies of this type.

 [#IABV2_LABEL_PURPOSES#]  [#IABV2_LABEL_FEATURES#]  [#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS#]
Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your
consent.
Cookie declaration last updated on 8/11/23 by Cookiebot



Your e-mail address has been validated and you can now log in

SIGN IN

Your password is expired, please make a new one
If you have problems signing in, please reset your password through the link
below.
An error occured during the request. Try again or contact HC-CARGO.
Email
Password Caps Lock is on
Stay logged in
Login
Reset password
Logging in 

CREATE A BUSINESS ACCOUNT

 * Same day despatch
   
 * Easy access to a wide range of auto-electric products
   
 * Do you need help?
   Call us on +44 (0)330 1233486
   
 * Create a business account

REDIRECTING TO YOUR HOME DOMAIN*

To give you the best experience possible we have this website in your language:
.

We will redirect you in:  seconds

or you can click the button below to go now:

Go to



PLEASE CHANGE YOUR PASSWORD

You are logged in using a system generated password. Please enter a new, strong,
password to use instead.*
An error occured during the request. Try again or contact HC-CARGO.

New password
Re-enter new password
Submit and send
Changing password 

 *  * Our Quality
    * Our Programme
    * Our Service
   
   About Us
 * Contact
 * Download
 * Video guide
 * Search
 * New Customer
 * Login

Login
 * Search
 * Vehicle
   


PRODUCTS

Vehicle typeAgriculturalAutomotiveIndustrialMarineMotorcyclesTrucks,Trailers and
Buses
Manufacturer Model Engine Fuel

OPTIONAL FILTERS

Year Vehicle horse power Engine brand
Reset optional filters Less filters
More filters
Search vehicle
GB
   
 * DK
   
 * FIN
   
 * F
   
 * GB
   
 * I
   
 * N
   
 * NL
   
 * S
   

RECAPTCHA container

Only NL
   
 * License plate
   
 * KBA
   
 * VIN

GB
   
 * DK
   
 * FIN
   
 * F
   
 * GB
   
 * I
   
 * N
   
 * NL
   
 * S
   

RECAPTCHA container

Only NL
   
 * Automotive
      
    * A/C Equipment
        
      * Blower Resistors
        
      * Compressor Spare Parts
        
      * Compressors
        
      * Condensers
        
      * Dryers
        
      * Evaporators
        
      * Expansion Valves
        
      * Oil
        
      * Pressure Switches
        
      * Universal Parts
        
      
    * Alternator Components
        
      * Alternator Parts
        
      * Dynamo Parts
        
      * Dynastarter Parts
        
      * Universal Parts
        
      
    * Electrical Components & Accessories
        
      * Camera & Parking Sensors
        
      * Dashboard Gauges
        
      * Fans & Blowers
        
      * Horns. Buzzers & Revers Alarms
        
      * Power Management & Chargers
        
      * Radio Accessories
        
      * Solenoids
        
      * Switches
        
      * Wiper Systems
        
      
    * Engine Components & Management
        
      * Diesel Parts
        
      * Filters & Filter Parts
        
      * Fluid & Fuel Pumps
        
      * Ignition Components
        
      * Switches & Sensors - Engine Management
        
      
    * Lighting
        
      * Bulb Holders
        
      * Bulbs
        
      * Front Lights
        
      * Hand & Penlights
        
      * Hazard Warning Lights
        
      * Interior Lamps
        
      * Marker Light
        
      * Rear Lights
        
      * Reflectors
        
      * Rotating Beacons & Parts
        
      * Side Indicators
        
      * Tail/Position/Side Marker
        
      * Warning Lights
        
      * Work Lamps
        
      
    * Starter Components
        
      * DC Motor Parts
        
      * Dynastarter Parts
        
      * Miscellaneous
        
      * Starter Parts
        
      * Universal Parts
        
      
    * Starters & Alternators
        
      * Alternators
        
      * DC Motors
        
      * Dynamos
        
      * Dynastarters
        
      * Starters
        
      * Tilt/Trim Motors
        
      
    * Workshop Consumables & Tools
        
      * Adhesive
        
      * Assembly Parts
        
      * Battery Terminals
        
      * Cable & Wiring
        
      * Circuit Breakers
        
      * Clamps
        
      * Crimp Terminals
        
      * Fastening Parts
        
      * Fuses
        
      * Hoses
        
      * Indicator Lights
        
      * Junction Boxes
        
      * Multiple Connectors
        
      * Oil & Grease
        
      * Plugs & Sockets
        
      * Powr-Bloks
        
      * Protecting Caps, Tubes & Plugs
        
      * PS Connectors
        
      * Relays
        
      * Surface Cleaning
        
      * Switches
        
      * Tapes
        
      * Tools
        
      

   
 * Trucks Trailers & Buses
      
    * A/C Equipment
        
      * Blower Resistors
        
      * Compressors
        
      * Condensers
        
      * Dryers
        
      * Expansion Valves
        
      * Oil
        
      * Universal Parts
        
      
    * Alternator Components
        
      * Alternator Parts
        
      
    * Electrical Components & Accessories
        
      * Camera & Parking Sensors
        
      * Dashboard Gauges
        
      * Fans & Blowers
        
      * Horns. Buzzers & Revers Alarms
        
      * Power Management & Chargers
        
      * Solenoids
        
      * Switches
        
      * Wiper Systems
        
      
    * Engine Components & Management
        
      * Fluid & Fuel Pumps
        
      
    * Lighting
        
      * Bulbs
        
      * Front Lights
        
      * Interior Lamps
        
      * Marker Light
        
      * Rear Lights
        
      * Reflectors
        
      * Rotating Beacons & Parts
        
      * Side Indicators
        
      * Tail/Position/Side Marker
        
      * Warning Lights
        
      * Work Lamps
        
      
    * Starter Components
        
      * Starter Parts
        
      
    * Starters & Alternators
        
      * Alternators
        
      * DC Motors
        
      * Starters
        
      
    * Workshop Consumables & Tools
        
      * Cable & Wiring
        
      * Circuit Breakers
        
      * Indicator Lights
        
      * Industrial Battery Connectors
        
      * Multiple Connectors
        
      * Plugs & Sockets
        
      * Relays
        
      * Switches
        
      * Tools
        
      

   
 * Agriculture & Industrial
      
    * A/C Equipment
        
      * Blowers
        
      * Compressor Spare Parts
        
      * Compressors
        
      * Condensers
        
      * Expansion Valves
        
      
    * Alternator Components
        
      * Alternator Parts
        
      * Dynamo Parts
        
      
    * Electrical Components & Accessories
        
      * Camera & Parking Sensors
        
      * Dashboard Gauges
        
      * Fans & Blowers
        
      * Horns. Buzzers & Revers Alarms
        
      * Power Management & Chargers
        
      * Radio Accessories
        
      * Solenoids
        
      * Switches
        
      * Wiper Systems
        
      
    * Engine Components & Management
        
      * Fluid & Fuel Pumps
        
      
    * Lighting
        
      * Bulb Holders
        
      * Bulbs
        
      * Front Lights
        
      * Hand & Penlights
        
      * Hazard Warning Lights
        
      * Interior Lamps
        
      * Marker Light
        
      * Rear Lights
        
      * Reflectors
        
      * Rotating Beacons & Parts
        
      * Side Indicators
        
      * Tail/Position/Side Marker
        
      * Warning Lights
        
      * Work Lamps
        
      
    * Starter Components
        
      * Briggs & Stratton
        
      * Starter Parts
        
      * United Technologies
        
      * Universal Parts
        
      
    * Starters & Alternators
        
      * Alternators
        
      * DC Motors
        
      * Dynamos
        
      * Dynastarters
        
      * Starters
        
      
    * Workshop Consumables & Tools
        
      * Battery Terminals
        
      * Cable & Wiring
        
      * Circuit Breakers
        
      * Clamps
        
      * Industrial Battery Connectors
        
      * Plugs & Sockets
        
      * Relays
        
      * Switches
        
      * Tools
        
      

   
 * Marine
      
    * Alternator Parts
        
      * Rectifiers
        
      * Regulators
        
      
    * Alternators
      
    * DC Motor Parts
        
      * Solenoids
        
      
    * Dynastarters
      
    * Starter Parts
        
      * Clutches
        
      * Drives
        
      * Solenoids
        
      
    * Starters
      
    * Tilt/Trim Motors
      
    * Universal Parts
        
      * Solenoids
        
      

   
 * Motorcycles
      
    * Alternator Components
        
      * Alternator Parts
        
      
    * Alternators
      
    * Dynamos
      
    * Starter Components
        
      * Starter Parts
        
      
    * Starters
      

   

Product segments

   
   
 * Automotive
   
   
   
 * Trucks Trailers & Buses
   
   
   
 * Agriculture & Industrial
   
   
   
 * Marine
   
   
   
 * Motorcycles
   
   


Search
Help
Menu

Your last shopping cart action was not successful. Please verify and try again.
Close

Unfortunately, you have been logged out. If you were in the process of
completing an order or something else, it may not be complete. Please log in and
try again.

 * Free standard delivery and reduced timed delivery charges on orders over 125
   GBP (Exc. weekend deliveries, extra charges to certain regions may apply).

DO YOU NEED HELP?

How to use the shop
FAQ
Update your browser for best experience
Need help signing up for an account?

I NEED HELP SIGNING UP FOR AN ACCOUNT

PLEASE FILL IN THE DETAILS BELOW AND PRESS SEND. WE WILL GET BACK TO YOU AS SOON
AS POSSIBLE.

Send
Sending email

SENT!

An email has been sent to your HC-CARGO service team. We will get back to you as
soon as possible.

FAILED SENDING THE EMAIL!

Something went wrong. Try again a bit later


YOUR EXPERT IN AUTO ELECTRICAL PARTS

Providing rotating units, repair parts, air conditioning, accessories and
electrical parts to
UK business customers since 1985

Sign up in minutes! Explore our A/C range
 * Easy access
   to a wide range of auto-electric products
   feg@novicell.dk
 * Need help?
   Just give us a ring - Call 0330 123 3486
   feg@novicell.dk
 * Order over £125?
   Get free* standard shipping!
   feg@novicell.dk
 * Open 24/7/365
   Shop online at your convenience
   feg@novicell.dk
 * Fast Delivery
   Order before 17.00 M-F for sameday despatch
   feg@novicell.dk


PRODUCT SEGMENTS

   
   
 * Automotive
   
   
   
 * Trucks Trailers & Buses
   
   
   
 * Agriculture & Industrial
   
   
   
 * Marine
   
   
   
 * Motorcycles
   
   

prev
next



PRODUCT CATEGORIES

   
   
 * Starters & Alternators
   
   
   
 * Alternator Components
   
   
   
 * Starter Components
   
   
   
 * A/C Equipment
   
   
   
 * Lighting
   
   
   
 * Electrical Components & Accessories
   
   
   
 * Engine Components & Management
   
   
   
 * Workshop Consumables & Tools
   
   
   
 * Assortments
   
   
   
 * New products
   
   
   
 * Outlet
   
   

prev
next



NEW PRODUCTS


172370 LED MULTIFUNCTION LAMP

Voltage 12/24, Dim. mm 216x50x23.3, Cable length mm 230, Dist. mount. holes mm
195, ...

Remarks Dynamic indicator.

Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


194895 BATTERY CABLE 16 MM² TINNED BLACK

Voltage 300/500, Amp 85, Lead type Single, No./core 1, Cable type 1 High Flex,
...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


161969 UNIVERSAL LED BRAKE LIGHT CAMERA

Voltage 12, Type Colour, Picture sensor 1/3" CMOS, Mirror function w/, ...

Remarks LED work lamp/down light

Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


194900 BATTERY CABLE 35 MM² TINNED RED

Voltage 300/500, Amp 138, Lead type Single, No./core 1, Cable type 1 High Flex,
...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


194903 BATTERY CABLE 70 MM² TINNED BLACK

Voltage 300/500, Amp 213, Lead type Single, No./core 1, Cable type 1 High Flex,
...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


161964 WIDE ANGLE CAMERA

Voltage 12, Type Colour, Picture sensor 1/3" CMOS, Mirror function w/, ...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


194898 BATTERY CABLE 25 MM² TINNED RED

Voltage 300/500, Amp 112, Lead type Single, No./core 1, Cable type 1 High Flex,
...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


194902 BATTERY CABLE 50 MM² TINNED RED

Voltage 300/500, Amp 168, Lead type Single, No./core 1, Cable type 1 High Flex,
...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


241423 COMPRESSOR

Voltage 12, Family type 7SEU17C, Dist. between holes 1 70.00, Dist. between
holes 2 70.00, ...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


241964 COMPRESSOR

Voltage 12, Family type 6SES14C, Dist. between holes 1 65.00, Dist. between
holes 2 65.00, ...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


116572 STARTER

Voltage 12, kW 2.4, No./teeth 9, Rotation CW, Gear type GR, Mount. flange 82.50,
B+ M10, ...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info


116764 ALTERNATOR

Voltage 28, Amp 155, Width/holder arm 22.00, Mount. bracket dist. 111.00, ...



Show price

Show net price

No price provided at the moment
No price provided at the moment
Gross :
Your discount:
Campaign discount:
Only    in stock
Add to favourites Remove from favourites
Added to favourites Removed from favourites

REMOVE PRODUCT

Yes - remove it Cancel
More info
<
>





HC-CARGO WELCOMES YOU!

Mr. Holger Christiansen (1927-2000) started his company in 1963 in Esbjerg,
Denmark, and thus laid the foundation for the success story of HC-CARGO. The
HC-CARGO headquarters is still located in Esbjerg. Holger Christiansen A/S has
been a part of the Bosch Group since 2008. Holger Christiansen – UK was founded
in 1985 and supplies customers in Great Britain and Ireland with auto electrical
HC-CARGO products such as starters, alternators, air conditioning compressors,
electrical spare parts and accessories. HC-CARGO now has a firm place in the
independent automotive parts trade.

At HC-CARGO we are able to master all market changes and technical developments
with our future- and customer-oriented spirit. Especially thanks to the driving
power of the employees of HC-CARGO. For over 50 years, customers have
appreciated the high quality of HC-CARGO products, as well as the excellent
service and close partnership with the Holger Christiansen Company.

Cookies


DO YOU KNOW US?

 * About us
 * Our Quality
 * Our Programme
 * Our Service
 * Sign up for HC-CARGO newsletters?


CAN WE HELP YOU?

 * How do I become a customer?
 * Customer service


CONTACT - UK

Holger Christiansen Units 7-8 Glaisdale Business Centre Glaisdale Parkway
Nottingham, NG8 4GP England
Phone: +44 (0)330 1233486 Mail: uksales@cargo-uk.com


SOCIAL MEDIA

Facebook
LinkedIn
YouTube


© 2023 Holger Christiansen A/S - Your Expert in Parts

 * Imprint
 * Privacy
 * Legal Note
 * Terms & Conditions

   

Back to top


SELECT VEHICLE



SELECT PRODUCT

Back


COMPRESSOR WAS ADDED TO YOUR CART, REMEMBER A DRYER!

For best customer satisfaction always exchange the dryer when exchanging the
compressor. Click on "select dryer" to easily identify the vehicle specific high
quality HC-CARGO dryer and add it to your shopping cart.

ALTERNATOR WAS ADDED TO YOUR CART – REMEMBER A BELT! !

Please note that the specific features of the vehicle, such as air con, will
affect your choice of belt. Please check the existing product code printed on
the belt (e.g. 6PK1070 – 6PK [6 ribs] 1070 [1070mm]) against your chosen product
to ensure the correct fit.

Close Select dryer Select a belt

CART ACTION DID NOT SUCCEED

Your last cart action failed due to a communication error

Please reload the page and try again.

Reload page
Reloading page... 

VEHICLE PRODUCT FILTER

Ok
Ok

OUR ONLINE SHOP IS DOWN FOR MAINTENANCE

Sorry for the inconvenience

Minimum order quantity is {0}.
Quantity in cart is now {1}.
Minimum quantity available to purchase is {0}.
Quantity in cart is now {1}.




CART IS LOCKED

Cart is locked probably because of checkout in progress!

Go to cart