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

► TRADEWRX

ProTool Bucket HD White 5Gal

$10.30
ProTool Bucket HD White 5Gal, a stack of durable white plastic five-gallon buckets with metal handles for heavy-duty use.
ProTool Bucket HD White 5Gal, a large white plastic utility bucket with a metal handle for construction, cleaning, and industrial use.
ProTool Bucket HD White 5Gal, white plastic 5-gallon utility bucket with a metal handle.
SKU:
21-702
UPC:
00669893029095
MPN:
P9GL010
Availability:
Current Stock:

Frequently Bought Together:

ProTool Bucket HD White 5Gal, a stack of durable white plastic five-gallon buckets with metal handles for heavy-duty use.
Inc. Tax
Ex. Tax

Description

Bucket HD White 5Gal


21-702.jpg

The ProTool Bucket HD White 5Gal is the ultimate solution for all your storage and transport needs. Built from high-density polyethylene, this bucket is designed to withstand heavy use and hold a variety of materials. Whether you’re at a construction site, in the garden, or simply organizing your garage, this bucket delivers durability and reliability.

With a capacity of 5 gallons and a diameter of 14 inches, it offers ample space for liquids, tools, or any other supplies you might need to move. The smooth white finish not only looks professional but also makes it easy to clean. Featuring a wire handle with a comfortable plastic sleeve, this bucket ensures easy carrying, reducing fatigue during transport.

  • High-density polyethylene construction for enhanced durability
  • Wire handle with a comfortable plastic sleeve for easy carrying
  • Generous 5-gallon capacity to accommodate various needs
  • Versatile design suitable for home, garden, or worksite use
  • Fittings for both plastic and metal handles for customization
  • Easy to clean, maintaining a pristine appearance
  • Lightweight yet strong, making it ideal for any task

The ProTool Bucket HD White 5Gal combines toughness with functionality, making it an essential addition to your toolkit. Perfect for any job, this bucket is designed to meet the demands of both professionals and DIY enthusiasts alike.

Details

Reviews

Q&A

Don't Miss Out