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: From the drop-down menu, select the appropriate export type for the template. This determines the method in which the data will be exported.
Thank you for choosing MageDelight!