prestashop/ps_checkout

PrestaShop module

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 34

Watchers: 19

Forks: 44

Type:prestashop-module

V9.4.3.3 2025-05-21 07:10 UTC

This package is auto-updated.

Last update: 2025-09-02 10:57:29 UTC


README

GitHub release (latest SemVer) GitHub license

About

PrestaShop official payment module in partnership with PayPal.

Reporting issues

In order to contact the team, please use the link available in the back-office once logged to your PrestaShop account.

Direct download

If you want to get a zip ready to install on your shop. You can directly download it by clicking here.

Branches

There are 4 main branches on the repository:

  • prestashop/main is the branch for PrestaShop Checkout v5 for PrestaShop v1.7, v8 and v9
  • prestashop/9.x is the branch for PrestaShop Checkout v4 for PrestaShop v9.x
  • prestashop/8.x is the branch for PrestaShop Checkout v4 for PrestaShop v8.x
  • prestashop/1.7.x is the branch for PrestaShop Checkout v4 for PrestaShop v1.7.x
  • prestashop/1.6.1.x is the branch for PrestaShop Checkout for PrestaShop v1.6.1.x (deprecated)

Contributors must follow the following rules:

Build

  1. Clone repository to local environment
  2. Copy .env.dist -> .env
  3. Configure .env file to your environment settings. Change INSTALL_XDEBUG=1 if you want to install Xdebug
  4. Copy MODULE_VERSION/.env.dist -> MODULE_VERSION/.env
  5. Run Makefile command in terminal make build module_version=ps8
  6. Run Makefile command in terminal make run module_version=ps8
  7. Website is accessible at http://localhost:8991
  8. http://localhost:8991/admin1 - admin panel

Use default PrestaShop credentials to login:

  • demo@prestashop.com
  • prestashop_demo

Contributing

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:

  1. Fork this project to your GitHub account.
  2. Clone your fork to your local machine in the /modules directory of your PrestaShop installation.
  3. Create a branch in your local clone of the module for your changes.
  4. Change the files in your branch. Be sure to follow the coding standards
  5. Push your changed branch to your fork in your GitHub account.
  6. 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.
  7. Wait for one of the maintainers either to review the code

License

This module is released under the Academic Free License 3.0