Install plugin
Magento v1
Download and Install
- Download and Extract:
Extract the contents of the zip archive into the root directory of your Magento installation. - Clear Cache:
After extracting the files, log in to your Magento admin panel.
Navigate to System > Cache Management.
Select all cache types and click on Flush Magento Cache.
Magento v2
Download and Install
- Download and Extract:
Extract the contents of the zip archive into the root directory of your Magento 2 installation. - Run Installation Commands:
Open your terminal and navigate to the root directory of your Magento 2 installation.
Run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
- Clear Cache:
After running the commands, clear the cache by:
Run the following commands:
php bin/magento cache:clean
php bin/magento cache:flush
Updated 3 months ago