Skip to content
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada

Country

Joe Frex Countertop Tamper Box

Original price $69.99 - Original price $69.99
Original price
$69.99
$69.99 - $69.99
Current price $69.99

Joe Frex Countertop Tamper Box

The Joe Frex Countertop Tamper Box is an essential tool for any barista looking to maintain a clean and efficient workspace. Designed for easy installation into work surfaces or bar counters, this compact knock box combines functionality with a sleek aesthetic.

Key Features:

  • Durable Construction: The casing is made from high-quality stainless steel, ensuring longevity and resistance to wear and tear.
  • PVC Knock Bar: The knock bar is securely fitted with steel screws into the closed container, providing a reliable surface for disposing of espresso pucks. It can be easily lifted out for hassle-free cleaning.
  • Self-Adhesive Rubber Strips: Included rubber strips protect the edges of the cut-out during installation, preventing damage and providing a professional finish.

Specifications:

  • Material: Stainless Steel, PVC
  • Dimensions: W x D x H: 16 cm x 17.5 cm x 9.5 cm

The Joe Frex Countertop Tamper Box is not only practical but also enhances the overall look of your coffee setup, making it a must-have for any serious coffee enthusiast or professional barista.

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
// Tracking view_item document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('.product-form--atc-button').forEach(button => { button.addEventListener('click', function (event) { event.preventDefault(); // Prevents the default action for debugging let product = { item_id: "7862064546044", item_name: "Joe Frex Countertop Tamper Box", price: 69, currency: "CAD" }; // Push event to the dataLayer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "add_to_cart", ecommerce: { currency: product.currency, value: product.price, items: [product] } }); console.log("🛒 add_to_cart event pushed:", product); // Allow form submission after tracking setTimeout(() => { event.target.closest("form").submit(); }, 300); }); }); }); // begin_checkout