Anowave Magento 2 Google Analytics 4 Enhanced Ecommerce tracking (GTM)

Anowave Magento 2 Google Analytics 4 Enhanced Ecommerce tracking (GTM) 103.9.6.23804 Nulled

No tiene permiso para descargar
update it , please enjoy !

It was giving error: Something went wrong while saving this configuration: Warning: Undefined array key 1 in .../app/code/Anowave/Package/Helper/Base.php on line 110
Then I added following lines:

Código:
if ( ! isset($key[1])) {
        $key[1] = null;
}

After that, getting error when saving license key:
Código:
The provided license key is invalid for domain ...
 
It was giving error: Something went wrong while saving this configuration: Warning: Undefined array key 1 in .../app/code/Anowave/Package/Helper/Base.php on line 110
Then I added following lines:

Código:
if ( ! isset($key[1])) {
        $key[1] = null;
}

After that, getting error when saving license key:
Código:
The provided license key is invalid for domain ...
add code following line
PHP:
//$key = (array) explode(chr(58), (string) $this->decrypt($license));
   if ( ! isset($key[1])) {
        $key[1] = null;
}

you lost php plugin openssl
 
Same issue here, when trying to save settings always showing

The provided license key is invalid for domain ...

Also no snippets are showing in the source code. All data entered in the settings correctly and mapped via Google Sign-In.
Any fixing? Paid extra 15 eur and two additionally credits for download the 1st and 2nd time the module, but still not working.
 
Última edición:
Nice, thanks for sharing bro. i enjoy it
 
Superior