To install a module in PrestaShop, follow these steps:
Method 1: Install from ZIP File
- Log in to your PrestaShop Admin Panel.
- Go to Modules → Module Manager.
- Click “Upload a module” at the top right.
- Drag and drop the module ZIP file or select it from your computer.
- Wait for the upload and installation to complete.
- Click Configure if the module requires setup.
Method 2: Install Manually via FTP
- Extract the module ZIP file.
- Upload the module folder to:
/modules/in your PrestaShop installation using FTP/File Manager.
- Go to Modules → Module Manager in the admin panel.
- Search for the module.
- Click Install.
If Installation Fails
- Check that the module is compatible with your PrestaShop version.
- Verify PHP version requirements.
- Clear cache:
- Advanced Parameters → Performance → Clear Cache.
- Ensure the
/modulesdirectory has proper write permissions.
Useful Tip
Before installing any new module on a live store, create a backup of:
- Files
- Database
This allows you to restore the store if a module causes issues.
