ecommerce-platform-magento

Magento platform compatibility

The last version SDK (CDP_Ver_2.0.4) supported Magento 2.3 và 2.4

Open Source (CE): 2.3 (current),2.2 (obsolete)

  • Step 1: Download extension with the above link for each version

  • 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?