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 TAMPER BASE M8 CLASSIC S.STEEL ø 58 mm

Original price $39.99 - Original price $39.99
Original price
$39.99
$39.99 - $39.99
Current price $39.99

Joe Frex Tamper Base M8 Classic Stainless Steel - Ø 58 mm

Elevate your espresso preparation with the Joe Frex Tamper Base, designed for precision and durability.

Key Features:

  • High-Quality Stainless Steel Construction: This tamper base is crafted from premium stainless steel, ensuring longevity and resistance to wear while providing a sleek, professional appearance.

  • Optimal Weight: The solid weight of the base enhances stability during tamping, allowing for consistent pressure application for an even extraction.

  • Customizable: Easily attach this 58 mm tamper base to any Joe Frex tamper handle of your choice, enabling you to create a personalized espresso tamper tailored to your brewing style.

Achieve perfectly tamped espresso with the Joe Frex Tamper Base, a must-have tool for any serious coffee enthusiast.

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: "8006359515388", item_name: "Joe Frex TAMPER BASE M8 CLASSIC S.STEEL ø 58 mm", price: 39, 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