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
            PrestaShop
 Language Pack Installation ErrorYou 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 in thehtdocs/directory on your system.PrestaShoproot/Classes
 - Locate and select this string in theTools.phpfile: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. 
- OpenPrestaShopBack 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. 
- OpenPrestaShopBack Office and from the Dashboard, selectConfigure > Advanced Parameters. The Advanced Parameters page appears.
 - From the Advanced Parameters page, clickPerformance.
 - ClickClear Cache.