Installation instructions
OpenCart Payment Widget:
Download Open Step-by-step instructions for installing the payment widget:
In the "OpenCart" admin in the "Extensions" -> "Installer" section, you need to download the archive specified above
In the "Extensions" -> "Extensions' section, you need to activate and configure the module
Requirements for the server where to install the payment module
The payment module is developed only for the OpenCart 4.X version. That is, the version must be 4.0.0 or higher (I personally developed and tested on version 4.1.0.0)
Php version 8.0 or higher
For decryption and communication with the EC, the payment module uses the following library - GitHub - kelvinmo/simplejwt: A simple JSON web token library written in PHP. , which is built into the module itself
The PHP extension must be enabled on the server - gmp [for simplejwt library to work]
The server must have the php extension - hash [for simplejwt library to work]
The server must have the php extension - openssl [for simplejwt library to work]
The server must have the php extension - sodium [for simplejwt library to work]
GuzzleHttp requires a module. In Opencart 4.1.0 it seems to come out of the box but you need to test it on different versions
Last updated