Installation
Before installing the extension, please make sure to Backup your web directory and store database
You will require to install MageDelight Base Extension first. If it is not installed then please download it from https://www.magedelight.com/pub/extensions/magedelight-base.zip and unzip the package file into the root folder of your Magento 2 installation.
Root Directory is - "app/code/magedelight/#YourExtensionName#"
- Unzip the extension package file into the root folder of your Magento 2 installation.
- Connect to SSH console of your server:
- Navigate to the root folder of your Magento 2 setup
Run command as per below sequence,
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
- log out from the backend and log in again
If you are using Magento 2.3 or later then you do not need to activate license. Extension will be activated with silent activation mechanism and does not require activation keys to be entered manually.
Backend Configuration (Admin side)
- Enable: Enable/ Disable Quick order extension.
- File Instruction for upload: Specify customized instruction message for CSV file upload to display on frontend
Backend Functionality
Templates
- Manage all the templates you create through the "Manage Templates" grid. Navigate to Magedelight → Product Feeds → Manage Templates to view existing templates and add new ones. To create a new template, click on 'Add Template', where you can assign the appropriate file type.
- Template Name: Enter a name for the new template to identify it within the system.
- File Type: Select the desired feed output format for the template. There are three available file types:
- CSV - A comma-separated values format where each item is listed on a new line. The file extension is .csv.
- TXT - Similar to a CSV file but with a .txt extension.
- XML - A format that uses tags to structure the content. Information about the items is enclosed within these tags, which are represented by angle brackets. The file extension is .xml.
- Export Type: Select the appropriate export type for the template from the drop-down menu. This determines the method in which the data will be exported.
Feeds
Manage all the feeds you create through the "Manage Feeds" grid. To view existing feeds and add new ones, navigate to Magedelight → Product Feeds → Manage Feeds. To create a new feed, click 'Add Feed', where you can select the appropriate template and provide the necessary information.
- To create a feed, select one of the existing templates from the drop-down menu. If you wish to create an empty feed, choose the Empty Template option and then click the Load Template button to proceed.
Additionally, if you selected the Empty Template, you will need to fill in the following fields:
* **File Type** - there are three file types available for the data feed.
* [**CSV**](/feed/csv)
* [**TXT**](/feed/csv)
* [**XML**](/feed/xml)
CSV and TXT Configuration Feeds
Thank you for choosing MageDelight!