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 }); })();

► Gardiner Pole Systems

Gardiner Quick Connector Coupling to 1/2in Barb

$12.05
J.Racenstein Gardiner Quick Connector Coupling to 1/2in Barb, metal quick connector coupling for garden hoses with 1/2 inch barbed connection.
J.Racenstein Gardiner Quick Connector Coupling to 1/2 inch Barb, metal quick connect coupling for garden hoses and irrigation systems.
J.Racenstein Gardiner Quick Connector Coupling to 1/2in Barb, metal quick connector fitting for garden hoses and irrigation systems.
SKU:
152-118
UPC:
00669893023178
MPN:
QRM-COUPLING-13MM
Availability:
Current Stock:

Frequently Bought Together:

J.Racenstein Gardiner Quick Connector Coupling to 1/2in Barb, metal quick connector coupling for garden hoses with 1/2 inch barbed connection.
Inc. Tax
Ex. Tax

Description

Robust nickel plated brass construction

Manufacturer Part Number: QRM-COUPLING-13MM
Offers a Quick Connect Coupling fitting to 1/2in (13mm) barb
Ideal for use to connect RODI systems and tanks
Nickel-Plated Brass construction with Stainless Steel components

Item Code: 152-118
Weight: 0.10LB
Model: QRM-COUPLING-13MM
CATEGORIES: Garden Hose Nickle- Brass Connectors
Robust nickel plated brass construction

The Gardiner Quick Connector Coupling to 1/2in Barb is the perfect solution for seamless connections in your RODI systems and tanks. Crafted with robust nickel-plated brass, this coupling not only ensures longevity but also offers superior performance.

Designed for ease of use, this quick-connect coupling allows for effortless attachment and detachment, making your watering and aquarium management tasks much simpler. Its high-quality nickel-plated brass construction provides resistance against corrosion, while the stainless steel components add an extra layer of durability.

  • Quick connect feature for fast and easy connections
  • Robust nickel-plated brass construction for enhanced durability
  • Stainless steel components for added strength
  • Specifically designed for use with 1/2in (13mm) barb fittings
  • Perfect for connecting RODI systems and tanks

Upgrade your watering systems and aquarium setups with the reliable Gardiner Quick Connector Coupling. Its dependable construction and user-friendly design make it an essential addition to your garden hose or plumbing toolkit.

Details

CA Prop 65:
Warning: This product contains chemicals or materials known to the State of California to cause cancer, birth defects or other reproductive harm.

Reviews

Q&A

Don't Miss Out