# Installation instructions

**PrestaShop** Payment Widget:

{% file src="/files/xAEfZZt1Xw7GqO2VsBLv" %}

{% stepper %}
{% step %}

### Download the plugin archive and install it

Open "Modules" → "Module Manager"

<figure><img src="/files/33J0IM1NKfgqjwFJO0jZ" alt=""><figcaption></figcaption></figure>

Click "Download module" and select the archive

<figure><img src="/files/d6UvPvBT3qMKRT8O8oBu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Module activation

Select the "Payment" category

<figure><img src="/files/9FQx7pcAIuIcNQb861xG" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/dHVNhsxYoUa4hhQ05r9v" alt=""><figcaption></figcaption></figure>

You need to select the module and click "Enable"

<figure><img src="/files/lOeOcN8t3Rr1GP1jfqoU" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### 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 PHP](https://github.com/kelvinmo/simplejwt). , 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]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.merchant.alb.ua/en/payment-widgets-for-cms/prestashop/installation-instructions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
