Ecommerce Platform: Magento
Magento version: 2.3.x
Step 1: Download extension files
Step 2: Copy the extension files to below paths of your magento 2 instance. If 'app/code/CDP' folder is missing, please create it manually: app/code/CDP
Step 3:. Access the root of your magento 2 project from command line and run the following commands:
php bin/magento module:enable CDP_Backend --clear-static-content ;
php bin/magento module:enable CDP_Insight --clear-static-content ;
php bin/magento setup:upgrade ;
php bin/magento cache:flush ;
php bin/magento setup:di:compile ;
php bin/magento setup:static-content:deploy -f vi_VN en_US -j5
Step 4: Flush any cache that you might still have enabled on your server or in Magento.
Step 5: Woohoo, the extension is installed!

Last updated
Was this helpful?