Installation instructions

PrestaShop Payment Widget:

1

Download the plugin archive and install it

Open "Modules" β†’ "Module Manager"

Click "Download module" and select the archive

2

Module activation

Select the "Payment" category

A module named "AlliancePay v1.0.0 – Alliance Dgtl" should appear.

You need to select the module and click "Enable"

Requirements for the server where to install the payment module

  1. PHP version 7.4 or higher

  2. For decryption and communication with Ecom, the payment module uses the following library - GitHub - kelvinmo/simplejwt: A simple JSON web token library written in PHParrow-up-right. , which is built into the module itself

  3. The PHP extension - gmp must be enabled on the server [for the simplejwt library to work]

  4. The PHP extension - hash must be enabled on the server [for the simplejwt library to work]

  5. The PHP extension - openssl must be enabled on the server [for the simplejwt library to work]

  6. The PHP extension - sodium must be enabled on the server [for the simplejwt library to work]

Last updated