Thx did you know if this module work fine ?
I tried this module on prestashop 1.6.17 and i have an error with the compatibility
has anyone managed to install it on a 1.6 version ?
this module is really only for 1.7 version... se the code in file rc_pganalytics.php
$this->ps_versions_compliancy = array('min' => '1.7.0.0', 'max' => '1.7.99');
You can change this line in file rc_pganalytics.php ( line 72 )
By
And it's work like a charm !
Hmm he break my website when i put the analtyics id !
Post automatically merged:
I tried this module on prestashop 1.6.17 and i have an error with the compatibility
has anyone managed to install it on a 1.6 version ?
Post automatically merged:
this module is really only for 1.7 version... se the code in file rc_pganalytics.php
$this->ps_versions_compliancy = array('min' => '1.7.0.0', 'max' => '1.7.99');
Post automatically merged:
You can change this line in file rc_pganalytics.php ( line 72 )
PHP:
$this->ps_versions_compliancy = array('min' => '1.7.0.0', 'max' => '1.7.99');
By
PHP:
$this->ps_versions_compliancy = array('min' => '1.6.0.0', 'max' => '1.7.99');
And it's work like a charm !
Post automatically merged:
Hmm he break my website when i put the analtyics id !
Last edited: