You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »



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

        When you select either the CSV or TXT file type under the Information tab, you gain the ability to create or edit the attribute schema for your feed.

    • Enabled: Select "Yes" to enable the data feed.
    • Feed Name: Enter the desired name for the data feed.
    • Feed File Export Name: Specify the export name for the data feed.
    • File Format: The file format will be automatically determined based on the template you have selected.
    • Export Type: The export type will be automatically populated according to the selected template.
    • Store View: Choose the store view for which the data feed will be generated.


  • Fields Delimiter: This delimiter is used to split text into columns within your feed file. The supported delimiters are as follows:
    • Comma (",")
    • Tab ("\t")
    • Colon (":")
    • Space (" ")
    • Vertical Pipe ("|")
    • Semi-colon (";")
  • Fields Enclosure: This option allows you to enclose data within your feed file.


  • Include Header: Set to "Yes" to include a header row (attribute names) in the first line of your feed file.
  • Append Additional Header: Set to "Yes" to include an additional header row above the first attributes row ( header) in the first line of your feed file.


In the Field Mapping Table, you can add or remove rows, reorder them, set the output type, and define the symbols limit. Each row in the mapping table corresponds to a column in the data feed file.

To add a new column, click on "Add Column" to your CSV feed, create a new row and fill in the following parameters:

  • Source Key Name: The name of the header column.
  • Value Type: The following value types are available:
    • Pattern: Allows you to enter a static value or use patterns from the XML template.
    • Attribute: Enables you to select any store attribute from the drop-down list.
    • Parent Product: Allows you to export configurable products. In this case, simple associated products will have an attribute. For configurable or bundle products, it is recommended to use this value type with fields such as "Product URL" and "Grouped ID."











Demo


Click here to visit frontend.

Click here to visit backend admin panel.

FAQs


Click here to visit FAQs.

Support


Click here to raise a support ticket using your MageDelight account.

Additional Services


Click here to get the customized solution for this extension.


Thank you for choosing MageDelight!



  • No labels