Installation - epaiement-up2pay/prestashop GitHub Wiki
Install/activate on your web server:
- Web Server (Apache suggested)
- PHP 5.6+
- Database (MySQL suggested)
- PrestaShop
Install the following PHP libraries/modules:
- simplexml
- cURL
- ZIP
- zlib
- GD Library
- mcrypt
- mbstrings
- XML
- Intl
- FileInfo
- DOM
-
To download the module, go to Releases and download the latest
creditagricolepaymentgateway.zip
file. -
In your PrestaShop admin interface, go to Modules/Module Manager.
-
Click Upload a Module. Select the
creditagricolepaymentgateway.zip
file you have downloaded and click Install:
-
The installation process is completed. Click Configure to configure the module separately for each payment method:
If the installation fails due to a server timeout, you need to change a setting in your php.ini file. Open php.ini and increase the
max_execution_time
value (default: 30 sec).