Flanges & Blinds
Brand: A.R. Thomson Group Inc , SIN: P-20017

Flanges & Blinds

Available
Price: CAD $220.00
Quantity

Many configurations available: Raised face, Flat face,
Lap joint with stub end and
RTJ available in Weld Neck,
Slip On, Socket Weld or
Threaded. ANSI, AWWA and
API classes.

  • Pump Type: Parker Gold Cup basic Rotating group
  • Flow Rate: N/A
  • Temperature: N/A
  • Viscosity: N/A
  • Validity: N/A

No manual available.

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; } }); }