AMPCO HMCP Evoguard Hygienic
Brand: Alpha , SIN: 3DER

AMPCO HMCP Evoguard Hygienic

Available
Price: CAD $1,180.00
Quantity

Engineered to handle abrasive and high-density slurries. Designed for mining, mineral processing, and industrial waste handling

  • Pump Type: Parker Gold Cup basic Rotating group
  • Flow Rate: 1500
  • Temperature: 200
  • Viscosity: 4500
  • Validity: 12 August 2030
function toggleFavorite(productId) { fetch('https://www.emaarenergy.ca/favorites/toggle', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').content }, body: JSON.stringify({ product_id: productId }) }) .then(res => res.json()) .then(data => { const text = document.getElementById('fav-text-' + productId); if (data.status === 'added') { text.innerText = 'Remove from Favorite'; } else { text.innerText = 'Add to Favorite'; } const badge = document.querySelector('.fa-regular.fa-heart')?.closest('a')?.querySelector('.notify-dot'); if (badge && data.count !== undefined) { badge.innerText = data.count; } }); }