PrestaShop official payment module in partnership with PayPal.
In order to contact the team, please use the link available in the back-office once logged to your PrestaShop account.
If you want to get a zip ready to install on your shop. You can directly download it by clicking here.
There are 4 main branches on the repository:
prestashop/mainis the branch for PrestaShop Checkout v5 for PrestaShop v1.7, v8 and v9prestashop/9.xis the branch for PrestaShop Checkout v4 for PrestaShop v9.xprestashop/8.xis the branch for PrestaShop Checkout v4 for PrestaShop v8.xprestashop/1.7.xis the branch for PrestaShop Checkout v4 for PrestaShop v1.7.xprestashop/1.6.1.xis the branch for PrestaShop Checkout for PrestaShop v1.6.1.x (deprecated)
Contributors must follow the following rules:
- Use the
mainbranch - Do not update the module's version number.
- Follow the coding standards.
- Clone repository to local environment
- Copy .env.dist -> .env
- Configure .env file to your environment settings. Change
INSTALL_XDEBUG=1if you want to install Xdebug - Copy MODULE_VERSION/.env.dist -> MODULE_VERSION/.env
- Run Makefile command in terminal
make build module_version=ps8 - Run Makefile command in terminal
make run module_version=ps8 - Website is accessible at
http://localhost:8991 http://localhost:8991/admin1- admin panel
Use default PrestaShop credentials to login:
[email protected]prestashop_demo
PrestaShop modules are open source extensions to the PrestaShop e-commerce solution. Everyone is welcome and even encouraged to contribute with their own improvements.
Contributors wishing to edit a module's files should follow the following process:
- Fork this project to your GitHub account.
- Clone your fork to your local machine in the
/modulesdirectory of your PrestaShop installation. - Create a branch in your local clone of the module for your changes.
- Change the files in your branch. Be sure to follow the coding standards
- Push your changed branch to your fork in your GitHub account.
- Create a pull request for your changes on the target branch of the module's project. Be sure to follow the contribution guidelines in your pull request. If you need help to make a pull request, read the GitHub help page about creating pull requests.
- Wait for one of the maintainers either to review the code
This module is released under the Academic Free License 3.0