shop.bt.com Open in urlscan Pro
194.70.94.164  Public Scan

Submitted URL: http://dyn.co/7CdYPNQ
Effective URL: https://shop.bt.com/basket
Submission: On September 27 via manual from GB — Scanned from DE

Form analysis 3 forms found in the DOM

POST /product/ProductSearch

<form action="/product/ProductSearch" method="post"><input name="__RequestVerificationToken" type="hidden"
    value="WR-wEITqAVShIpWQHIxIM2I_vKyFg3RSl-_LWNrWKzJHbm2FWZdkZE0a2f_x9H30geSnrLZsynmVqyQ2ORChEy60vpThcNijdvjryZT-uUXvazhvZ3jOqyYP2vQQdvkRa1ZY3g2">
  <input type="hidden" name="SearchType" value="1">
  <div class="site-search" id="jGrowl">
    <div class="float-left p-0 search-input">
      <input name="SearchTerms" type="search" id="SearchTerms" data-placement="bottom" accesskey="4" tabindex="100" class="searchbox" placeholder="Search by keyword or quicklinx" title="" autocomplete="off"
        data-original-title="Type search term here">
    </div>
    <div class="float-left search-button rounded-right outline-none">
      <button class="cta cta-secondary bticon-Search back-white color-purple outline-none" data-val-prompt="Please enter a search term in the box before clicking search" data-val-prompt-input="#SearchTerms" data-val-prompt-target=".site-search"
        title="Go" type="submit"></button>
    </div>
  </div>
</form>

POST /content/Cookies

<form action="/content/Cookies" method="post"><input name="__RequestVerificationToken" type="hidden" value="Kpkt949XOtElAeggyx5SI_ECho4LwAnXt8DGMslhJ8vxzhn7fLdODiLRmC9nmp0QJ8X1hT9QawRhMWUl2TVP34uwkWsZyga0KIzs-UeoBu8VWHlggtO_Gvn3e_ypB0izDu0tFQ2">
  <script src="/scripts/jquery/jquery.cookie.js" type="text/javascript"></script>
  <script type="text/javascript">
    var DoesVisitorIdExist = "False";
    $(document).ready(function() {
      if (($.cookie("FunctionalPreference") == null || $.cookie("TargetingPreference") == null) && ($.cookie("CookiePreference") != null && $.cookie("CookiePreference") == "0")) {
        allowCookie();
        cookiePreferenceLog(null, null, null, $.cookie("CookiePreference"));
        $.cookie("CookiePreference", null);
      } else if (($.cookie("FunctionalPreference") == null || $.cookie("TargetingPreference") == null)) {
        $(document).ready(function() {
          var cookieEnabled = false;
          try {
            document.cookie = "verfiyCookieEnabled=1"
            cookieEnabled = (document.cookie.indexOf("verfiyCookieEnabled") != -1) ? true : false
            document.cookie = "verfiyCookieEnabled=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";
            if (cookieEnabled) {
              $("#cookieModal").show();
              $(".modal-content").show();
              cookiePreferenceLog(null, null, null, $.cookie("CookiePreference"));
            }
          } catch (err) {
            console.log("script exception : " + err);
          }
        });
      }
      $("#spanCookieClose").click(function() {
        hideAll();
      });
      $("#spanAboutCookiesOk, #spanEditSettingsOk, #spanAllowAll_function, #spanAllowAll_target").click(function() {
        allowCookie();
      });
      $("#spanFinalOk").click(function() {
        hideAll();
        $("#btnCookiePreference").click();;
      });
      $("#spanSettingOk").click(function() {
        hideAll();
      });
      $("#spanMoreAbout").click(function() {
        $("#RedirectTo").val("Cookies");
        if ($.cookie("FunctionalPreference") == null || $.cookie("TargetingPreference") == null) {
          allowCookie();
        } else {
          hideAll();
          $("#btnCookiePreference").click();
        }
      });
      $("#spanAboutCookies").click(function() {
        hideAllWithOutModal();
        $(".modal-about").show();
      });
      $("#spanEditSettings").click(function() {
        hideAllWithOutModal();
        $(".modal-content2").show();
      });
      $("#spanFunctionalYes").click(function() {
        hideAllWithOutModal();
        $(".modal-content3").show();
        $("#FunctionalPreference").val(true);
      });
      $("#spanFunctionalNo").click(function() {
        hideAllWithOutModal();
        $(".modal-content3").show();
        $("#FunctionalPreference").val(false);
      });
      $("#spanTargetingYes").click(function() {
        hideAllWithOutModal();
        $(".modal-content4").show();
        $("#TargetingPreference").val(true);
      });
      $("#spanTargetingNo").click(function() {
        hideAllWithOutModal();
        $(".modal-content4").show();
        $("#TargetingPreference").val(false);
      });
      $("#spanEditSetting").click(function() {
        hideAllWithOutModal();
        $(".modal-content").show();
      });

      function hideAllWithOutModal() {
        $(".modal-content").hide();
        $(".modal-about").hide();
        $(".modal-content2").hide();
        $(".modal-content3").hide();
        $(".modal-content4").hide();
        $(".modal-editSettings").hide();
      }

      function hideAll() {
        hideAllWithOutModal();
        $("#cookieModal").hide();
      }

      function allowCookie() {
        hideAll();
        $("#FunctionalPreference").val(true);
        $("#TargetingPreference").val(true);
        $("#btnCookiePreference").click();
      }

      function cookiePreferenceLog(sn, fn, ta, lf) {
        try {
          var ajaxUrl = '/Ajaxcookie/preferencelog';
          $.ajax({
            type: "POST",
            url: ajaxUrl,
            dataType: 'json',
            data: {
              StrictlyNecessary_Preference: sn,
              Funcitonal_Preference: fn,
              Targeting_Preference: ta,
              Last_Preference: lf
            },
            success: function(data) {}
          });
        } catch (e) {
          //by returning true if the javscript code has failed, the page will postback to the server handler
          return true;
        }
      }
    });
  </script>
  <!-- The Modal -->
  <div id="cookiePreference">
    <div id="cookieModal" class="cookieModal" style="display: block;" data-gtm-vis-recent-on-screen-2144754_357="634" data-gtm-vis-first-on-screen-2144754_357="634" data-gtm-vis-total-visible-time-2144754_357="100"
      data-gtm-vis-has-fired-2144754_357="1">
      <!-- Modal content -->
      <div class="modal-content">
        <div class="modalContainer">
          <span title="BT" class="cookie_logo"></span>
          <div class="innerContainer">
            <div class="container">
              <div class="left">
                <h2>Cookies on BT Shop</h2>
                <p> We use cookies to do things like remember what you've added to your shopping basket and show you content we think you'll be interested in. If you're happy with the use of cookies by BT Shop and selected third parties, click OK to
                  continue. </p>
              </div>
            </div>
            <div class="container">
              <div id="spanAboutCookies" class="left">
                <button class="button" onclick="return false;">About cookies</button>
              </div>
              <div id="spanAboutCookiesOk" class="right">
                <button class="button2" onclick="return false;">OK</button>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="modal-about" style="display: none">
        <div class="modalContainer">
          <div class="innerContainer">
            <div class="container">
              <div class="left">
                <h3>About cookies</h3>
                <p> Some cookies are essential - we can't provide our services without them. Other cookies can be turned off, although our website won't work as well without them. Click OK to accept cookies and continue. </p>
              </div>
            </div>
            <div class="container">
              <div id="spanEditSettings" class="left">
                <button class="button" onclick="return false;">Edit settings</button>
              </div>
              <div id="spanEditSettingsOk" class="right">
                <button class="button2" onclick="return false;">OK</button>
              </div>
            </div>
          </div>
          <div id="spanMoreAbout" class="outerContainer"><a>More about cookies</a></div>
        </div>
      </div>
      <div class="modal-content2" style="display: none">
        <div class="modalContainer">
          <div class="innerContainer">
            <div><span class="cookie_functional"></span></div>
            <div class="container1">
              <div class="left">
                <h3>Functional cookies</h3>
                <p> These cookies let us do things like remember your login details and settings and provide support using live chat. </p>
                <br>
                <b>Allow functional cookies?</b>
              </div>
            </div>
            <div class="container">
              <div id="spanFunctionalYes" class="left1">
                <button class="button2" onclick="return false;">Yes</button>
              </div>
              <div id="spanFunctionalNo" class="right">
                <button class="button2" onclick="return false;">No</button>
              </div>
            </div>
          </div>
          <div id="spanAllowAll_function" class="outerContainer"><a class="allowCookies">Allow all cookies</a></div>
        </div>
      </div>
      <div class="modal-content3" style="display: none">
        <div class="modalContainer">
          <div class="innerContainer">
            <div><span class="cookie_targeting"></span></div>
            <div class="container1">
              <div class="left">
                <h3>Targeting cookies</h3>
                <p> We use these cookies to do things like show you content and promotions we think you'll like while you're browsing BT Shop and other sites. They also let you share pages with social media sites. </p>
                <br>
                <b class="">Allow targeting cookies?</b>
              </div>
            </div>
            <div class="container">
              <div id="spanTargetingYes" class="left1">
                <button class="button2" onclick="return false;">Yes</button>
              </div>
              <div id="spanTargetingNo" class="right">
                <button class="button2" onclick="return false;">No</button>
              </div>
            </div>
          </div>
          <div id="spanAllowAll_target" class="outerContainer"><a class="allowCookies">Allow all cookies</a></div>
        </div>
      </div>
      <div class="modal-content4" style="display: none">
        <div class="modalContainer">
          <div class="innerContainer">
            <div><span class="cookie_final"></span></div>
            <div class="container1">
              <div class="left">
                <h3>Thanks, you're all set!</h3>
                <p> You can change your cookies settings whenever you like by using the 'Cookie preferences' link at the bottom of every page on this website. </p>
              </div>
            </div>
            <div id="spanFinalOk">
              <button class="button2" onclick="return false;">OK</button>
            </div>
          </div>
        </div>
      </div>
      <div class="modal-editSettings" style="display: none">
        <div class="modalContainer">
          <div class="innerContainer">
            <div><span id="spanCookieClose"><a class="boxclose"></a></span></div>
            <div class="cookieheader">
              <h3>Your cookie settings</h3>
              <p>Here are your current cookie settings.</p>
              <hr>
            </div>
            <div class="cookieDetailContainer">
              <div class="container">
                <div class="left2">Necessary and performance cookies (required)</div>
                <div class="right1">ON</div>
              </div>
              <div class="container">
                <div class="left2">Functional cookies </div>
                <div id="spanFunctionalStatus" class="right1">ON</div>
              </div>
              <div class="container">
                <div class="left2">Targeting cookies </div>
                <div id="spanTargetingStatus" class="right1">ON</div>
              </div>
            </div>
            <div class="container">
              <div id="spanEditSetting" class="left2">
                <button class="button" onclick="return false;">Edit settings</button>
              </div>
              <div id="spanSettingOk" class="right">
                <button class="button2" onclick="return false;">OK</button>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <input id="FunctionalPreference" name="FunctionalPreference" type="hidden" value="False">
  <input id="TargetingPreference" name="TargetingPreference" type="hidden" value="False">
  <input id="RedirectTo" name="RedirectTo" type="hidden" value="">
  <input id="Enable" name="Enable" type="hidden" value="True">
  <input type="submit" value="submit" id="btnCookiePreference" style="display: none">
</form>

GET /products/notify-me-stock

<form action="/products/notify-me-stock" class="needs-validation" id="notify-me-form" method="get" novalidate="novalidate">
  <input type="hidden" name="notifyme_QuickLink" id="notifyme_QuickLink">
  <input type="hidden" name="notifyme_ProductName" id="notifyme_ProductName">
  <input type="hidden" name="QuickLinkReference" value="ZA00">
  <input type="hidden" name="notifyme_AvailabilityText" id="notifyme_AvailabilityText">
  <div class="col-12 p-0">
    <input type="text" id="EmailAddress" name="EmailAddress" class="form-control" placeholder="Enter email" required="" pattern="^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$">
    <div class="invalid-feedback"> Please enter a valid email </div>
  </div>
  <div class="text-center">
    <div id="result-message" class="mt-3 d-flex justify-content-left text-left"></div>
    <button type="submit" id="notify-me-button" class="btn btnpurple mt-3" value="Submit">Notify me </button>
  </div>
</form>

Text Content

BT.com Help
Sign in | Register |

 * Sign in | Register
 * Track an order
 * Personal Details
 * Addresses
 * View your account >


 * BT Products
    * Telephones   >
      * Premium Phone
      * Advanced Phone
      * Essential Phone
      * Everyday Phone
      * See full range
    * Whole Home Wi-Fi   >
      * Whole Home Wi-Fi 6
      * Premium Whole Home Wi-Fi
      * Whole Home Wi-Fi
      * Mini Whole Home Wi-Fi
      * See full range
    * Broadband Extenders   >
      * Wi-Fi Extenders
      * Powerline Adapters
      * See full range
    * Baby Monitors   >
      * Smart Baby Monitors
      * Video Baby Monitors
      * Audio Baby Monitors
      * See full range
    * Smart Products   >
      * Smart Home Cam
      * Smart Hub 2
    * You View   >
      * YouView + Remote Control
    * BT Services   >
      * Broadband Cashback
      * Mobile Offer
      * TV Accessories
    * BT Phone Books   >

 * Smart Home
    * Smart Speakers   >
      * Amazon Echo
      * Google Home
      * Apple Homepod
    * Smart Displays   >
      * Portal from Facebook
      * Google Nest Hub
      * Amazon Echo Show
    * Lighting   >
      * Philips Hue
      * Lifx
      * Hive Lighting
      * LightwaveRF
      * TP Link Smart Bulbs
    * Heating   >
      * Hive Active Heating
      * Nest
      * Tado
      * Netatmo
    * Security   >
      * Ring Doorbells
      * Arlo
      * Nest Cameras
      * Somfy Security
    * Smart Home Scenarios   >
      * Smart Speaker
      * Smart Lighting
      * Smart Heating
      * Smart Power
      * Smart Security
      * Smart Entertainment
      * See all Scenarios
    * Smart Home Deals   >
      * BT
      * Amazon
      * Google
      * Hive
      * Nest
      * Ring
    * Smart Home Ecosystems   >
      * Amazon Alexa
      * Google Assistant
      * Apple HomeKit
      * IFTTT
      * Samsung SmartThings
      * Works with Nest
      * View all ecosystems

 * Gaming
    * BT   >
      * Whole Home Wi-Fi 6
      * Premium Whole Home Wi-Fi
      * BT Broadband
    * Nintendo   >
      * Nintendo Switch OLED
      * Nintendo Switch
      * Nintendo Switch Lite
      * Games
    * PlayStation   >
      * PlayStation 5
      * Dualsense Wireless Controller
      * Accessories
      * Games
    * Xbox   >
      * Xbox Series X
      * Xbox Series S
      * Xbox Wireless Controller
      * Elite Wireless Controller Series 2
      * Game Pass
      * Games
    * PC Gaming   >
      * Gaming Laptops
      * Laptops
      * Desktop PCs
      * Monitors
      * Components & Storage
    * PC Peripherals   >
      * Gaming Keyboards
      * Gaming Mice
      * Keyboards & Mice
      * Gaming Headsets
      * Headsets & Headphones
      * External Hard Drives
      * Speakers
      * Webcams
    * TV & Home Entertainment   >
      * 4K Televisions
      * Televisions
      * 4K Monitors
      * Monitors
    * Gadgets & more   >
      * Smartphones
      * Gadgets
      * Gaming Headsets
      * Joysticks and Gamepads
      * Virtual Reality Headsets

 * Computing
    * Desktops & Monitors   >
      * Accessories
      * All in One Desktop PCs
      * Barebone PCs
      * Desktop PCs
      * Monitors
    * Laptops & Tablets   >
      * Accessories
      * Bags & Cases
      * Chromebooks
      * Gaming Laptops
      * Laptops
      * Tablets
    * PC Peripherals   >
      * Accessories
      * Gaming Keyboards
      * Gaming Mice
      * Headsets & Headphones
      * Keyboards & Mice
      * Speakers
      * USB Hubs
      * Webcams
    * Smartphones & Wearables   >
      * Accessories
      * Smartphones
      * Wearables
    * Software   >
      * Graphics & Design
      * Office Applications
      * Operating Systems
      * Security

 * Storage
    * Accessories   >
    * Power Supply Units   >
    * Graphics & Interface Cards   >
      * Graphics Cards
      * Interface cards
      * Storage Controller
      * TV Tuners
    * Hard Drives   >
      * Hard Drive Enclosures
      * External Hard Drives
      * Internal Hard Drives
      * NAS / Network Attached Storage
      * SSD / Solid State Drives
    * Media   >
      * Blank Media (CD, DVD & Blu-Ray)
      * Flash Memory Cards
    * Memory   >
      * Desktop Memory
      * Generic Memory
      * Laptop Memory
      * Proprietary Memory
    * Processors   >
    * Other Drives (Optical, USB)   >
      * Flash Memory Card Readers
      * Optical Drives
      * USB Memory Sticks

 * Electronics
    * Cameras & Camcorders   >
      * Accessories
      * Action Cameras
      * Camcorders
      * DashCams
      * Digital Cameras
    * Gaming & Gadgets   >
      * Accessories
      * Gadgets
      * Games
      * Games Consoles
      * Gaming Headsets
      * Joysticks & Gamepads
      * Virtual Reality Headsets
    * Baby Monitors   >
    * Portable Entertainment   >
      * Accessories
      * MP3 Players
      * Headphones
      * Speakers
    * Telephony   >
      * Accessories
      * BT Phone Books
      * Telephones
    * TV & Home Entertainment   >
      * Accessories
      * Digiboxes & recorders
      * Home Cinema Projectors
      * Soundbars & Home Theatre Systems
      * Media Players & Streaming
      * Televisions

 * Networking
    * Network Devices   >
      * Access Points
      * Accessories & Modules
      * Powerline Adapters
      * Modems
      * Network Interface Cards
      * Whole Home Wi-Fi
    * Routers & Switches   >
      * Routers
      * Switches
    * Smart Home   >
      * Heating
      * Lighting
      * Power
      * Security
      * Smart Displays
      * Smart Speakers

 * Print & office
    * Projectors   >
      * Accessories
      * Projector Lamps
      * Projectors
    * Printers & Scanners   >
      * Accessories
      * Ink & Toners
      * Printers & Multifunction
      * Scanners & Barcode Readers
    * Security & Monitoring   >

 * Cables
    * Adaptors   >
    * Cables   >
      * AV Cables
      * Cables Management
      * External Cables
      * Internal Computer Cables
      * Networking Cables
    * Power   >
      * Accessories
      * Batteries & Chargers
      * Power Cables
      * Surge Protection

 * Brands
    * Laptops & Tablets   >
      * Apple
      * Asus
      * HP
      * Lenovo
      * Philips Monitors
      * Samsung
    * Smart Home   >
      * Amazon
      * Arlo
      * BT
      * Google
      * Portal from Facebook
      * Philips Hue
      * Ring
    * Smartphones & Wearables   >
      * Apple
      * Fairphone
      * Fitbit
      * Google
      * Samsung
    * TV & Sound   >
      * Apple
      * Anker
      * Google
      * LG
      * Samsung
      * Sonos

 * Deals
    * Limited Time Offers   >
      * BT Broadband Cashback Offers
      * BT Mobile Offers
      * Latest Deals
      * Deal of the Day
      * Smart Home Deals
      * Bundle Offers
      * Free Case with Selected Phones
    * Campaigns   >
      * Back to School
      * Summer of Sport
      * Top Tips on Tech
      * Black Friday 2021
    * Guides   >
      * Buying Guides
      * Ideas and Inspirations
      * Smart Security
      * Smart Speakers
      * Keeping in touch
      * Home Working
      * Scenarios
    * Choose Your Device   >
      * BT Home Phone
      * Laptops
      * Whole Home Wi-Fi
    * About Us   >
      * Tech Innovation
      * Sustainability
    * Trade in your old device   >
    * Discount Schemes   >
      * Student Discount
    * Clearance   >
      * Used Stock
      * Damaged Box

 * Sign in | Register
 * Help
 * BT Products
    * All BT Products
    * Telephones
       * Premium Phone
       * Advanced Phone
       * Essential Phone
       * Everyday Phone
       * See full range
   
    * Whole Home Wi-Fi
       * Whole Home Wi-Fi 6
       * Premium Whole Home Wi-Fi
       * Whole Home Wi-Fi
       * Mini Whole Home Wi-Fi
       * See full range
   
    * Broadband Extenders
       * Wi-Fi Extenders
       * Powerline Adapters
       * See full range
   
    * Baby Monitors
       * Smart Baby Monitors
       * Video Baby Monitors
       * Audio Baby Monitors
       * See full range
   
    * Smart Products
       * Smart Home Cam
       * Smart Hub 2
   
    * You View
       * YouView + Remote Control
   
    * BT Services
       * Broadband Cashback
       * Mobile Offer
       * TV Accessories
   
    * BT Phone Books

 * Smart Home
    * All Smart Home
    * Smart Speakers
       * Amazon Echo
       * Google Home
       * Apple Homepod
   
    * Smart Displays
       * Portal from Facebook
       * Google Nest Hub
       * Amazon Echo Show
   
    * Lighting
       * Philips Hue
       * Lifx
       * Hive Lighting
       * LightwaveRF
       * TP Link Smart Bulbs
   
    * Heating
       * Hive Active Heating
       * Nest
       * Tado
       * Netatmo
   
    * Security
       * Ring Doorbells
       * Arlo
       * Nest Cameras
       * Somfy Security
   
    * Smart Home Scenarios
       * Smart Speaker
       * Smart Lighting
       * Smart Heating
       * Smart Power
       * Smart Security
       * Smart Entertainment
       * See all Scenarios
   
    * Smart Home Deals
       * BT
       * Amazon
       * Google
       * Hive
       * Nest
       * Ring
   
    * Smart Home Ecosystems
       * Amazon Alexa
       * Google Assistant
       * Apple HomeKit
       * IFTTT
       * Samsung SmartThings
       * Works with Nest
       * View all ecosystems

 * Gaming
    * All Gaming
    * BT
       * Whole Home Wi-Fi 6
       * Premium Whole Home Wi-Fi
       * BT Broadband
   
    * Nintendo
       * Nintendo Switch OLED
       * Nintendo Switch
       * Nintendo Switch Lite
       * Games
   
    * PlayStation
       * PlayStation 5
       * Dualsense Wireless Controller
       * Accessories
       * Games
   
    * Xbox
       * Xbox Series X
       * Xbox Series S
       * Xbox Wireless Controller
       * Elite Wireless Controller Series 2
       * Game Pass
       * Games
   
    * PC Gaming
       * Gaming Laptops
       * Laptops
       * Desktop PCs
       * Monitors
       * Components & Storage
   
    * PC Peripherals
       * Gaming Keyboards
       * Gaming Mice
       * Keyboards & Mice
       * Gaming Headsets
       * Headsets & Headphones
       * External Hard Drives
       * Speakers
       * Webcams
   
    * TV & Home Entertainment
       * 4K Televisions
       * Televisions
       * 4K Monitors
       * Monitors
   
    * Gadgets & more
       * Smartphones
       * Gadgets
       * Gaming Headsets
       * Joysticks and Gamepads
       * Virtual Reality Headsets

 * Computing
    * All Computing
    * Desktops & Monitors
       * All Desktops & Monitors
       * Accessories
       * All in One Desktop PCs
       * Barebone PCs
       * Desktop PCs
       * Monitors
   
    * Laptops & Tablets
       * All Laptops & Tablets
       * Accessories
       * Bags & Cases
       * Chromebooks
       * Gaming Laptops
       * Laptops
       * Tablets
   
    * PC Peripherals
       * All PC Peripherals
       * Accessories
       * Gaming Keyboards
       * Gaming Mice
       * Headsets & Headphones
       * Keyboards & Mice
       * Speakers
       * USB Hubs
       * Webcams
   
    * Smartphones & Wearables
       * All Smartphones & Wearables
       * Accessories
       * Smartphones
       * Wearables
   
    * Software
       * All Software
       * Graphics & Design
       * Office Applications
       * Operating Systems
       * Security

 * Storage
    * All Components & Storage
    * Accessories
    * Power Supply Units
       * All Power Supply Units
   
    * Graphics & Interface Cards
       * All Graphics & Interface Cards
       * Graphics Cards
       * Interface cards
       * Storage Controller
       * TV Tuners
   
    * Hard Drives
       * All Hard Drives
       * Hard Drive Enclosures
       * External Hard Drives
       * Internal Hard Drives
       * NAS / Network Attached Storage
       * SSD / Solid State Drives
   
    * Media
       * All Media
       * Blank Media (CD, DVD & Blu-Ray)
       * Flash Memory Cards
   
    * Memory
       * All Memory
       * Desktop Memory
       * Generic Memory
       * Laptop Memory
       * Proprietary Memory
   
    * Processors
       * All Processors
   
    * Other Drives (Optical, USB)
       * All Other Drives (Optical, USB)
       * Flash Memory Card Readers
       * Optical Drives
       * USB Memory Sticks

 * Electronics
    * All Electronics
    * Cameras & Camcorders
       * All Cameras & Camcorders
       * Accessories
       * Action Cameras
       * Camcorders
       * DashCams
       * Digital Cameras
   
    * Gaming & Gadgets
       * All Gaming & Gadgets
       * Accessories
       * Gadgets
       * Games
       * Games Consoles
       * Gaming Headsets
       * Joysticks & Gamepads
       * Virtual Reality Headsets
   
    * Baby Monitors
       * All Baby Monitors
   
    * Portable Entertainment
       * All Portable Entertainment
       * Accessories
       * MP3 Players
       * Headphones
       * Speakers
   
    * Telephony
       * All Telephony
       * Accessories
       * BT Phone Books
       * Telephones
   
    * TV & Home Entertainment
       * All TV & Home Entertainment
       * Accessories
       * Digiboxes & recorders
       * Home Cinema Projectors
       * Soundbars & Home Theatre Systems
       * Media Players & Streaming
       * Televisions

 * Networking
    * All Networking
    * Network Devices
       * All Network Devices
       * Access Points
       * Accessories & Modules
       * Powerline Adapters
       * Modems
       * Network Interface Cards
       * Whole Home Wi-Fi
   
    * Routers & Switches
       * All Routers & Switches
       * Routers
       * Switches
   
    * Smart Home
       * All Smart Home
       * Heating
       * Lighting
       * Power
       * Security
       * Smart Displays
       * Smart Speakers

 * Print & office
    * All Print & Office
    * Projectors
       * All Projectors
       * Accessories
       * Projector Lamps
       * Projectors
   
    * Printers & Scanners
       * All Printers & Scanners
       * Accessories
       * Ink & Toners
       * Printers & Multifunction
       * Scanners & Barcode Readers
   
    * Security & Monitoring

 * Cables
    * All Cables & Adapters
    * Adaptors
       * All Adaptors
   
    * Cables
       * All Cables
       * AV Cables
       * Cables Management
       * External Cables
       * Internal Computer Cables
       * Networking Cables
   
    * Power
       * All Power
       * Accessories
       * Batteries & Chargers
       * Power Cables
       * Surge Protection

 * Brands
    * All Brands
    * Laptops & Tablets
       * Apple
       * Asus
       * HP
       * Lenovo
       * Philips Monitors
       * Samsung
   
    * Smart Home
       * Amazon
       * Arlo
       * BT
       * Google
       * Portal from Facebook
       * Philips Hue
       * Ring
   
    * Smartphones & Wearables
       * Apple
       * Fairphone
       * Fitbit
       * Google
       * Samsung
   
    * TV & Sound
       * Apple
       * Anker
       * Google
       * LG
       * Samsung
       * Sonos

 * Deals
    * All Deals
    * Limited Time Offers
       * BT Broadband Cashback Offers
       * BT Mobile Offers
       * Latest Deals
       * Deal of the Day
       * Smart Home Deals
       * Bundle Offers
       * Free Case with Selected Phones
   
    * Campaigns
       * Back to School
       * Summer of Sport
       * Top Tips on Tech
       * Black Friday 2021
   
    * Guides
       * Buying Guides
       * Ideas and Inspirations
       * Smart Security
       * Smart Speakers
       * Keeping in touch
       * Home Working
       * Scenarios
   
    * Choose Your Device
       * BT Home Phone
       * Laptops
       * Whole Home Wi-Fi
   
    * About Us
       * Tech Innovation
       * Sustainability
   
    * Trade in your old device
    * Discount Schemes
       * Student Discount
   
    * Clearance
       * Used Stock
       * Damaged Box




YOUR BASKET IS EMPTY

There are no products in your basket. To add items to your basket and continue
shopping click here

>
Basket
>
Basket
From your wishlist
Your wishlist is currently empty - use it to keep track of products you want to
buy in future!

From your wishlist
Your wishlist is currently empty - use it to keep track of products you want to
buy in future!


Help & Support

Contact us
Returns policy
Delivery charges
Help pages
COVID-19

My Account

My Account

Orders
Personal Details
Addresses
Payment methods
Wishlist

Shopping

Shopping

BT Whole Home Wi-Fi
Bundle deals
Gaming
Latest deals
Smart home
Student discount

Information

Information

About us
Cookie policy
Privacy policy
Terms & Conditions
Security policy
Sitemap

BT Shop is a trading style of British Telecommunications Public Limited Company,
which is authorised and regulated by the Financial Conduct Authority. British
Telecommunications Public Limited Company is acting as a credit broker for
PayPal Credit.

PayPal Credit is a trading name of PayPal (Europe) Sarl et Cie, SCA, 22-24
Boulevard Royal, L2449 Luxembourg. PayPal Credit is subject to status, terms and
conditions apply.






COOKIES ON BT SHOP

We use cookies to do things like remember what you've added to your shopping
basket and show you content we think you'll be interested in. If you're happy
with the use of cookies by BT Shop and selected third parties, click OK to
continue.

About cookies
OK


ABOUT COOKIES

Some cookies are essential - we can't provide our services without them. Other
cookies can be turned off, although our website won't work as well without them.
Click OK to accept cookies and continue.

Edit settings
OK
More about cookies


FUNCTIONAL COOKIES

These cookies let us do things like remember your login details and settings and
provide support using live chat.


Allow functional cookies?
Yes
No
Allow all cookies


TARGETING COOKIES

We use these cookies to do things like show you content and promotions we think
you'll like while you're browsing BT Shop and other sites. They also let you
share pages with social media sites.


Allow targeting cookies?
Yes
No
Allow all cookies


THANKS, YOU'RE ALL SET!

You can change your cookies settings whenever you like by using the 'Cookie
preferences' link at the bottom of every page on this website.

OK


YOUR COOKIE SETTINGS

Here are your current cookie settings.

--------------------------------------------------------------------------------

Necessary and performance cookies (required)
ON
Functional cookies
ON
Targeting cookies
ON
Edit settings
OK




ITEM NOT AVAILABLE

To help you find items available at this time, we’re only showing items we have
in stock to avoid backorders. Pop your email address below and we’ll let you
know when this item is back in stock:

Please enter a valid email

Notify me