To capture as much detail as possible when an error occurs, enable debugging in PrestaShop.
Enable debugging in PrestaShop
- In your PrestaShop files, open Config > defines.inc.php in a text editor (such as Notepad).
- Change the line:
define('_PS_MODE_DEV_', false);
to:define('_PS_MODE_DEV_', true);
- Save and close the file.
When debugging is enabled, your integration will capture additional debugging data. Should errors occur, this data can assist DropStream support in resolving the issue.
If you have any questions, contact us at support@getdropstream.com.
Back to: Integration Overview
Comments
Please sign in to leave a comment.