vaweds10.store Open in urlscan Pro
3.68.220.8  Public Scan

URL: https://vaweds10.store/
Submission: On June 15 via api from BE — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://vaweds10.store/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://vaweds10.store/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 for products..." 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>
        <div class="mst-searchautocomplete__close">×</div>
      </div>
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://vaweds10.store/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <div class="search-category" style="position:absolute; top: 0; right: 35px; width: 130px">
        <select id="mpsearch-category">
          <option value="0">All Products</option>
          <option value="803">PCs</option>
          <option value="945">- PCs By Usage</option>
          <option value="951">- PCs By Brand</option>
          <option value="949">- PCs By Type</option>
          <option value="958">- Popular PC Searches</option>
          <option value="2322">- PC Accessories</option>
          <option value="824">Monitors</option>
          <option value="984">- Monitors By Type</option>
          <option value="986">- Monitors By Brand</option>
          <option value="991">- Monitors By Screen Size</option>
          <option value="998">- Popular Monitor Searches</option>
          <option value="2341">- Monitor Accessories</option>
          <option value="2246">Deals</option>
          <option value="2962">- Top Cashback</option>
          <option value="2879">- Join Network</option>
          <option value="2352">Networking</option>
          <option value="2353">- Audio &amp; Video Conferencing</option>
          <option value="2354">- Network Adapters</option>
          <option value="2358">- Network Cables</option>
          <option value="2360">- Network Switches</option>
          <option value="2379">- Network Storage</option>
          <option value="2380">- Routers</option>
          <option value="2359">- Transceivers</option>
          <option value="2361">- Wireless</option>
          <option value="2403">Peripherals &amp; Print</option>
          <option value="2404">- Peripherals By Type</option>
          <option value="2218">- Peripherals By Brand</option>
          <option value="1007">- Printers By Type</option>
          <option value="1008">- Popular Printer Searches</option>
          <option value="2346">- Printer Accessories</option>
          <option value="2406">Laptops &amp; Tablets</option>
          <option value="773">- Laptops By Usage</option>
          <option value="922">- Laptops By Brand</option>
          <option value="2407">- Laptops By Type</option>
          <option value="2445">- Popular Laptop Searches</option>
          <option value="2304">- Laptop Accessories</option>
          <option value="965">- Tablets By Brand</option>
          <option value="976">- Popular Tablet Searches</option>
          <option value="2334">- Tablet Accessories</option>
          <option value="2412">Components &amp; Power</option>
          <option value="2413">- Components By Type</option>
          <option value="2564">- Components By Brand</option>
          <option value="2471">- Power</option>
          <option value="2415">TV &amp; Audio</option>
          <option value="2581">- Televisions</option>
          <option value="2455">- TVs By Brand</option>
          <option value="2582">- TVs By Size</option>
          <option value="2456">- Popular TV Searches</option>
          <option value="2457">- Audio</option>
          <option value="2420">Servers &amp; Storage</option>
          <option value="2464">- Servers By Type</option>
          <option value="2473">- Servers By Brand</option>
          <option value="2479">- Popular Server Searches</option>
          <option value="2421">- Server Options</option>
          <option value="2460">- Storage</option>
        </select>
      </div>
      <script src="https://vaweds10.store/media/mageplaza/search/theitbay_store_view_0.js"></script>
      <script type="text/javascript">
        require(['jquery', 'Magento_Catalog/js/price-utils', 'mpDevbridgeAutocomplete'], function($, priceUtils) {
          "use strict";
          var baseUrl = 'https://vaweds10.store/',
            baseImageUrl = 'https://vaweds10.store/media/catalog/product/',
            priceFormat = {
              "pattern": "\u00a3%s",
              "precision": 2,
              "requiredPrecision": 2,
              "decimalSymbol": ".",
              "groupSymbol": ",",
              "groupLength": 3,
              "integerRequired": false
            },
            displayInfo = ["price", "image", "description"];
          var categorySelect = $('#mpsearch-category'),
            searchInput = $('#search');
          if (categorySelect.length) {
            categorySelect.on('change', function() {
              searchInput.focus();
              if ($(this).val() === 0) {
                $(this).removeAttr('name');
              } else {
                $(this).attr('name', 'cat');
              }
            });
          }
          searchInput.devbridgeAutocomplete({
            lookup: mageplazaSearchProducts,
            lookupLimit: 10,
            maxHeight: 2000,
            minChars: 3,
            lookupFilter: function(suggestion, query, queryLowerCase) {
              if (categorySelect.length) {
                var categoryId = categorySelect.val();
                if (categoryId > 0 && ($.inArray(categoryId, suggestion.c) === -1)) {
                  return false;
                }
              }
              return suggestion.value.toLowerCase().indexOf(queryLowerCase) !== -1;
            },
            onSelect: function(suggestion) {
              window.location.href = correctProductUrl(suggestion.u);
            },
            formatResult: function(suggestion, currentValue) {
              var html = '<a href="' + correctProductUrl(suggestion.u) + '">';
              if ($.inArray('image', displayInfo) !== -1) {
                html += '<div class="suggestion-left"><img class="img-responsive" src="' + correctProductUrl(suggestion.i, true) + '" alt="" /></div>';
              }
              html += '<div class="suggestion-right">';
              html += '<div class="product-line product-name">' + suggestion.value + '</div>';
              if ($.inArray('price', displayInfo) !== -1) {
                html += '<div class="product-line product-price">Price: ' + priceUtils.formatPrice(suggestion.p, priceFormat) + '</div>';
              }
              if ($.inArray('description', displayInfo) !== -1 && suggestion.d) {
                html += '<div class="product-des"><p class="short-des">' + suggestion.d + '...</p></div>';
              }
              html += '</div></a>';
              return html;
            }
            //		onSearchComplete: function (query, suggestion) {
            //			$('.autocomplete-suggestions').append("<div id='view_all'><a href='javascript:void(0)' id='search-view-all'>View all >></a></div>");
            //			$('#search-view-all').on('click', function(){
            //			   $('#search_mini_form').submit();
            //            });
            //		}
          });

          function correctProductUrl(urlKey, isImage) {
            if (urlKey.search('http') !== -1) {
              return urlKey;
            }
            return ((typeof isImage !== 'undefined') ? baseImageUrl : baseUrl) + urlKey;
          }
        });
      </script>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="">
      <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')}">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'"></span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: '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}">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() --><!-- /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'"></span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}">
                                <span data-bind="i18n: 'Forgot Your Password?'"></span>
                            </a>
      </div>
    </div>
  </div>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-WUTEnW" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 320px; float: left; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 120px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 10px 10px 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_63990833" class="needsclick go2351492459 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 30px; text-align: left; color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(180, 187, 195);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px 6px 0px 0px; position: relative; flex: 0 1 auto; margin: 0px auto 0px 0px;"><button class="needsclick go545037422 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(233, 80, 28); border-radius: 4px; border-style: none; border-color: rgb(29, 29, 29); border-width: 2px; color: rgb(255, 255, 255); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 30px;">Subscribe</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

The store will not work correctly 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.

 * 0330 174 1338 / Mon - Fri 9am - 5pm
 * Apply for a credit account
 * Delivery Info
 * Contact Us
 * Login
 * Sign Up

Toggle Nav
Search
Search
×

Advanced Search
All Products PCs - PCs By Usage - PCs By Brand - PCs By Type - Popular PC
Searches - PC Accessories Monitors - Monitors By Type - Monitors By Brand -
Monitors By Screen Size - Popular Monitor Searches - Monitor Accessories Deals -
Top Cashback - Join Network Networking - Audio & Video Conferencing - Network
Adapters - Network Cables - Network Switches - Network Storage - Routers -
Transceivers - Wireless Peripherals & Print - Peripherals By Type - Peripherals
By Brand - Printers By Type - Popular Printer Searches - Printer Accessories
Laptops & Tablets - Laptops By Usage - Laptops By Brand - Laptops By Type -
Popular Laptop Searches - Laptop Accessories - Tablets By Brand - Popular Tablet
Searches - Tablet Accessories Components & Power - Components By Type -
Components By Brand - Power TV & Audio - Televisions - TVs By Brand - TVs By
Size - Popular TV Searches - Audio Servers & Storage - Servers By Type - Servers
By Brand - Popular Server Searches - Server Options - Storage
Search
Account | Sign Up
Account | Logout
Basket 0 items
Basket
Close You have no items in your shopping basket.

Menu
 * 
   Laptops & Tablets
   
    
   
   View all laptops
    * 
      Laptops By Usage
      * Business Laptops
      * Gaming Laptops
      * Graphic Design & Video Editing Laptops
      * Mobile Work & Travel Laptops
      * Student Laptops
      * Video & Streaming Laptops
      * Web Browsing Laptops
    * 
      Laptops By Brand
      * Apple Laptops
      * ASUS Laptops
      * Dell Laptops
      * HP Laptops
      * Lenovo Laptops
      * Microsoft Laptops
    * 
      Laptops By Type
      * AMD Laptops
      * Chromebooks
      * Intel Laptops
      * Mobile Workstations
      * Ultra Light Laptops
      * Ultra Thin Laptops
      * Refurbished Laptops
      * Netbooks
      * Windows 11 Laptops
    * 
      Popular Laptop Searches
      * Laptops with 16Gb RAM
      * Core i3 Laptops
      * Core i5 Laptops
      * Core i7 Laptops
      * Core i9 Laptops
      * Laptop Deals
      * Laptops Under £400
      * Laptops Under £500
      * Large Screen Laptops
      * Lenovo Cashback Laptops
      * Touchscreen Laptops
    * 
      Laptop Accessories
      * Bags & Cases
      * Laptop Batteries
      * Laptop Docking Stations
      * Laptop Hard Drives
      * Laptop Keyboards
      * Laptop Mice
      * Laptop Power Supplies
      * Laptop RAM
      * Laptop Support Warranties
      * Software
      * Security Products
    * 
      Tablets By Brand
      * Apple iPads
      * Lenovo Tablets
      * Microsoft Tablets
      * Samsung Tablets
    * 
      Popular Tablet Searches
      * Android Tablets
      * Apple iPads
      * Convertible Tablets
      * Tablets with Mobile Connectivity
      * Windows Tablets
    * 
      Tablet Accessories
      * Headphones & Earphones
      * Pointing Devices
      * Tablet Carrying Cases
      * Tablet Flash Cards
      * Tablet Support Warranties

 * 
   PCs
   
    
   
   View All PCs
    * 
      PCs By Usage
      * Business PCs
      * Home PCs
    * 
      PCs By Brand
      * Apple PCs
      * Dell PCs
      * HP PCs
      * Lenovo PCs
    * 
      PCs By Type
      * All-in-Ones
      * Desktops
      * Thin Clients
      * Tower PCs
      * Small Form Factor PCs
      * Ultra Small Form Factor PCs
      * Workstations
      * Refurbished PCs
    * 
      Popular PC Searches
      * Core i3 PCs
      * Core i5 PCs
      * Core i7 PCs
      * Core i9 PCs
      * Lenovo Cashback PCs
      * PC Deals
      * PCs For Design & Video Editing
    * 
      PC Accessories
      * PC Graphics Cards
      * PC Keyboards
      * PC Memory
      * PC Mice
      * PC Speakers & Soundbars
      * PC Storage
      * PC Software
      * PC Stands & Rests
      * PC Support Warranties
      * PC Webcams

 * 
   Servers & Storage
   
    
   
   View All Servers
    * 
      Servers By Type
      * Blade Servers
      * Rack Servers
      * Tower Servers
    * 
      Servers By Brand
      * Dell EMC Servers
      * HPE Servers
      * Lenovo Servers
    * 
      Popular Server Searches
      * DL360 Servers
      * DL380 Servers
      * HPE MicroServers
      * Servers with LFF drive bays
      * ML110 Servers
      * ML350 Servers
      * Single CPU Servers
      * Dual CPU Servers
      * Quad CPU Servers
    * 
      Server Options
      * Server Accessories
      * Server Hard Drives
      * Server Memory
      * Server Network Adapters
      * Server Operating Systems
      * Server Power Supplies
      * Server Processors
      * Server RAID Controllers
      * Server Support Warranties
    * 
      Storage
      * Disk Arrays
      * Drive Cages
      * Hard Drives
      * NAS Storage
      * Optical Storage
      * SAN Storage
      * Solid State Drives
      * Storage Accessories
      * Storage Cables
      * Storage Controllers
      * Storage Media
      * Tape Storage

 * 
   Monitors
   
    
   
   View All Monitors
    * 
      Monitors By Type
      * Gaming Monitors
      * PC Monitors
      * Touchscreen Monitors
      * Interactive Screens
    * 
      Monitors By Brand
      * Apple Monitors
      * ASUS Monitors
      * Dell Monitors
      * HP Monitors
      * Lenovo Monitors
      * LG Monitors
      * Samsung Monitors
      * Newline Screens
    * 
      Monitors By Screen Size
      * 20" and Smaller
      * 21 - 22" Monitors
      * 23 - 25" Monitors
      * 26 - 28" Monitors
      * 29 - 33" Monitors
      * 34" and Larger
    * 
      Popular Monitor Searches
      * 144Hz Monitors
      * 4K Monitors
      * Curved Monitors
      * Gaming Monitors
      * HDMI Monitors
      * Monitor Deals
      * QHD Monitors
      * Ultra Wide Monitors
    * 
      Monitor Accessories
      * Monitor Cables
      * Monitor Mounts
      * Privacy Screens

 * 
   TV & Audio
   
    
   
   View All TVs
    * Televisions
    * 
      TVs By Brand
      * LG Televisions
      * Samsung Televisions
    * 
      TVs By Size
      * Up to 32"
      * 33" - 49"
      * 50" and Larger
    * 
      Popular TV Searches
      * 4K Televisions
      * Refurbished Televisions
      * UHD Televisions
    * 
      Audio
      * Headphones & Earphones
      * Soundbars & Speakers

 * 
   Peripherals & Print
   
    
   
   View Docking Stations
    * 
      Peripherals By Type
      * Audio Video Accessories
      * Docking Stations
      * Keyboards
      * Keyboard & Mice Accessories
      * Keyboard & Mouse Bundles
      * Laptop Bags
      * Memory Cards
      * Mice
      * Office Security Products
      * Pens & Styluses
      * Tablet Cases
      * Webcams
    * 
      Peripherals By Brand
      * 3M
      * Apple
      * Barco
      * Beats
      * Dell
      * HP
      * Kensington
      * Lenovo
      * Logitech
      * Microsoft
    * 
      Printers By Type
      * All In One Printers
      * Inkjet Printers
      * Laser Printers
    * 
      Popular Printer Searches
      * A4 Printers
      * A3 Printers
      * AirPrint Printers
      * Colour Laser Printers
      * Fast Printers
    * 
      Printer Accessories
      * Printer Inks
      * Printer Paper
      * Toner Cartridges

 * 
   Networking
   
    
   
   View All Switches
    * Audio & Video Conferencing
    * 
      Network Adapters
      * Fibre Network Adapters
      * Gigabit Network Adapters
      * PCI-E Network Adapters
      * Wired Network Adapters
    * Network Cables
    * 
      Network Switches
      * 8 Port Switches
      * 12 Port Switches
      * 24 Port Switches
      * 48 Port Switches
      * Managed Switches
      * Unmanaged Switches
    * Network Storage
    * Routers
    * Transceivers
    * 
      Wireless
      * Access Points
      * Antennas & Accessories
      * Routers

 * 
   Components & Power
   
    
   
   View All Graphics Cards
    * 
      Components By Type
      * Cables & Adapters
      * Controller Cards
      * Graphics Cards
      * PC Drives
      * Memory (RAM)
      * Flash Memory Cards
      * Laptop Drives
    * 
      Components By Brand
      * Apple Components
      * Dell Components
      * HPE Components
      * NVIDIA Graphics Cards
      * Riello
    * 
      Power
      * Batteries
      * PDU & Surge Protectors
      * Power Cables
      * Power Enclosures
      * Power Supplies
      * Rack-mount UPS
      * Stand-alone UPS
      * Charging Trolleys

 * Speak to a knowledgeable human 0330 174 1338 Mon - Fri 9am - 5pm
 * Deals

Account
 * 0330 174 1338 / Mon - Fri 9am - 5pm
 * Apply for a credit account
 * Delivery Info
 * Contact Us
 * Login
 * Sign Up

 * FREE Delivery over £100
   1000s of items in stock
 * Price Match Promise
   If you find cheaper prices elsewhere
 * 30 Day Return Period
   From date of purchase
 * Superior Service
   Five star rated on Google
 * Flexible, Secure Payments
   Pay by card, Klarna, PayPal or credit

Previous

Next

 * 
 * 
 * 



Unmissable offers in stock now
 1.  Acer Aspire TC-1760 - tower - Core i7 12700 2.1 GH ...
     DT.BHUEK.00H
     As low as £416.66 £499.99
 2.  Acer Aspire TC-1760 - tower - Core i3 12100 3.3 GH ...
     DT.BHUEK.008
     As low as £291.66 £349.99
 3.  Acer Predator Orion 5000 PO5-615s - tower - Core i ...
     DG.E1YEK.00G
     As low as £558.32 £669.98
 4.  Lenovo ThinkPad P14s Gen 3 - 14" - Intel Core i7 - ...
     21AK00BAUK
     As low as £858.32 £1,029.98
 5.  Samsung Odyssey G7 S28BG700EP - G70B Series - LED ...
     LS28BG700EPXXU
     As low as £350.00 £420.00
 6.  ASUS ExpertBook B5 OLED B5602CBA-L2I5X - 16" - Int ...
     B5602CBA-L2I5X
     As low as £565.22 £678.26
 7.  ASUS ExpertBook B5 B5402CBA-KII5X - 14" - Intel Co ...
     B5402CBA-KII5X
     As low as £466.66 £559.99
 8.  Lenovo ThinkPad P1 Gen 5 - 16" - Intel Core i7 - 1 ...
     21DC000NUK
     As low as £833.32 £999.98
 9.  HP USB-C Dock G5 - docking station - USB-C - 1GbE
     5TW10AA#ABB
     As low as £99.00 £118.80
 10. Lenovo ThinkPad Universal Thunderbolt 4 Smart Dock ...
     40B10135UK
     As low as £120.82 £144.98
 11. Dell D6000S Universal Dock
     DELL-D6000S
     As low as £159.00 £190.80
 12. Lenovo ThinkVision T27h-2L - LED monitor - QHD - 2 ...
     62B1GAT2UK
     As low as £149.99 £179.99

Laptops
Laptops with Cashback Business laptops Under £400 laptops
PCs
Business PCs All-in-one PCs Ultra small PCs
Monitors
PC monitors Ultra-wide monitors 4K monitors
Networking
Switches Access Points Conferencing
Docks
Dell HP Lenovo


 1. REQUEST A QUOTE


 2. APPLY FOR CREDIT


 3. GET IN TOUCH

Laptops
Lenovo ThinkPad P1 Gen 5 - 16" - Intel Core i7 - 12800H ...
21DC000NUK
As low as £833.32 £999.98
HP Elite x360 1040 G10 Notebook - Wolf Pro Security - 1 ...
81A06EA#ABU
As low as £1,315.00 £1,578.00
HP ProBook 450 G9 Notebook - 15.6" - Intel Core i5 1235 ...
5Y4B1EA#ABU
As low as £555.00 £666.00
Dell Precision 7680 Workstation laptop - 16" - i7 13850 ...
P7680-I7-64-1-11P-3Y
As low as £899.00 £1,078.80
PCs
HP Pro 400 G9 - SFF - Core i5 12500 3 GHz - 8 GB - SSD ...
6A744EA
As low as £455.00 £546.00
Lenovo ThinkCentre M70s Gen 3 - SFF - Core i5 12400 2.5 ...
11T8004SUK
As low as £390.83 £469.00
HP EliteDesk 800 G5 - Mini PC - i5 - 16GB RAM - 256GB S ...
HP-ED800G5TI516-256W
As low as £204.00 £244.80
Acer Predator Orion 5000 PO5-615s - tower - Core i7 107 ...
DG.E1YEK.00G
As low as £558.32 £669.98
Monitors
HP E24 G4 - E-Series - LED monitor - Full HD (1080p) - ...
9VF99AA#ABB
As low as £107.00 £128.40
Lenovo ThinkVision T27h-2L - LED monitor - QHD - 27"
62B1GAT2UK
As low as £149.99 £179.99
HP E24 G5 - E-Series - LED monitor - Full HD (1080p) - ...
6N6E9AA#ABB
As low as £112.00 £134.40
Dell UltraSharp U2424HE - LED monitor - Full HD (1080p) ...
DELL-U2424HE
As low as £203.00 £243.60
Docking Stations
Lenovo USB-C Mini Dock - mini-dock - USB-C - VGA, HDMI ...
40AU0065UK
As low as £41.66 £49.99
Lenovo ThinkPad Universal Thunderbolt 4 Dock - docking ...
40B00135UK
As low as £199.99 £239.99
HP USB-C Dock G5 - docking station - USB-C - 1GbE
5TW10AA#ABB
As low as £99.00 £118.80
HP Thunderbolt Dock G4 - docking station - USB-C / Thun ...
4J0G4AA#ABB
As low as £157.00 £188.40

Our latest news
Microsoft Surface Pro 8 vs Surface Pro 9 - What’s the difference?
Dive into the world of Microsoft's latest innovative 2-in-1s with our
comprehensive comparison of the...
Read more
Refurbished Computing Redefined: The BSI Certification Advantage
Dive into the world of BSI certified refurbished computers with our latest blog
post. Discover the rigorous...
Read more


LAPTOPS, TABLETS, PCS AND ALL YOUR OFFICE IT EQUIPMENT FROM THE IT BAY

The IT Bay is an online technology shop selling technology, electronics and
office IT products throughout the UK. We stock thousands of the latest tech
products from leading brands including Dell, HP, Lenovo and Microsoft. With
expert advice, the best prices on the web, rapid next day delivery and free,
easy returns, The IT Bay is ideally placed to help you with all your technology
needs.

Read more
Ways to pay:
Delivery options:
Next day and timed delivery services are available. We can also ship worldwide.
Our Couriers:

Our Location:
P16, Heywood Distribution Park, Pilsworth Road, Heywood, Lancashire, OL10 2TT
Any questions?
Get in touch:
0330 174 1338
hello@theitbay.com
Chat with our team
Browse The IT Bay
 * Blog
 * Laptops & Tablets
 * PCs
 * Servers & Storage
 * Monitors
 * Peripherals & Print
 * Networking
 * Components & Power
 * Refurbished Computing
 * Deals
 * Power Technologies Charging Carts & Cabinets
 * Newline Interactive Screens

Help
 * Contact Us
 * Request a Quote
 * Credit Account Form
 * Pay With Klarna
 * Price Match Promise
 * Delivery Information
 * Returns Policy

Company information
 * About Us
 * Terms & Conditions
 * Privacy Policy
 * Accessibility
 * Web Usage
 * Electrical WEEE Directive
 * Slavery & Human Trafficking
 * Buy Back Service
 * The IT Bay Affiliate Program

Get news and offers
 * Subscribe to our newsletter to receive the latest news and exclusive offers.
   No spam.

Subscribe


0330 174 1338

hello@theitbay.com

 * 
 * 




The IT Bay is a trading name of Ikonic Technology Ltd © Copyright Ikonic
Technology Ltd 2024. All Rights Reserved. Registered in England & Wales.
Company Number: 06752963, VAT Registration Number: 275032026