null
// ========================================================================= // 5. CART DESKTOP — SPLIT TITLE ROW ABOVE SKU/QTY/PRICE // JS restructures each cart row so product name spans full width on // its own row, with SKU/qty/price on a second row below it. // Only runs on cart.php at >800px. Added: March 23 2026 // ========================================================================= (function fixCartDesktop() { if (!window.location.pathname.includes('cart.php')) return; if (!window.matchMedia('(min-width: 801px)').matches) return; function doFix() { document.querySelectorAll('.cart-item').forEach(function(row) { if (row.querySelector('.jrc-cart-row-top')) return; // already done var figure = row.querySelector('.cart-item-figure'); var title = row.querySelector('.cart-item-title'); var price = row.querySelector('.cart-item-price'); var qty = row.querySelector('.cart-item-quantity'); var total = row.querySelector('.cart-item-total'); var edit = row.querySelector('.cart-item-edit'); if (!figure || !title || !price || !qty || !edit) return; // Extract just the product name element from title var nameEl = title.querySelector('.cart-item-name, h2.cart-item-name, .cart-item-name a'); if (!nameEl) nameEl = title.querySelector('h2, h3'); // Pull SKU/options/change out of title into a new cell var skuCell = document.createElement('td'); skuCell.className = 'cart-item-block jrc-cart-sku-cell'; // Move everything from title except the name into skuCell Array.from(title.childNodes).forEach(function(node) { if (!nameEl || !nameEl.contains(node) && node !== nameEl) { skuCell.appendChild(node.cloneNode(true)); } }); // Leave only the name in title Array.from(title.childNodes).forEach(function(node) { if (node !== nameEl && !(nameEl && nameEl.parentNode === title && node === nameEl.parentNode)) { // keep only nameEl } }); // Clear title and re-append just the name title.innerHTML = ''; if (nameEl) title.appendChild(nameEl.cloneNode(true)); // Set colspan/rowspan figure.setAttribute('rowspan', '2'); title.setAttribute('colspan', '5'); title.style.cssText = 'padding-bottom: 4px !important;'; // Build top row from existing row row.classList.add('jrc-cart-row-top'); // Remove price/qty/total/edit from top row [price, qty, total, edit].forEach(function(el) { if (el) el.parentNode && el.parentNode.removeChild(el); }); // Build bottom row var bottomRow = document.createElement('tr'); bottomRow.className = 'cart-item jrc-cart-row-bottom'; bottomRow.appendChild(skuCell); if (price) bottomRow.appendChild(price); if (qty) bottomRow.appendChild(qty); if (total) bottomRow.appendChild(total); if (edit) bottomRow.appendChild(edit); row.parentNode.insertBefore(bottomRow, row.nextSibling); }); } doFix(); var attempts = 0; var interval = setInterval(function() { if (window.matchMedia('(min-width: 801px)').matches) doFix(); attempts++; if (attempts >= 10) clearInterval(interval); }, 300); var observer = new MutationObserver(function() { if (window.matchMedia('(min-width: 801px)').matches) doFix(); }); observer.observe(document.body, { childList: true, subtree: true }); })();

► Pulex

Eagle Pro Window Kit IPC

$245.50
Pulex Eagle Pro Window Kit IPC, professional window cleaning tools with adjustable handles and cleaning heads for efficient glass cleaning.
Pulex Eagle Pro Window Kit IPC, image showing three window cleaning tools with handles and cleaning pads designed for window cleaning.
Pulex Eagle Pro Window Kit IPC, three window cleaning tools with adjustable handles and cleaning heads suitable for cleaning different window sizes.
SKU:
12-322
UPC:
00669893014831
MPN:
WKT001
Availability:
Current Stock:

Frequently Bought Together:

Pulex Eagle Pro Window Kit IPC, professional window cleaning tools with adjustable handles and cleaning heads for efficient glass cleaning.
Inc. Tax
Ex. Tax

Description

Eagle Pro Window Kit IPC

This IPC Eagle Cleano kit provides you with an environmentally friendly, chemical-free system that allows you to clean indoor windows and smooth surfaces quickly. This specific kit has a 2 foot reach to allow you to reach upwards of 8 feet while standing on the floor. Remove dust, fingerprints, grease, and other dirt by simply spraying and gliding over the area thanks to the included microfiber pads that attach to the 10-inch head with a hook and loop fastener. The head is mounted on a swivel head to allow users to reach areas that are hard to clean.

The Cleano kit uses IPC Eagle’s pure water window cleaning system to allows for a chemical-free cleaning while leaving behind no residue, streaks, or marks. This kit is great to use on virtually any indoor smooth surface like indoor glass, windows, walls, furniture, tables, mirrors, desks, workbenches, showcases, elevators, refrigerators and more!

The kit comes with the poll, 10 inch head, 25 oz. tank, microfiber spot pad and a microfiber glass pad. The head is interchangeable with larger sizes (sold separately). For kits with a telescopic (with longer reach) or additional larger heads and replacement pads,

12-322.jpg


Window Cleaners love Pulex Squeegees for cleaning glass and mirrors the Pulex Squeegee is the professionals choice for window cleaning.

Details

Reviews

Q&A

Don't Miss Out