The Prestashop transparentedge module allows you to invalidate TrasparentEdge CDN cache internally when updating categories, products and clear PrestaShop cache.
- Create local packages folder (you need to be in Prestashop root folder):
mkdir -p ./modules/transparentedge
- Clone repository to created folder
git clone [email protected]:TransparentEdge/prestashop_plugin ./modules/transparentedge
- Install Prestashop module
php bin/console prestashop:module install transparentedge
- Run composer dumpautoload in module root folder
composer dumpautoload -d ./modules/transparentedge
- Flush Prestashop cache
php bin/console cache:clear
Also, you can install it manually by downloading the latest release on https://github.com/TransparentEdge/prestashop_plugin/releases and uploading it through the Module manager page of your Backoffice.
This module requires PrestaShop 8 or higher, and it won't install on lower versions like PrestaShop 1.7 or 1.6.
You can report issues in the module's repository. [Click here to report an issue][report-issue].