-
Notifications
You must be signed in to change notification settings - Fork 16
Upgrade the Plugin
Aziya edited this page Dec 2, 2021
·
2 revisions
To stay up to date on the released fixes and features, subscribe to our releases on GitHub. We recommend that you upgrade when we have a major release, such as 3.0.0. The integration effort involved in upgrading depends on whether you have made any customizations to the plugin.
- In your command-line tool, go to the Prestashop project root directory.
- Run the following command:
bin/console prestashop:module upgrade adyenofficial
- Extract any custom code you have added to the plugin.
- In your command-line tool, go to the Prestashop project root directory.
- Run the following command:
bin/console prestashop:module upgrade adyenofficial
- Check if the custom code is compatible with the new version and apply any changes if needed.
-
Installation and setup
- Step 1: Install the plugin
- Step 2: Generate an API key
- Step 3: Generate a client key
- Step 4: Set up notifications
- Step 5: Set up Capture Delay
- Step 6: Set up the plugin in PrestaShop back office
- Step 7: Set up payment methods
- Step 8: Set up a cron job
- Step 9 (optional): Validating the plugin
- Step 10: Make test payments
- Updating from a version earlier than 2.1.0
- Reinstalling the plugin
- Logs
- Go-live checklist
- Upgrade the Plugin
- Troubleshooting