Thanks for the quick reply.
In the code of the page we see that the Tag Manager is inserted through your plugin. (we insert code below)
Settings in Analytics are configured for Enhanced Ecommerce.
We understand the difference between your plugin function and Google Analytics properties but we are connecting our website and analytics through your plugin.
<!-- Fragmento de código de Google Tag Manager añadido por Site Kit -->
<script>
( function( w, d, s, l, i ) {
w[l] = w[l] || [];
w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
var f = d.getElementsByTagName( s )[0],
j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-*******' );
</script>