HP 92 Black Remanufactured Inkjet Cartridges (C9362WN)

HP 92 Black Remanufactured Inkjet Cartridges (C9362WN)

$9.99
  • Same-day shipping on orders before 1:00 PM (EST)
  • Fast local delivery from our own Canadian warehouses
  • 4 warehouse locations: AB, BC, QC, SK
  • 30-day easy returns if you're not satisfied
  • 1-year warranty on all compatible ink & toner
  • Proudly Canadian small business
Available:In Stock

    Bundle & Save

    Buy 1
    HP 92 Black Remanufactured Inkjet Cartridges (C9362WN)
    $9.99
    Buy 2 Save 5% OFF
    HP 92 Black Remanufactured Inkjet Cartridges (C9362WN) - (2X)
    $18.98 $19.98
    Buy 3 Save 10% OFF
    HP 92 Black Remanufactured Inkjet Cartridges (C9362WN) - (3X)
    $26.97 $29.97
    My Image
    Product Info & Specs
    Product Information & Specifications

    ✅This is not a cheap compatible Ink Cartridge that under perform, This is HIGH QUALITY ink cartridge ship from Canada to provide you with highest quality results.

    ✅Compatible with : DeskJet 5420 DeskJet 5420v DeskJet 5440 DeskJet 5440v DeskJet 5440xi DeskJet 5442 DeskJet 5443 OfficeJet 6310 OfficeJet 6310v OfficeJet 6310xi PSC 1507 PSC 1510 PSC 1510v PSC 1510xi PhotoSmart 7850 PhotoSmart C3100 PhotoSmart C3110 PhotoSmart C3125 PhotoSmart C3135 PhotoSmart C3140 PhotoSmart C3150 PhotoSmart C3170 PhotoSmart C3173 PhotoSmart C3175 PhotoSmart C3180 PhotoSmart C3183 PhotoSmart C3188 PhotoSmart C3190 PhotoSmart C3193 PhotoSmart C3194 PhotoSmart C4180

    ✅Page Yield: 220 pages each @ 5% Coverage

    ✅Eco Friendly & Guaranteed to meet or exceed all OEM standards for page yield and print quality.

    ✅Free Returns & 1 year Money Back Guarantee

    ✅Delivered in 3-6 Business days in Most cities in Canada.

    document.addEventListener("DOMContentLoaded", function () { const header = document.querySelector(".header-main"); const logoImg = document.querySelector(".logo-site img"); if (!header) return; // Save original styles const originalPosition = header.style.position || ""; const originalTop = header.style.top || ""; const originalPaddingTop = header.style.paddingTop || ""; const originalPaddingBottom = header.style.paddingBottom || ""; const originalLogoWidth = logoImg ? logoImg.style.maxWidth || "" : ""; const originalBackgroundColor = header.style.backgroundColor || ""; if (logoImg) logoImg.style.transition = "max-width 0.3s ease"; header.style.transition = "padding 0.3s ease, background-color 0.3s ease"; function onScroll() { if (window.scrollY > 0) { header.style.position = "fixed"; header.style.top = "0"; header.style.left = "0"; header.style.right = "0"; header.style.width = "100%"; header.style.zIndex = "9999"; // Shrink header header.style.paddingTop = "0"; header.style.paddingBottom = "0"; // Set white background header.style.backgroundColor = "white"; // Shrink logo if (logoImg) logoImg.style.maxWidth = "100px"; } else { // Revert to original header.style.position = originalPosition; header.style.top = originalTop; header.style.paddingTop = originalPaddingTop; header.style.paddingBottom = originalPaddingBottom; header.style.backgroundColor = originalBackgroundColor; if (logoImg) logoImg.style.maxWidth = originalLogoWidth; } } window.addEventListener("scroll", onScroll); });