TrogloGeek / prestashop-tggatos-module

TggAtos Module for Prestashop (1.4 to 1.7), ATOS SIPS 6xx payment gateway
61 stars 34 forks source link

Prestashop 1.7.6.4 installation not possible #105

Closed febrez closed 4 years ago

febrez commented 4 years ago

Hello, I tried to install the module without success (ftp upload, even from admin)

Module versions that I tried to install : 4.1.3 / 5.0.0-b2

TrogloGeek commented 4 years ago

Hi, did you rename the folder to "tggatos" ? Main module file should be found at prestashop/modules/tggatos/tggatos.php. By the way there is a 5.1.0 branch available.

febrez commented 4 years ago

Module 5.1.0 is working :)

I've replaced the line 224 in tggatos.php according to my prestashop version :

$this->ps_versions_compliancy['max'] = '1.7.6.4';

Thank you