UNIÓN AMERICANA PP-R FUSIÓN / FUSIÓN CUERPO METÁLICO CLASE: 2,70°C, 8 BAR; 20°C 20 BAR

Categoría:

Especificaciones Técnicas

Unión Americana PP-R Fusión / Fusión Cuerpo Metálico

CLASE: 2,70°C, 8 BAR; 20°C 20 BAR

DIMENSIÓN CÓDIGO UNIDAD PRECIO UNITARIO
UNIÓN AMERICANA 20mm 6000003020-2020 1 4.783
UNIÓN AMERICANA 25mm 6000003020-2525 1 6.123
UNIÓN AMERICANA 32mm 6000003020-3232 1 7.054
UNIÓN AMERICANA 40mm 6000003020-4040 1 18.799
UNIÓN AMERICANA 50mm 6000003020-5050 1 27.587
UNIÓN AMERICANA 63mm 6000003020-6363 1 39.793

 

const registerAllyAction = () => { if ( ! window?.elementorAppConfig?.hasPro || ! window?.elementorFrontend?.utils?.urlActions ) { return; } elementorFrontend.utils.urlActions.addAction( 'allyWidget:open', () => { if ( window?.ea11yWidget?.widget?.open ) { window.ea11yWidget.widget.open(); } } ); }; const waitingLimit = 30; let retryCounter = 0; const waitForElementorPro = () => { return new Promise( ( resolve ) => { const intervalId = setInterval( () => { if ( retryCounter === waitingLimit ) { resolve( null ); } retryCounter++; if ( window.elementorFrontend && window?.elementorFrontend?.utils?.urlActions ) { clearInterval( intervalId ); resolve( window.elementorFrontend ); } }, 100 ); // Check every 100 milliseconds for availability of elementorFrontend }); }; waitForElementorPro().then( () => { registerAllyAction(); });