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

ROCKET 58mm Tamper

by Rocket
Original price $104.99 - Original price $104.99
Original price $104.99
$104.99
$104.99 - $104.99
Current price $104.99
  • 3% Back In Anthony's Rewards
  • Free Shipping Over $69*
  • 1-Year Manufacturer Warranty

 

 

 

Rocket Espresso Tamper

Crafted for precision and durability, the Rocket Espresso Tamper is an essential tool for achieving the perfect espresso shot.

Features:

  • Stainless Steel Construction: This tamper is made from high-quality stainless steel, ensuring longevity and resistance to wear.
  • 58mm Diameter: Specifically designed to fit all Rocket Espresso machines, making it a versatile addition to your coffee gear.
  • Ergonomic Design: The tamper features a comfortable handle that provides a secure grip, allowing for consistent tamping pressure every time.

Elevate your espresso-making experience with the Rocket Espresso Tamper, designed to help you create perfectly packed coffee grounds for optimal extraction.

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: "8004000350460", item_name: "ROCKET 58mm Tamper", price: 104, 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