www.canadacomputers.com
Open in
urlscan Pro
52.233.38.251
Public Scan
Submitted URL: https://www.canadacomputers.com/specials.php?cat=Cases
Effective URL: https://www.canadacomputers.com/index.php?cPath=6&sid=l3p3s1fjr7ej7rrtm2qt3gh9m4
Submission: On July 18 via api from OM — Scanned from CA
Effective URL: https://www.canadacomputers.com/index.php?cPath=6&sid=l3p3s1fjr7ej7rrtm2qt3gh9m4
Submission: On July 18 via api from OM — Scanned from CA
Form analysis
6 forms found in the DOMName: live_search — GET ./search/results_details.php
<form name="live_search" method="get" action="./search/results_details.php" id="hd_searchform" class="hd-searchform" role="search">
<div class="input-group" style="max-height:38px">
<div id="jquery-live-search"></div>
<input type="hidden" name="language" value="en">
<!--cc RAC-->
<input type="text" id="cc_quick_bgd" class="form-control rounded-0 position-absolute h-100 w-100 bg-white" placeholder="" disabled="" style="pointer-events:none;top:0;left:0">
<input type="text" id="cc_quick_search" class="form-control rounded-0 quick-search-small" placeholder="What are you looking for?" name="keywords" data-provide="rac" autocomplete="off" style="background-color:rgba(255,0,0,0);"
onkeydown="quickSearch(event)">
<button id="startRecognizeOnceAsyncButton" type="button"><i id="iconmic" class="fas fa-microphone small-mic" style="position: relative; top: -6px; font-size:1.15rem; "></i></button>
<!--end cc RAC-->
<style>
@media only screen and (max-width: 991px) {
#sli_autocomplete {
width: 100%
}
#product_suggestions {
display: none;
}
.mobile_invisible {
display: none;
}
::placeholder {
color: red;
}
}
</style>
<span id="hd_searchform_input_hidden"></span>
<div class="input-group-append">
<button type="submit" class="input-group-text search-btn rounded-0" style="max-height:38px" id="search_btn"><i class="fas fa-search"></i></button>
<!--Change max-height to fix android browser-->
</div>
</div>
</form>
POST /account_history_info.php
<form id="h-manage-order-form" method="post" action="/account_history_info.php" autocomplete="off">
<div id="manage" class="tab-pane fade in active show">
<div class="row">
<div class="col-md-4">
<input type="text" id="h-manage-order-id" placeholder="Enter Order Number" class="w-100">
</div>
<div class="col-md-5 px-0">
<input type="email" id="h-manage-order-email" placeholder="Email Address Used To Place Order" class="w-100">
</div>
<div class="col-md-3">
<button type="submit" class="btn text-center border-radius-1 bg-primary text-white" style="border-radius:4px;">Manage</button>
</div>
<div class="col d-none" id="h-manage-order-validation">Please enter order number </div>
</div>
</div>
</form>
POST /account_history_info.php
<form id="h-mmanage-order-form" method="post" action="/account_history_info.php" autocomplete="off">
<div id="manage" class="tab-pane fade in active show">
<div class="row">
<div class="col-md-4 col-12 py-md-0 py-0_5">
<input type="text" id="h-mmanage-order-id" placeholder="Enter Order Number" class="w-100">
</div>
<div class="col-md-5 col-12 px-md-0 py-md-0 py-0_5">
<input type="email" id="h-mmanage-order-email" placeholder="Email Address Used To Place Order" class="w-100">
</div>
<div class="col-md-3 py-md-0 py-0_5">
<button type="submit" class="btn text-center border-radius-1 bg-primary text-white" style="border-radius:4px;">Manage</button>
</div>
<div class="col d-none" id="h-mmanage-order-validation">Please enter order number </div>
</div>
</div>
</form>
<form class="form-inline">
<div class="form-group mb-0">
<select class="mx-1 px-0_5 rounded-0 btn-sm rounded" name="sort" id="sort" style="width: 145px;">
<option label="Sort By" value="">Sort By</option>
<option label="Best Selling" value="1a">Best Selling</option>
<option label="Price Low-High" value="3a">Price Low-High</option>
<option label="Price High-Low" value="3b">Price High-Low</option>
<option label="Best Rating" value="1r">Best Rating</option>
</select>
<div class="d-inline-block">
<!-- <div class="form-group">
<input class="py-0_5 px-0_5" type="checkbox" id="rebate" name="rebate" value="1" >
<label for="rebate"> On Sale</label>
</div> -->
</div>
</div>
</form>
POST
<form method="post" class="d-block">
<div class="container">
<h2>Customer Experience Survey</h2>
<small>We're trying to improve our site experience to best meet our customers’ needs. Please fill out this form to provide us feedback on how we're doing.</small>
<div class="py-2"><small class="text-danger">* = Required</small></div>
<!-- Q1: *How would you rate this product search? -->
<div class="form-group">
<b>*How would you rate this product search?</b>
<div id="rate-product-search">
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate1" value="1">
</div>
<label class="form-check-label" for="rate1"> 1</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate2" value="2">
</div>
<label class="form-check-label" for="rate2"> 2</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate3" value="3">
</div>
<label class="form-check-label" for="rate3"> 3</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate4" value="4">
</div>
<label class="form-check-label" for="rate4"> 4</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate5" value="5">
</div>
<label class="form-check-label" for="rate5"> 5</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate6" value="6">
</div>
<label class="form-check-label" for="rate6"> 6</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate7" value="7">
</div>
<label class="form-check-label" for="rate7"> 7</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate8" value="8">
</div>
<label class="form-check-label" for="rate8"> 8</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate9" value="9">
</div>
<label class="form-check-label" for="rate9"> 9</label>
</div>
<div class="d-inline-block px-1">
<div>
<input type="radio" name="rate-product-search" id="rate10" value="10">
</div>
<label class="form-check-label" for="rate10"> 10</label>
</div>
</div>
</div>
</div>
<!-- Q2: *Were you able to find what you were looking for today? -->
<div class="form-group" id="able-to-find">
<div class="container">
<!-- Q2a -->
<b>*Were you able to find what you were looking for today?</b>
<div class="form-check">
<input class="form-check-input" type="radio" name="able-to-find" id="able-to-find-y-1" value="Yes, I found everything I needed.">
<label class="form-check-label" for="able-to-find-y-1"> Yes, I found everything I needed. </label>
</div>
<!-- Q2b: If this option is selected show Conditional -->
<div class="form-check">
<input class="form-check-input" type="radio" name="able-to-find" id="able-to-find-y-2" value="n1">
<label class="form-check-label" for="able-to-find-y-2"> Yes, but I was unsatisfied with the information I found. </label>
</div>
</div>
<!-- Conditionals of above -->
<div id="yes2" class="bg-light d-none pl-5">
<div class="container pb-2">
<!-- Q2b-1 -->
<div class="form-group">
<label for="looking-for-1">What are you looking for?</label>
<textarea class="form-control" name="looking-for-1" id="looking-for-1" rows="3"></textarea>
</div>
<!-- Q2b-2 --> Are you unsatisfied with price? <div id="unsatisfied-price" class="form-group">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unsatisfied-price" id="unsatisfied-price-y" value="Yes">
<label class="form-check-label" for="unsatisfied-price-y">Yes</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unsatisfied-price" id="unsatisfied-price-n" value="No">
<label class="form-check-label" for="unsatisfied-price-n">No</label>
</div>
</div>
<!-- Q2b-3 --> Are you unsatisfied with the product options? <div id="unsatisfied-product" class="form-group">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unsatisfied-product" id="unsatisfied-product-y" value="Yes">
<label class="form-check-label" for="unsatisfied-product-y">Yes</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unsatisfied-product" id="unsatisfied-product-n" value="No">
<label class="form-check-label" for="unsatisfied-product-n">No</label>
</div>
</div>
<!-- Q2b-4 --> Are you unsatisfied with the product availability? <div id="unsatisfied-avail" class="form-group">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unsatisfied-avail" id="unsatisfied-avail-y" value="Yes">
<label class="form-check-label" for="unsatisfied-avail-y">Yes</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unsatisfied-avail" id="unsatisfied-avail-n" value="No">
<label class="form-check-label" for="unsatisfied-avail-n">No</label>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Q2c -->
<div class="form-check">
<input class="form-check-input" type="radio" name="able-to-find" id="able-to-find-y-3" value="Yes, but the process to find/do what I needed to was complicated and could be better.">
<label class="form-check-label" for="able-to-find-y-3"> Yes, but the process to find/do what I needed to was complicated and could be better. </label>
</div>
<!-- Q2d: If this option is selected show Conditional -->
<div class="form-check">
<input class="form-check-input" type="radio" name="able-to-find" id="able-to-find-n-2" value="n2">
<label class="form-check-label" for="able-to-find-n-2"> No, I couldn’t find what I wanted. </label>
</div>
</div>
<!-- Conditionals of above -->
<div id="no2" class="bg-light d-none pl-5">
<div class="container pb-2">
<!-- Q2d-1 -->
<div class="form-group">
<label for="looking-for-2">What are you looking for?</label>
<textarea class="form-control" name="looking-for-2" id="looking-for-2" rows="3"></textarea>
</div>
<!-- Q2d-2 --> Was the product you looking for not listed on our site? <div class="form-group" id="not-listed">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="not-listed" id="not-listed-y" value="Yes">
<label class="form-check-label" for="not-listed-y">Yes</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="not-listed" id="not-listed-n" value="No">
<label class="form-check-label" for="not-listed-n">No</label>
</div>
</div>
<!-- Q2d-3 --> Was the product you looking for not unavailable? <div class="form-group" id="unavailable">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unavailable" id="unavailable-y" value="Yes">
<label class="form-check-label" for="unavailable-y">Yes</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="unavailable" id="unavailable-n" value="No">
<label class="form-check-label" for="unavailable-n">No</label>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Q2e -->
<div class="form-check">
<input class="form-check-input" type="radio" name="able-to-find" id="able-to-find-n-3" value="No, the site wasn't functioning properly.">
<label class="form-check-label" for="able-to-find-n-3"> No, the site wasn’t functioning properly. </label>
</div>
<!-- Q3 -->
<div class="form-group pt-4">
<label for="feedback"><b>To help us provide the best online user experience possible, we’d like your input.</b></label>
<textarea class="form-control" name="feedback" id="feedback" rows="3"></textarea>
</div>
<!-- IF ACCESSED IN STORE: geoip auto select store location -->
<div class="form-group" id="store">
<label for="storeAccessed"><b>Store:</b></label>
<select name="storeAccessed" id="storeAccessed" class="form-control">
<option value="Ajax">Ajax</option>
<option value="Barrie">Barrie</option>
<option value="Brampton">Brampton</option>
<option value="Brossard">Brossard</option>
<option value="Burlington">Burlington</option>
<option value="Burnaby">Burnaby</option>
<option value="Cambridge">Cambridge</option>
<option value="Downtown Ottawa">Downtown Ottawa</option>
<option value="Downtown Toronto">Downtown Toronto</option>
<option value="East Vancouver">East Vancouver</option>
<option value="Etobicoke">Etobicoke</option>
<option value="Gatineau">Gatineau</option>
<option value="Halifax">Halifax</option>
<option value="Hamilton">Hamilton</option>
<option value="Kanata">Kanata</option>
<option value="Kingston">Kingston</option>
<option value="Laval">Laval</option>
<option value="London Masonville">London Masonville</option>
<option value="London White Oaks">London White Oaks</option>
<option value="Marché Central">Marché Central</option>
<option value="Markham">Markham</option>
<option value="Midtown Toronto">Midtown Toronto</option>
<option value="Mississauga">Mississauga</option>
<option value="Montréal Downtown">Montréal Downtown</option>
<option value="Newmarket">Newmarket</option>
<option value="North York">North York</option>
<option value="Oakville">Oakville</option>
<option value="Online / Main Warehouse">Online / Main Warehouse</option>
<option value="Oshawa">Oshawa</option>
<option value="Ottawa Merivale">Ottawa Merivale</option>
<option value="Ottawa Orleans">Ottawa Orleans</option>
<option value="Port Coquitlam">Port Coquitlam</option>
<option value="Richmond">Richmond</option>
<option value="Richmond Hill">Richmond Hill</option>
<option value="Scarborough">Scarborough</option>
<option value="St. Catharines">St. Catharines</option>
<option value="Surrey">Surrey</option>
<option value="Vancouver Broadway">Vancouver Broadway</option>
<option value="Vanier">Vanier</option>
<option value="Vaughan">Vaughan</option>
<option value="Waterloo">Waterloo</option>
<option value="West Island">West Island</option>
<option value="Whitby">Whitby</option>
</select>
</div>
<!-- IF ACCESSED OUTSIDE OF STORE -->
<div class="form-group" id="email">
<label for="emailInput"><b>Email Address:</b></label>
<input name="emailInput" id="emailInput" type="email" class="form-control">
<small id="passwordHelpInline" class="text-muted"> Enter your email address above - we’ll be in touch to see if you’re eligible for our other usability tests or focus group studies. </small>
</div>
<div class="validation-message"></div>
<!-- SUBMIT BUTTON -->
<button name="formSubmit" type="submit" class="btn btn-primary w-auto">Submit</button>
</div>
</form>
POST https://www.canadacomputers.com/newsletter.php
<form class="py-0_5" action="https://www.canadacomputers.com/newsletter.php" method="post">
<label for="subEmail" class="sr-only">Sign Up for Our Newsletter</label>
<div class="d-flex">
<input required="" id="subEmail" name="uemail" type="email" placeholder="Your Email" class="form-control rounded-0 p-1">
<button class="btn btn-primary rounded-0 border-0 w-auto bg-cc-lighter p-1" type="submit">Subscribe</button>
</div>
</form>
Text Content
CANADA COMPUTERS App Available Now Shop smart. Save big. OPEN PROUDLY CANADIAN A Proudly Canadian Company Since 1991 Store Pickup or Delivery. [Learn more] Français Contact Us Shopping made easy. Order Online for Storefront Pickup or Delivery. [Learn more] Member Sign In Sign In Manage Order Manage Please enter order number Track Manage Order Manage Please enter order number Cart Shop Products * Cables & Adapters * Cell Phones & Accessories * Laptops, Tablets & Accessories * Desktop Computers & Servers * PC & Server Components * Computer Peripherals * Software * Home Electronics * Cameras and Drones * Video Games & Toys * Home Security & Smart Home * See All Categories CABLES & ADAPTERS Power Cables & Adapters PC Internal Power Cables PC External Power Cables Data Cables & Adapters SATA Cables PCIe Riser Cables Keyboard Cables Serial Cables See More > Lightning / USB Cables & Adapters Lightning Cables USB Cables Lightning Adapters USB Adapters See More > Tools & Testers Cable Management Wall Plates & Keystones HDMI Cables & Adapters HDMI Cables HDMI Adapters DisplayPort / Mini DisplayPort cables & Adapters DisplayPort Cables DisplayPort Adapters Networking Cables & Adapters Ethernet Cables Fiber Optic Cables Phone Cables Phone Adapters See More > Networking Installation Accessories Modular Plugs Patch Panels See More > Audio Cables & Adapters 2.5mm/3.5mm Audio Cables RCA Audio Cables Optical Toslink Cables See More > Pro Audio Cables & Plugs Guitar Cables Microphone Cables Speaker Wires See More > Video Cables & Adapters VGA Cables DVI Cables Coaxial Video (F-type) Cables See More > Audio Video Distribution Audio Video Splitters Audio Video Switches See More > CELL PHONES & ACCESSORIES Cell Phones Smartphones Cell Phone Accessories Cell Phone Cases Screen Protectors Cell Phone Cables Cell Phone Chargers Power Banks Cell Phone Mounts & Holders Cell Phone Photography Accessories Selfie Sticks LAPTOPS, TABLETS & ACCESSORIES Laptops / Tablets Gaming Laptops Consumer Laptops Business Laptops Chromebooks Tablets Tablet Accessories Tablet Keyboards Tablet Protection Cases Tablet Screen Protectors Tablet Stylus Pen Laptop Accessories Laptop Bags Laptop Batteries Laptop Chargers Laptop Cooling Laptop Docking Stations Laptop Privacy Screens Laptop Stands & Risers USB Hubs Laptop Bags Messenger Bags Backpacks Sleeves Briefcase DESKTOP COMPUTERS & SERVERS Desktop Computers Armoury Gaming Desktops Gaming Desktop PCs Consumer Desktops & Mini PCs Business Desktops & Mini PCs All-In-One Desktop PCs Barebones Mini PCs Servers & Server Components Server & Workstation Systems Server Processors Server Motherboards Server Memory Server Graphics Cards Server Hard Drives See More > PC & SERVER COMPONENTS CPU AMD Desktop Processors Intel Desktop Processors AMD Server Processors Intel Server Processors Motherboards AMD Motherboards Intel Motherboards Server Motherboards Memory Desktop Memory Laptop Memory Apple Memory Server Memory Graphic Cards Desktop Graphics Cards Server Graphics Cards Sound Cards SSDs Desktop/Laptop Internal SSDs Server SSDs External SSDs Hard Drives Desktop Internal Hard Drives Laptop Internal Hard Drives Server Hard Drive External Hard Drives Computer Cases & Accessories Computer Cases Computer Case Accessories Power Supplies Power Supplies PSU Extension Cables PC Cooling & Fans Case Fans CPU Air Coolers AIO CPU Liquid Coolers See More > Server & Server Components Server Processors Server Motherboards Server Memory See More > CD/DVD/Blu-Ray Drives External Blu-Ray/CD/DVD Drives Blu-Ray Writers DVD Writers See More > Add-On Controller Cards Hard Drive Adapters SATA Controller Cards SATA RAID Controller Cards Firewire Controller Cards See More > Hard Drive/SSD Enclosures M.2 NVME/SSD Enclosurces 2.5" HDD/SSD Enclosurces 3.5" HDD Enclosurces See More > COMPUTER PERIPHERALS Monitors Gaming Monitors Home/Office Monitors Portable Monitors Creator Monitors Monitor Mounts Refurbished Monitors Wi-Fi And Networking Routers Network Switches Networking Adapters Range Extenders & Powerline See More > Network Attached Storage (NAS) Personal / Home NAS Small / Midsize Business NAS Enterprise NAS Server NAS External Hard Drives & SSD External Hard Drives External SSD Memory Cards Compact Flash Cards MicroSD Cards Standard SD Cards Flash Drives Keyboards & Mice Gaming Keyboards Gaming Mice Gaming Keyboard and Mouse Combos Home/Office Keyboards See More > PC Headsets PC Microphone PC Speaker KVM Switch WebCam Drawing Tablets Streaming & Video Capture Devices Printers Inkjet Printers Laser Printers Photo Printers 3D Printers See More > Ink Cartridges Toner Cartridges Filaments Paper & Photo Paper Scanners Document Scanners Specialized Scanners Portable Scanners See More > Batteries AA Batteries AAA Batteries Rechargeable Batteries See More > UPS/Power Backup Home/Office UPS Network & Server UPS UPS Replacement Batteries / Cartridges Surge Protectors/ Extension Cords Power Bars Surge Protectors Extension Cords See More > Chair & Desk Chairs Desks Foot Rest SOFTWARE Desktop Operating System Business & Home Office Antivirus & Security HOME ELECTRONICS Televisions LED TVs OLED & QLED TVs TV Mounts TV Stands TV Streaming Media Players TV Antennas Home Theatres Loud Speakers Soundbars Home Theatre In A Box Home Theatre Receivers See More > Home Appliances Vacuum & Floor Care Air Purifiers Cooling & Heating Humidifiers & Dehumidifiers Small Kitchen Appliances Air Fryers Coffee & Espresso Cookers & Steamers See More > Dash Cameras Cleaning Supplies Air Dusters Cordless / Electric Air Duster & Blower Screen Cleaning Mini Handheld Vacuum Pro Audio Microphones Recording Keyboards & Drums Studio Speakers & Monitors See More > Wireless Speakers Headphones True Wireless Earphones In-Ear & Earbuds Headphones Over-Ear Headphones See More > Health & Wellness Massage Chairs Massagers Infrared Thermometer Lighting Accent Lights Ceiling Lights Desk/Table Lamps Energy Star 2.0 Qualified See More > Personal Care Facial Cleansers Home Health Care Shaving & Hair Removal Fitness & Wearables Fitness Trackers Sleep Mask Smart Watches Projectors Portable Projectors Home Theatre Projectors Business Projectors Projector Accessories Projector Screens Projector Lamps See More > CAMERAS AND DRONES Cameras Digital Cameras Instant Cameras & Film PTZ Cameras Sports & Action Camcorders Drones Consumer Drones FPV Drones Professional Drones Enterprise Drones Camera Accessories Flashes Lenses Camera Bags & Cases Camera Batteries & Chargers Camera Selfie sticks Gimbal Stabilizer Tripods & Supports Studio Lighting Studio Light Box Auto Tracking Mounts Camera Microphones Drone Accessories Drone Batteries & Chargers Propeller Replacement Parts VIDEO GAMES & TOYS Video Gaming PlayStation Xbox Nintendo Gaming Virtual Reality Portable Gaming Console Games Arcade Machine Video Game Accessories Game Controllers & Remote Controls Flight Simulator Racing Simulator Console Headsets Charging Stands & Batteries Carrying Cases & Protective Covers Toys & Education Collectibles Jigsaw Puzzle RC Toys & Vehicles STEM and Educational Toys Ride-On Toys HOME SECURITY & SMART HOME Home Security Alarms Systems & Sensors Digital & Network Video Recorder Power Supplies Security Camera Systems Security Cameras Home Security Accessories Brackets and Housing Cables Connectors Security Camera Mounts Smart Home Digital Canvas Smart Doorbells & Locks Smart Lighting Smart Plugs Smart Speakers & Displays Smart Switches Smart Thermostats & Climate Computer Systems & Tablets Laptops Desktops Ready To Go Systems Tablets Servers Promotions * Weekly Specials * Dream Build * Clearance Sale * Products On Sale * Trending Offers * Bundle and Save! * Contests * Rebates & Promotions * Subscribe Newsletter SIGN UP FOR OUR NEWSLETTER BE THE FIRST TO KNOW ABOUT OUR BEST DEALS! Receive the latest updates from Canada Computers and be the first to take advantage of special promotions and events. Email Subscribe DEALS * New arrivals * Bundle & Save * Open Box Products * Clearance Services For Business For Business PROVIDING SOLUTIONS Providing Canada with business solutions for over 25 years. Learn More Apply for Corporate Account BUSINESS PRODUCTS Business Laptops Business Desktops Servers Storage Networking Printer & Scanner Security POS Solutions Software Digital Signage SUPPORT Leasing Calculator Leasing Application Form Request a Quote WHAT ARE YOU WAITING FOR? Give us a call Toll-Free 1.855.940.2400 Tel: 905.780.2632 Visit us in-store Email corporate@canadacomputers.com orderdesk@canadacomputers.com CC Rewards Store Locator * Français -------------------------------------------------------------------------------- * Shop By Brands * Shop Products * SHOP BY BRAND * DEALS * Promotions * Services * For Business -------------------------------------------------------------------------------- * CC Rewards * Contact Us * Store Locator * Contests © 2024, Canada Computers & Electronics, Head Office - 75 West Wilmot Street, Richmond Hill, ON L4B 0B7 * Shop By Category * Cables & Adapters Cell Phones & Accessories Notebooks, Tablets & Accessories Desktop Computers & Servers PC & Server Components Computer Peripherals Software Home Electronics Cameras and Drones Video Games & Toys Home Security & Smart Home See All Categories CABLES & ADAPTERS Power Cables & Adapters Data Cables & Adapters Lightning / USB Cables Adapters Tools & Testers Cable Management Wall Plates & Keystones HDMI Cables & Adapters DisplayPort / Mini DisplayPort Cables & Adapters Networking Cables & Adapters Networking Installation Accessories Audio Cables & Adapters Pro Audio Cables & Plugs Video Cables & Adapters Audio Video Distribution CELL PHONES & ACCESSORIES Cell Phones Smartphones Cell Phone Accessories Cell Phone Cases Screen Protectors Cell Phone Cables Cell Phone Chargers Power Banks Cell Phone Mounts & Holders Cell Phone Photography Accessories Selfie Sticks LAPTOPS, TABLETS & ACCESSORIES Laptops / Tablets Gaming Laptops Consumer Laptops Business Laptops Chromebooks Tablets Tablet Accessories Tablet Keyboards Tablet Protection Cases Tablet Screen Protectors Tablet Stylus Pen Laptop Accessories Laptop Bags Laptop Batteries Laptop Chargers Laptop Cooling Laptop Docking Stations Laptop Privacy Screens Laptop Stands & Risers USB Hubs Laptop Bags Messenger Bags Backpacks Sleeves Briefcase DESKTOP COMPUTERS & SERVERS Desktop Computers Armoury Gaming Desktops Gaming Desktop PC Consumer Desktops & Mini PCs Business Desktops & Mini PCs All-In-One Desktop PC Barebones Mini PCs Servers & Server Components Server & Workstation Systems Server Processors Server Motherboards Server Memory Server Graphics Cards Server Hard Drives Server SSDs Server Chassis Server Cooling Server Racks/Cabinets Server Power Supplies Server Barebones Server Software Server Controller Cards Server NAS Server UPS / PDU PC & SERVER COMPONENTS CPU Motherboards Memory Graphic Cards Sound Cards SSDs Hard Drives Computer Cases & Accessories Power Supplies PC Cooling & Fans Servers & Server Components CD/DVD/Blu-Ray Drives Add-On Controller Cards Hard Drive Enclosures COMPUTER PERIPHERALS Monitors Wi-Fi And Networking Network Attached Storage (NAS) External Hard Drives & SSD Memory Cards Flash Drives Keyboards & Mice PC Headsets PC Microphone PC Speaker KVM Switch WebCam Drawing Tablet Streaming & Video Capture Devices Printers Ink Cartridges Toner Cartridges Filaments Paper & Photo Paper Scanners Chair & Desk Batteries UPS/Power Backup Surge Protectors/ Extension Cords SOFTWARE Desktop Operating System Business & Home Office Antivirus & Security HOME ELECTRONICS Televisions TV Streaming Home Theatres Home Appliances Small Kitchen Appliances Dash Cameras Cleaning Supplies Pro Audio Wireless Speakers Headphones Health & Wellness Lighting Personal Care Fitness & Wearables Projectors Projector Accessories CAMERAS AND DRONES Cameras Digital Cameras Instant Cameras & Film PTZ Cameras Sports & Action Camcorders Drones Consumer Drones FPV Drones Professional Drones Enterprise Drones Drone Accessories Drone Batteries & Chargers Propeller Replacement Parts Camera Accessories Flashes Lenses Camera Bags & Cases Camera Batteries & Chargers Camera Selfie sticks Gimbal Stabilizer Tripods & Supports Studio Lighting Studio Light Box Auto Tracking Mounts Camera Microphones VIDEO GAMES & TOYS Video Gaming PlayStation Xbox Nintendo Gaming Virtual Reality Games Arcade Machine Video Game Accessories Game Controllers & Remote Controls Flight Simulator Racing Simulator Console Headsets Charging Stands & Batteries Carrying Cases & Protective Covers Toys & Education Collectibles Jigsaw Puzzle RC Toys & Vehicles STEM and Educational Toys Ride-On Toys HOME SECURITY & SMART HOME Home Security Security Cameras Wire-Free Security Cameras Security Camera Systems Digital & Network Video Recorder Power Supplies Alarms Systems & Sensors Home Security Accessories Brackets and Housing Cables Connectors Security Camera Mounts Smart Home Digital Canvas Smart Doorbells & Locks Smart Lighting Smart Plugs Smart Speakers & Displays Smart Switches Smart Thermostats & Climate Smart Home Kits & Bundles Smart Hubs and Remotes * DEALS New arrivals Bundle & Save Open Box Products Clearance Top 1. Home 2. Computer Cases & Accessories Computer Cases Computer Case Accessories Filters Clear All Filters CURRENT OFFERS * On sale (293) On clearance (26) Refurbished (0) Open box (271) SHOP BY CATEGORY Computer Cases (798) Computer Case Accessories (90) Store Locations * Montréal Centre-ville * Marché Central * Brossard * Laval * West Island * Ottawa Orleans * Gatineau * Downtown Ottawa * Ottawa Merivale * Kanata * Vanier * Kingston * Oshawa * Whitby * Ajax * Newmarket * Markham * Scarborough * Online / Main Warehouse * Richmond Hill * Barrie * North York * Downtown Toronto * Vaughan * Etobicoke * St. Catharines * Brampton * Mississauga * Oakville * Burlington * Hamilton * Cambridge * Waterloo * London Masonville * London White Oaks * Halifax * Port Coquitlam * Surrey * Burnaby * East Vancouver * Vancouver Broadway * Richmond View All Show Less Manufacturers * FRACTAL DESIGN (121) * DEEPCOOL (63) * CORSAIR (110) * NZXT (39) * LIAN LI (101) * ALSEYE (1) * ANTEC (6) * ASUS (34) * AZZA (21) * BE QUIET! (40) * BITFENIX (25) * COOLER MASTER (18) * COUGAR (8) * GAMDIAS (11) * GIGABYTE (9) * HYTE (28) * INWIN (19) * MONTECH (21) * MSI (24) * PHANTEKS (39) * SEASONIC (2) * SILVERSTONE (29) * SSUPD (13) * STARTECH (3) * THERMALTAKE (103) View All Show Less Price Range * $0.00 - $24.99 (43) * $25.00 - $49.99 (27) * $50.00 - $74.99 (77) * $75.00 - $99.99 (138) * $100.00 - $199.99 (389) * $200.00 - $299.99 (140) * $300.00 - $399.99 (37) * $400.00 - $1,100.00 (33) View All Show Less Case Type * Full Tower (53) * Mid Tower (513) * Micro ATX Tower (51) * Mini ITX Tower (66) Motherboard Support (Upto) * E-ATX (30) * ATX (42) * Micro ATX (2) * ITX (7) Glass Panel * Yes (30) * No (3) Sort By Best Selling Price Low-High Price High-Low Best Rating STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 10+ Marché Central 10+ Brossard 10+ Laval 10+ West Island 1 Gatineau 1 Vanier 10+ Ontario - (Canada Computers) + Ottawa Orleans 6 Downtown Ottawa 9 Ottawa Merivale 10+ Kanata 9 Kingston 10+ Oshawa 6 Whitby 10+ Ajax 9 Newmarket 10+ Scarborough 10+ Markham 10+ Richmond Hill 10+ Barrie 10+ North York 10+ Downtown Toronto 9 Vaughan 10+ Etobicoke 10+ St. Catharines 10+ Mississauga 10+ Brampton 10+ Oakville 10+ Burlington 10+ Hamilton 10+ Cambridge 9 Waterloo 10+ London White Oaks 10+ London Masonville 10+ Nova Scotia - (Canada Computers) + Halifax 10+ British Columbia - (Canada Computers) + Port Coquitlam 10+ Surrey 10+ Burnaby 10+ East Vancouver 10+ Vancouver Broadway 6 Richmond 10+ Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00041 DeepCool MATREXX 50 ADD-RGB 4F ATX Mid-Tower Case 4x120mm ADD-RGB Fans $104.99 $94.99 SAVE $10.00 Sale ends in 23:33:41 (14) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville - Marché Central 7 Brossard 10+ Laval 10+ West Island 4 Gatineau 7 Vanier 6 Ontario - (Canada Computers) + Ottawa Orleans 1 Downtown Ottawa 6 Ottawa Merivale 10+ Kanata 2 Kingston 3 Oshawa 5 Whitby 10+ Ajax 6 Newmarket 10+ Scarborough 10+ Markham 10+ Richmond Hill 10+ Barrie 10+ North York 10+ Downtown Toronto 4 Vaughan 10+ Etobicoke 10+ St. Catharines 8 Mississauga 10+ Brampton 10+ Oakville 6 Burlington 2 Hamilton 3 Cambridge 10+ Waterloo 10+ London White Oaks 8 London Masonville 10+ Nova Scotia - (Canada Computers) + Halifax 10+ British Columbia - (Canada Computers) + Port Coquitlam 10+ Surrey 2 Burnaby 9 East Vancouver 8 Vancouver Broadway - Richmond 10+ Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00100 DeepCool CC560 V2 Mid-Tower ATX Case $74.99 (1) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 3 Marché Central 6 Brossard 10+ Laval 7 West Island - Gatineau 10+ Vanier 10+ Ontario - (Canada Computers) + Ottawa Orleans 2 Downtown Ottawa 1 Ottawa Merivale 2 Kanata 3 Kingston 5 Oshawa 1 Whitby 10+ Ajax 6 Newmarket 7 Scarborough 10+ Markham 10+ Richmond Hill 1 Barrie 5 North York 10+ Downtown Toronto 4 Vaughan 10+ Etobicoke 6 St. Catharines 10+ Mississauga 10+ Brampton 10+ Oakville 5 Burlington 6 Hamilton 1 Cambridge 3 Waterloo 2 London White Oaks 9 London Masonville 4 Nova Scotia - (Canada Computers) + Halifax 10+ British Columbia - (Canada Computers) + Port Coquitlam 1 Surrey 3 Burnaby 3 East Vancouver 2 Vancouver Broadway - Richmond 2 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00088 CORSAIR 4000D Airflow Tempered Glass Mid-Tower ATX Case, Black $139.99 $99.99 SAVE $40.00 Sale ends in (While Qty Last) (20) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 3 Marché Central - Brossard 7 Laval 10+ West Island 4 Gatineau 2 Vanier 3 Ontario - (Canada Computers) + Ottawa Orleans 3 Downtown Ottawa 5 Ottawa Merivale - Kanata 6 Kingston 7 Oshawa 3 Whitby 6 Ajax 3 Newmarket 10+ Scarborough 10+ Markham 10+ Richmond Hill 10+ Barrie 10+ North York 10+ Downtown Toronto 2 Vaughan 10+ Etobicoke 10+ St. Catharines 7 Mississauga 10+ Brampton 10+ Oakville 3 Burlington 4 Hamilton 7 Cambridge 7 Waterloo 10+ London White Oaks 8 London Masonville 9 Nova Scotia - (Canada Computers) + Halifax 9 British Columbia - (Canada Computers) + Port Coquitlam 10+ Surrey 3 Burnaby 1 East Vancouver 10+ Vancouver Broadway 1 Richmond 9 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00101 DeepCool CC560 V2 Mid-Tower ATX Case, White $74.99 $64.99 SAVE $10.00 Sale ends in 23:33:41 Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 10+ Marché Central 10+ Brossard 10+ Laval 10+ West Island 10+ Gatineau 8 Vanier 10+ Ontario - (Canada Computers) + Ottawa Orleans 10+ Downtown Ottawa 10+ Ottawa Merivale 10+ Kanata 10+ Kingston 10+ Oshawa 10+ Whitby 10+ Ajax 10+ Newmarket 10+ Scarborough 10+ Markham 10+ Richmond Hill 10+ Barrie 10+ North York 10+ Downtown Toronto 10+ Vaughan 10+ Etobicoke 10+ St. Catharines 10+ Mississauga 10+ Brampton 10+ Oakville 10+ Burlington 10+ Hamilton 10+ Cambridge 10+ Waterloo 10+ London White Oaks 10+ London Masonville 10+ Nova Scotia - (Canada Computers) + Halifax 4 British Columbia - (Canada Computers) + Port Coquitlam 10+ Surrey 10+ Burnaby 10+ East Vancouver 10+ Vancouver Broadway 10+ Richmond 10+ Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00111 CORSAIR iCUE LC100 Case Accent Lighting Panels - Mini Triangle - 9x Tile Expansion Kit $49.99 $9.99 SAVE $40.00 Sale ends in (While Qty Last) Free Shipping Online - Available to Ship In Store - Available for Pickup Bundle & Save! Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville - Marché Central 10+ Brossard 9 Laval 5 West Island - Gatineau 2 Vanier 3 Ontario - (Canada Computers) + Ottawa Orleans 4 Downtown Ottawa 3 Ottawa Merivale 9 Kanata 1 Kingston 5 Oshawa 5 Whitby 8 Ajax 8 Newmarket 10+ Scarborough 10+ Markham 10+ Richmond Hill 10+ Barrie 10+ North York 10+ Downtown Toronto 5 Vaughan 10+ Etobicoke 10+ St. Catharines 10+ Mississauga 10+ Brampton 10+ Oakville 5 Burlington 4 Hamilton 5 Cambridge 10+ Waterloo 10+ London White Oaks 10+ London Masonville 10+ Nova Scotia - (Canada Computers) + Halifax 5 British Columbia - (Canada Computers) + Port Coquitlam 4 Surrey 2 Burnaby - East Vancouver - Vancouver Broadway - Richmond 3 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00089 DeepCool CH370 Micro ATX case $74.99 $69.99 SAVE $5.00 Sale ends in 23:33:41 (2) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville - Marché Central 1 Brossard 2 Laval - West Island 2 Gatineau 1 Vanier 4 Ontario - (Canada Computers) + Ottawa Orleans 1 Downtown Ottawa - Ottawa Merivale 2 Kanata 2 Kingston 3 Oshawa - Whitby 1 Ajax 3 Newmarket 1 Scarborough 2 Markham 7 Richmond Hill 6 Barrie - North York 5 Downtown Toronto 1 Vaughan 4 Etobicoke - St. Catharines 5 Mississauga 1 Brampton 4 Oakville - Burlington - Hamilton 1 Cambridge 3 Waterloo 4 London White Oaks 1 London Masonville 3 Nova Scotia - (Canada Computers) + Halifax 3 British Columbia - (Canada Computers) + Port Coquitlam 2 Surrey - Burnaby 1 East Vancouver 2 Vancouver Broadway - Richmond 2 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00063 DeepCool MACUBE 110 Micro ATX Case with Full-size Magnetic Tempered $79.99 (6) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 2 Marché Central 3 Brossard 5 Laval - West Island - Gatineau - Vanier 2 Ontario - (Canada Computers) + Ottawa Orleans 2 Downtown Ottawa 4 Ottawa Merivale 3 Kanata 2 Kingston 4 Oshawa 2 Whitby 3 Ajax 3 Newmarket 6 Scarborough 6 Markham 8 Richmond Hill 4 Barrie 2 North York - Downtown Toronto 2 Vaughan 10+ Etobicoke 9 St. Catharines 6 Mississauga 9 Brampton 10+ Oakville 3 Burlington 4 Hamilton 2 Cambridge 2 Waterloo 1 London White Oaks 7 London Masonville 9 Nova Scotia - (Canada Computers) + Halifax 7 British Columbia - (Canada Computers) + Port Coquitlam - Surrey - Burnaby 3 East Vancouver - Vancouver Broadway - Richmond - Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00138 CORSAIR 4000D Airflow w/ Pre-installed RM850e Power Supply, Black $259.99 $229.99 SAVE $30.00 Sale ends in (4) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 1 Marché Central 2 Brossard 6 Laval 3 West Island 4 Gatineau 4 Vanier 4 Ontario - (Canada Computers) + Ottawa Orleans 5 Downtown Ottawa 5 Ottawa Merivale 6 Kanata 10+ Kingston 3 Oshawa 1 Whitby 7 Ajax 10+ Newmarket 9 Scarborough 7 Markham 10+ Richmond Hill 7 Barrie 4 North York 7 Downtown Toronto 1 Vaughan 10+ Etobicoke 10+ St. Catharines 4 Mississauga 7 Brampton 4 Oakville 3 Burlington 4 Hamilton 10+ Cambridge 10+ Waterloo 6 London White Oaks 5 London Masonville 10+ Nova Scotia - (Canada Computers) + Halifax 5 British Columbia - (Canada Computers) + Port Coquitlam 2 Surrey 1 Burnaby 2 East Vancouver - Vancouver Broadway - Richmond 4 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00136 CORSAIR 4000D Airflow w/ Pre-installed RM850e Power Supply, White $259.99 $239.99 SAVE $20.00 Sale ends in (2) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 10+ Marché Central 10+ Brossard 10+ Laval 10+ West Island 10+ Gatineau 10+ Vanier 10+ Ontario - (Canada Computers) + Ottawa Orleans 10+ Downtown Ottawa 10+ Ottawa Merivale 10+ Kanata 10+ Kingston 10+ Oshawa 10+ Whitby 10+ Ajax 10+ Newmarket 10+ Scarborough 10+ Markham 10+ Richmond Hill 10+ Barrie 10+ North York 10+ Downtown Toronto 10+ Vaughan 10+ Etobicoke 10+ St. Catharines 10+ Mississauga 10+ Brampton 10+ Oakville 10+ Burlington 10+ Hamilton 10+ Cambridge 10+ Waterloo 10+ London White Oaks 10+ London Masonville 10+ Nova Scotia - (Canada Computers) + Halifax 10+ British Columbia - (Canada Computers) + Port Coquitlam 10+ Surrey 10+ Burnaby 10+ East Vancouver 10+ Vancouver Broadway 10+ Richmond 10+ Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00110 CORSAIR iCUE LC100 Case Accent Lighting Panels - Mini Triangle - 9x Tile Starter Kit $69.99 $29.99 SAVE $40.00 Sale ends in (While Qty Last) Free Shipping Online - Available to Ship In Store - Available for Pickup Bundle & Save! Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville - Marché Central 2 Brossard 3 Laval 8 West Island - Gatineau - Vanier 4 Ontario - (Canada Computers) + Ottawa Orleans 2 Downtown Ottawa 1 Ottawa Merivale 1 Kanata 1 Kingston 2 Oshawa - Whitby 3 Ajax - Newmarket 10+ Scarborough 1 Markham 9 Richmond Hill 4 Barrie 3 North York 8 Downtown Toronto 2 Vaughan 5 Etobicoke 5 St. Catharines 5 Mississauga 10+ Brampton 10+ Oakville 2 Burlington 2 Hamilton 4 Cambridge 4 Waterloo 2 London White Oaks 4 London Masonville 4 Nova Scotia - (Canada Computers) + Halifax 1 British Columbia - (Canada Computers) + Port Coquitlam 1 Surrey - Burnaby 2 East Vancouver - Vancouver Broadway - Richmond 6 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00064 DeepCool MACUBE 110 Micro ATX Case with Full-size Magnetic Tempered $79.99 (6) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville - Marché Central 2 Brossard - Laval 9 West Island 1 Gatineau 2 Vanier - Ontario - (Canada Computers) + Ottawa Orleans 1 Downtown Ottawa 3 Ottawa Merivale - Kanata - Kingston 2 Oshawa 3 Whitby 2 Ajax 2 Newmarket 2 Scarborough 1 Markham - Richmond Hill - Barrie 4 North York 8 Downtown Toronto - Vaughan 1 Etobicoke 2 St. Catharines 2 Mississauga 6 Brampton 5 Oakville 2 Burlington 1 Hamilton 3 Cambridge 4 Waterloo 3 London White Oaks 3 London Masonville 3 Nova Scotia - (Canada Computers) + Halifax 3 British Columbia - (Canada Computers) + Port Coquitlam - Surrey 2 Burnaby - East Vancouver - Vancouver Broadway - Richmond - Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSFRT00178 FRACTAL DESIGN North ATX mATX Mid Tower PC Case - Charcoal Black Chassis with Walnut Front and Light Tinted TG Side Panel $199.99 $164.99 SAVE $35.00 Sale ends in (6) Online - Available to Ship In Store - Available for Pickup Bundle & Save! Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 3 Marché Central 9 Brossard 10+ Laval 5 West Island - Gatineau 3 Vanier 10+ Ontario - (Canada Computers) + Ottawa Orleans 1 Downtown Ottawa 2 Ottawa Merivale 6 Kanata 5 Kingston 4 Oshawa 2 Whitby 10+ Ajax 6 Newmarket 10+ Scarborough 9 Markham 10+ Richmond Hill 10+ Barrie 10+ North York 10+ Downtown Toronto 5 Vaughan 10+ Etobicoke 10+ St. Catharines 7 Mississauga 10+ Brampton 10+ Oakville 4 Burlington - Hamilton 8 Cambridge 10+ Waterloo 6 London White Oaks 10+ London Masonville 10+ Nova Scotia - (Canada Computers) + Halifax 10+ British Columbia - (Canada Computers) + Port Coquitlam 10+ Surrey 1 Burnaby 1 East Vancouver 2 Vancouver Broadway 1 Richmond 9 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00090 DeepCool CH370 WH Micro ATX case, white $74.99 $69.99 SAVE $5.00 Sale ends in 23:33:41 (3) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 2 Marché Central 1 Brossard 5 Laval 1 West Island 1 Gatineau 1 Vanier 2 Ontario - (Canada Computers) + Ottawa Orleans 2 Downtown Ottawa - Ottawa Merivale 3 Kanata 2 Kingston - Oshawa 2 Whitby 2 Ajax 1 Newmarket 5 Scarborough 8 Markham 8 Richmond Hill 2 Barrie 3 North York 8 Downtown Toronto 3 Vaughan 2 Etobicoke 3 St. Catharines - Mississauga 10+ Brampton 6 Oakville 3 Burlington 2 Hamilton 3 Cambridge 2 Waterloo 6 London White Oaks 5 London Masonville 2 Nova Scotia - (Canada Computers) + Halifax - British Columbia - (Canada Computers) + Port Coquitlam 2 Surrey 5 Burnaby 1 East Vancouver 1 Vancouver Broadway 1 Richmond 2 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00158 CORSAIR 4000D Airflow Tempered Glass Mid-Tower ATX Case w/ Teak Front Panel, Black $149.99 $119.99 SAVE $30.00 Sale ends in (2) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 1 Quebec - (Ordinateurs Canada) - Montréal Centre-ville - Marché Central - Brossard - Laval 1 West Island 2 Gatineau - Vanier - Ontario - (Canada Computers) + Ottawa Orleans 1 Downtown Ottawa 4 Ottawa Merivale 4 Kanata 1 Kingston 5 Oshawa 1 Whitby 1 Ajax - Newmarket 2 Scarborough - Markham 1 Richmond Hill 1 Barrie 2 North York 2 Downtown Toronto 4 Vaughan 4 Etobicoke 1 St. Catharines 3 Mississauga - Brampton 4 Oakville 4 Burlington - Hamilton 3 Cambridge - Waterloo 3 London White Oaks 3 London Masonville 3 Nova Scotia - (Canada Computers) + Halifax - British Columbia - (Canada Computers) + Port Coquitlam 4 Surrey 1 Burnaby - East Vancouver 3 Vancouver Broadway 2 Richmond - Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00122 CORSAIR Internal 4-Port USB 2.0 Hub $34.99 Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 3 Marché Central 6 Brossard 8 Laval 3 West Island 1 Gatineau 2 Vanier 8 Ontario - (Canada Computers) + Ottawa Orleans 1 Downtown Ottawa 1 Ottawa Merivale 2 Kanata 1 Kingston 3 Oshawa 2 Whitby 10+ Ajax 5 Newmarket 7 Scarborough 7 Markham 10+ Richmond Hill 2 Barrie 10+ North York 10+ Downtown Toronto 1 Vaughan 4 Etobicoke 9 St. Catharines 2 Mississauga 6 Brampton 10+ Oakville 1 Burlington 1 Hamilton 1 Cambridge 2 Waterloo 2 London White Oaks 5 London Masonville 3 Nova Scotia - (Canada Computers) + Halifax 3 British Columbia - (Canada Computers) + Port Coquitlam 4 Surrey 1 Burnaby 1 East Vancouver 3 Vancouver Broadway 1 Richmond 10+ Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00123 CORSAIR iCUE 4000D RGB Airflow Mid-Tower Case, Black - 3x AF120 RGB ELITE Fans - iCUE Lighting Node PRO Controller - High-Airflow Design $204.99 (3) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 3 Marché Central 4 Brossard 6 Laval 7 West Island 3 Gatineau 3 Vanier 3 Ontario - (Canada Computers) + Ottawa Orleans 3 Downtown Ottawa 2 Ottawa Merivale 4 Kanata 3 Kingston 2 Oshawa 2 Whitby 6 Ajax - Newmarket 6 Scarborough 6 Markham 9 Richmond Hill 7 Barrie 5 North York 9 Downtown Toronto 2 Vaughan 6 Etobicoke 6 St. Catharines 4 Mississauga 10+ Brampton 10+ Oakville 3 Burlington 4 Hamilton 5 Cambridge 6 Waterloo 6 London White Oaks 7 London Masonville 6 Nova Scotia - (Canada Computers) + Halifax 5 British Columbia - (Canada Computers) + Port Coquitlam 6 Surrey 3 Burnaby 2 East Vancouver 2 Vancouver Broadway - Richmond 8 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSDCL00097 DeepCool CH560 Digital ATX Airflow case, 3x Pre-Installed 140mm ARGB Fans, White $169.99 $144.99 SAVE $25.00 Sale ends in 23:33:41 Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 3 Marché Central 3 Brossard 10+ Laval 4 West Island 5 Gatineau 2 Vanier 5 Ontario - (Canada Computers) + Ottawa Orleans 4 Downtown Ottawa 3 Ottawa Merivale 2 Kanata 6 Kingston 2 Oshawa 3 Whitby 3 Ajax 5 Newmarket 2 Scarborough 2 Markham 5 Richmond Hill 1 Barrie 5 North York 8 Downtown Toronto 2 Vaughan 2 Etobicoke 3 St. Catharines 8 Mississauga 10+ Brampton 6 Oakville 5 Burlington 2 Hamilton 1 Cambridge - Waterloo 1 London White Oaks 1 London Masonville 4 Nova Scotia - (Canada Computers) + Halifax 2 British Columbia - (Canada Computers) + Port Coquitlam 5 Surrey 2 Burnaby 4 East Vancouver 1 Vancouver Broadway - Richmond 4 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00089 CORSAIR 4000D Airflow Tempered Glass Mid-Tower ATX Case, White $139.99 $94.99 SAVE $45.00 Sale ends in (6) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 1 Marché Central 1 Brossard 1 Laval 1 West Island - Gatineau 1 Vanier 2 Ontario - (Canada Computers) + Ottawa Orleans 1 Downtown Ottawa 1 Ottawa Merivale 2 Kanata - Kingston 1 Oshawa 2 Whitby 2 Ajax - Newmarket 2 Scarborough 1 Markham 4 Richmond Hill 2 Barrie 1 North York 5 Downtown Toronto 1 Vaughan 2 Etobicoke 2 St. Catharines 2 Mississauga 4 Brampton 4 Oakville 1 Burlington - Hamilton 1 Cambridge 2 Waterloo 1 London White Oaks - London Masonville 2 Nova Scotia - (Canada Computers) + Halifax 2 British Columbia - (Canada Computers) + Port Coquitlam 1 Surrey - Burnaby - East Vancouver - Vancouver Broadway - Richmond 1 Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSFRT00140 FRACTAL DESIGN Pop XL Air RGB Black TG ATX High-Airflow Clear Tempered Glass Window Full Tower Computer Case $154.99 (2) Online - Available to Ship In Store - Available for Pickup Add to Cart STOCK AVAILABILITY Online / Main Warehouse 10+ Quebec - (Ordinateurs Canada) - Montréal Centre-ville 2 Marché Central 1 Brossard 9 Laval 4 West Island - Gatineau 3 Vanier - Ontario - (Canada Computers) + Ottawa Orleans 2 Downtown Ottawa 3 Ottawa Merivale - Kanata 1 Kingston - Oshawa 3 Whitby 3 Ajax 4 Newmarket 5 Scarborough 4 Markham 10+ Richmond Hill 9 Barrie 4 North York 3 Downtown Toronto 2 Vaughan 6 Etobicoke - St. Catharines 2 Mississauga 7 Brampton 10+ Oakville 2 Burlington 4 Hamilton - Cambridge 1 Waterloo 4 London White Oaks - London Masonville 5 Nova Scotia - (Canada Computers) + Halifax 4 British Columbia - (Canada Computers) + Port Coquitlam 2 Surrey 1 Burnaby 2 East Vancouver 2 Vancouver Broadway - Richmond - Check other stores The stock listed above does not take into account variances in stock levels that may occur and any items on hold. Item Code: CSCOI00142 CORSAIR 3000D Tempered Glass Mid-Tower, Black, 2x SP120 ELITE Fans $114.99 Online - Available to Ship In Store - Available for Pickup Add to Cart LOAD MORE ITEMS × CUSTOMER EXPERIENCE SURVEY We're trying to improve our site experience to best meet our customers’ needs. Please fill out this form to provide us feedback on how we're doing. * = Required *How would you rate this product search? 1 2 3 4 5 6 7 8 9 10 *Were you able to find what you were looking for today? Yes, I found everything I needed. Yes, but I was unsatisfied with the information I found. What are you looking for? Are you unsatisfied with price? Yes No Are you unsatisfied with the product options? Yes No Are you unsatisfied with the product availability? Yes No Yes, but the process to find/do what I needed to was complicated and could be better. No, I couldn’t find what I wanted. What are you looking for? Was the product you looking for not listed on our site? Yes No Was the product you looking for not unavailable? Yes No No, the site wasn’t functioning properly. To help us provide the best online user experience possible, we’d like your input. Store: AjaxBarrieBramptonBrossardBurlingtonBurnabyCambridgeDowntown OttawaDowntown TorontoEast VancouverEtobicokeGatineauHalifaxHamiltonKanataKingstonLavalLondon MasonvilleLondon White OaksMarché CentralMarkhamMidtown TorontoMississaugaMontréal DowntownNewmarketNorth YorkOakvilleOnline / Main WarehouseOshawaOttawa MerivaleOttawa OrleansPort CoquitlamRichmondRichmond HillScarboroughSt. CatharinesSurreyVancouver BroadwayVanierVaughanWaterlooWest IslandWhitby Email Address: Enter your email address above - we’ll be in touch to see if you’re eligible for our other usability tests or focus group studies. Submit Thank you for providing your feedback - and for helping us serve you better. SUBSCRIPTIONS Stay in the know! Sign Up for Our Newsletter Subscribe Current Eblast Deals Follow Us © 2024, Canada Computers & Electronics, Head Office - 75 West Wilmot Street, Richmond Hill, ON L4B 0B7 Resources * Shop By Brands * Trending Products * Clearance * Contests Account * Login * Your Account * View Cart * View Wish List * Order History * CC Rewards * Financing Options Customer Service * Contact Us * Online Returns and Exchanges Service * Online Shopping FAQ * Rebates & Promotions * Service & Repair Centre * Product Request Company Profile * About Us * Press Room * Philanthropy * Careers * Store Locations & Hours * Corporate Sales * Supply Chains Act Policies * Recycling Fees * Privacy Policy * Returns & Exchanges * Product Warranty * Pricing * Direct Replacement Plan * Enhanced Protection Plan * Terms & Conditions * AODA policy Mobile Apps * * © 2024, Canada Computers & Electronics, Head Office - 75 West Wilmot Street, Richmond Hill, ON L4B 0B7 LEGEND AND CANADA COMPUTERS COPY RIGHTS MIR = Mail in Rebate, IR = Instant Rebate. Prices are in Canadian dollars. Canada Computers & Electronics is not responsible for typographic or photographic errors. Prices and specifications are subject to change without notice. Promotional pricing is valid while quantities last. Logos and trademarks are copyrighted and the property of their respective owners. Canada Computers & Electronics is independently operated in Quebec. © 2003 - 2024 Canada Computers & Electronics. All rights reserved. ACCEPT COOKIES & PRIVACY POLICY BY USING OUR SITE, YOU CONSENT TO COOKIES. THIS WEBSITE STORES COOKIES ON YOUR COMPUTER. THESE COOKIES ARE USED TO COLLECT INFORMATION ABOUT HOW YOU INTERACT WITH OUR WEBSITE AND ALLOW US TO REMEMBER YOU. WE USE THIS INFORMATION IN ORDER TO IMPROVE AND CUSTOMIZE YOUR BROWSING EXPERIENCE AND FOR ANALYTICS AND METRICS ABOUT OUR VISITORS BOTH ON THIS WEBSITE AND OTHER MEDIA. TO FIND OUT MORE ABOUT THE COOKIES WE USE, SEE OUR PRIVACY POLICY. ONLY A SMALL COOKIE WILL BE PLACED ON YOUR COMPUTER TO REMEMBER YOUR PREFERENCE. WE USE COOKIES TO PROVIDE AND IMPROVE OUR SERVICES. BY USING OUR SITE, YOU CONSENT TO COOKIES. LEARN MORE CLOSE