On This Page 
    Troubleshooting
    This section might help you resolve specific issues that can occur during the
            installation and upgrade processes for the plugin.
Issue: PrestaShop Language Pack Installation Error
            You get a 
1: Cannot download language pack "en"
 error message when
                installing the Plugin. To resolve this issue, complete these steps: 
- Locate and open theTools.php file, which resides inhtdocs/PrestaShop root/Classesdirectory on your system.
 - Search for and select this string in the Tools.php file:curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
 - Replace the selected string with this string:curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
 - Save the file and reload your browser page.
 
Issue: Debug Mode is Enabled in Production
            When debug mode is enabled in the production instance, you need to disable it. 
- Open PrestaShop Back Office and from the Dashboard, selectConfigure > Advanced Parameters. The Advanced Parameters page appears.
 - SelectPerformancefrom the Advanced Parameters page.
 - Set Debug mode toNo.
 
Issue: User Interface Appears Incorrectly After a Plugin Upgrade
            After upgrading the Plugin, if the user interface looks incorrect, you need to clear
                the cache. 
- Open PrestaShop Back Office and from the Dashboard, selectConfigure > Advanced Parameters. The Advanced Parameters page appears.
 - From the Advanced Parameters page, clickPerformance.
 - ClickClear Cache.