- Overview
- Cdiscount Integration for Magento Extension Installation
- Cdiscount Configuration Settings
- Fetch New Category
- Manage Cdiscount Profiles
- Cdiscount Product Listing
- Manage Cdiscount Orders
- Cdiscount Feeds
- Cdiscount Cron Details
- View Cdiscount Category List
- View Cdiscount Category Attributes Details
- Cdiscount Help And Support
2.Cdiscount Integration for Magento Extension Installation ↑ Back to Top
To install the extension
- Log in the ftp, and then go to Magento 2 root folder (generally present under the public_html folder).
- Create a new folder named code under the app folder; under code folder, create a folder named Ced.
- Upload or Drag and Drop app/code/Ced/Cdiscount directory.
- After successfully uploading the directory, the extension will be installed/upgraded.
- Now run the following upgrade command in cmd
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- After successfully uploading the directory, the extension will be installed/upgraded.
- To map SDK in composer.json under “files” run the following command-
vendor/cdiscount/sdk/autoload.php
×