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

UniHandle Squeegee Complete 14in Pulex

$59.10
Pulex UniHandle Squeegee Complete 14in Pulex, a gray and green squeegee with an adjustable handle for window cleaning and surface drying.
Pulex UniHandle Squeegee Complete 14in Pulex, a flexible window cleaning tool with adjustable angles for efficient glass cleaning.
Pulex UniHandle Squeegee Complete 14in Pulex, image showing adjustable angle options for the squeegee.
Pulex UniHandle Squeegee Complete 14in Pulex, angled view of the window cleaning squeegee with black handle and green accents, featuring a microfiber cloth attachment.
Pulex UniHandle Squeegee Complete 14inch Pulex, a professional window cleaning tool with a long metal handle and a flexible rubber blade for efficient streak-free cleaning.
Pulex UniHandle Squeegee Complete 14in Pulex, product packaging showing versatile cleaning tool with handle and interchangeable attachments for cleaning, squeegeeing, and scrubbing.
Pulex UniHandle Squeegee Complete 14in Pulex, a green and black window cleaning tool with a long handle and a rubber blade for efficient cleaning.
SKU:
12-3141
UPC:
00669893014817
MPN:
TERG70201
Availability:
Current Stock:

Frequently Bought Together:

Pulex UniHandle Squeegee Complete 14in Pulex, a gray and green squeegee with an adjustable handle for window cleaning and surface drying.
Inc. Tax
Ex. Tax

Description

UniHandle Complete 14in Pulex

Multifunctional Handle offers Versatility

The adjustable handle combined with high quality natural Pulex Rubber wipes perfectly without leaving marks and can be used with or without the MicroTiger washing pad

Patented Universal Design is compatible with most classic channel designs.

The Pivoting System offers two ranges of motion to adapt to various cleaning surfaces with ease.

The handle attaches to most every Telescopic poles on the market.

Multi-functional Adaptable Angle Squeegee with MicroTiger washing pad

Exclusive pivoting system provides easy rotation - free (up to +/- 180 °) or limited (up to +/- 150 °) - which offers speed and efficiency.

Rotation locking makes it possible to stop the rotation movement at 5 different angular positions (0 °; +/- 45 °; +/- 90 °).

Extra-wide adaptable angle: it allows the tool to be adjusted according to cleaning needs or your preferences (-20 °; -5 ° ; 10 °; 25 °; 40 °; 55 °;70 °).

Ergonomic: unique design for maximum comfort

Made in Italy from high quality materials

unihandle-squeegee-complete-12-3141.jpg

unihandle-squeegee-complete-box-12-3141.jpg

unihandle-squeegee-complete-r-12-3141.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