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 Espresso Tamping Station Class Stainless Steel

Original price $49.99 - Original price $49.99
Original price
$49.99
$49.99 - $49.99
Current price $49.99

Joe Frex Espresso Tamping Station Class Stainless Steel

Elevate your espresso preparation with the Joe Frex Espresso Tamping Station, designed for both casual coffee lovers and professional baristas. This durable tamping station is made from high-quality stainless steel and rubber, providing an efficient and organized setup for your tamping process.

Key Features:

  • Durable Construction: Crafted from robust stainless steel and rubber, ensuring longevity and stability during use.

  • Organized Tamping: The classic design helps streamline your tamping process, making it easier to achieve consistent results.

  • Lightweight Design: Weighing only 335g, this tamping station is easy to handle and transport.

Specifications:

  • Dimensions: 3.6" W x 5.1" L x 2.4" H (9 cm x 13 cm x 6 cm)

Enhance your coffee experience with the Joe Frex Espresso Tamping Station, a perfect blend of style and functionality for every espresso 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: "8260824072444", item_name: "Joe Frex Espresso Tamping Station Class Stainless Steel", price: 49, 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