PrestaShop: Troubleshooting
Learn troubleshooting techniques you can use before contacting support.
Troubleshoot common issues
Follow the steps in Troubleshoot common issuesarticle to ensure proper connection between Mollie and your PrestaShop instance and then the steps below for PrestaShop-specific settings.
Troubleshooting checklist
Enable debugging and get the log files
PrestaShop keeps a log of all Mollie-related activity that takes place. You can use the log to investigate the root cause of a problem.
- Log in to PrestaShop.
- In the left navigation menu, select Mollie > Settings.
- Select the Advanced settings tab.
- Scroll down to Debug level.
- Switch on the Display errors toggle.
- Select Save.
Get the log files
To get the PrestaShop log file(s), follow these steps:
- Log in to PrestaShop.
- Go to Advanced parameters > Logs.
Diagnose issues
Check the release notes
Refer to Mollie for PrestaShop releases to check whether the issue was fixed in a newer version of Mollie for PrestaShop.
Important
Before updating Mollie for PrestaShop, review Mollie for PrestaShop releases to ensure compatibility with your version of PrestaShop or third-party modules.
Solve common problems
Enable Apple Pay in a one-page checkout
If you use a custom one-page checkout module together with Mollie for PrestaShop, Apple Pay might not work on the checkout page.
To work around this problem, follow these steps:
- In your PrestaShop instance, go to
PrestaShop/modules/Mollie/mollie.php
. - In the
mollie.php
file, add a custominstanceOf
check for your module to thehookActionFrontControllerSetMedia
function.
Reactivate the module
In some cases, it helps to deactivate and reactivate the module. This resets the module without losing your configuration settings.
- Log in to PrestaShop.
- Select Modules > Module Manager in the left navigation menu.
- Use the search bar or scroll down to Payment to locate PrestaShop.
- Select the arrow next to Configure.
- Select Reset from the drop-down menu.
Reinstall the module
In some cases, the best option is to uninstall and reinstall the module.
- Log in to PrestaShop.
- Select Modules > Module Manager in the left navigation menu.
- Use the search bar or scroll down to Payment to locate PrestaShop.
- Select the arrow next to Configure.
- Select UninstalS from the drop-down menu.
- Install the module.
Clear the cache
Mollie for PrestaShop stores data exchanged between Mollie and PrestaShop in a cache. Problems related to information loading can occur when the cache gets too full.
- Log in to PrestaShop.
- In the left navigation menu, select Advanced parameters > Performance.
- Select Clear cache.
Updated 5 months ago