Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width60%

Table of Contents
maxLevel3


Column
width30%




Section

Installation



Before installing the extension, please make sure to, Backup your web directory and store database
Warning
Panel

You will require to install MageDelight Base Extension first. If it is not installed then please download it from https://www.magedelight.com/extensions/magedelight-base-extension.zip and unzip the package file into the root folder of your Magento 2 installation OR (app/code/Magedelight/).

- Connect to SSH console of your server:
- Navigate to the root folder of your Magento 2 setup
- Run command as per below sequence,

php -f bin/magento setup:upgrade
php -f bin/magento module:enable Magedelight_Base
php -f bin/magento setup:static-content:deploy


  • Unzip the extension package file into the root folder of your Magento 2 installation.
  • Connect to SSH console of your server:
    • Navigatetorootfolderof your Magento 2 setup
    • Run command as per below sequence,

      Panel

      php -f bin/magento setup:upgrade


      Panel

      php -f bin/magento module:enable Magedelight_OrderbySKU


      Panel

      php -f bin/magento setup:static-content:deploy


  • Flush store cache
  • log out from the backend and log in again

...

  • File Instruction for upload: Specify customized instruction message for CSV file upload to display on frontend
  • SKU: Specify SKU to place an order
  • Qty: Specify quantity to place an order
  • Add Row: Click on “Add Row” button to add multiple SKUs
  • Add to Cart: Click on “Add to Cart” button to add all entered product with SKU to cart
  • File Upload
  • Upload: Click on “Upload” button to browse CSV file
  • Reset: Click on “Reset” button to remove uploaded file
  • Check Data: Click on “Check Data” button to validate data of uploaded CSV file
  • Download Sample: Click on “Download Sample” to get sample data format of CSV file
  • Please enter SKU to get product detail,
  • If the SKU is valid then you will get “Product Name” in expandable view, on expand you will able to see product image, Product name, Stock availability, Price and other details
  • If the SKU is not valid then you will get message, Please enter valid SKU
    Section

    Backend Configuration (Admin side)


    Panel

    Image Added


    FieldDescription
    Enable
    : Enable/ Disable Quick order extension.
  • Page Title: Specify customized page title to display on frontend.
  • Enable for Customer Group: Select Customer Group to access quick order feature
  • Enable for Guest Users : Enable / Disable quick order feature for guest user.
  • Panel
    Section

    Frontend Functionality

    • Quick Order functionality for both Logged-in and guest user .
    Panel
    Panel
    Toggle to enable or disable the feature. Select "Yes" to activate the settings.
    Company NameInput field to enter the official name of the company.
    Company DescriptionText area to provide a brief overview or description of the company.
    Additional Information BlockAn optional field to display any extra message or note. Example: “This file is generated to assist LLMs…”
    LLMs.txt File PathPath relative to the pub/ directory where the llms.txt file is stored. This file helps guide LLMs in using your content. Default: llms.
    Access ControlRead-only block that outlines usage terms for the LLMs.txt file. It includes: rate limits, caching, commercial use policy, attribution requirement, etc.


    Panel

    Image Added


    FieldDescription
    Enable CMS PagesChoose “Yes” to allow CMS pages to be included for LLM access.
    Additional CMS Content FieldsSelect extra fields (like Meta Title or Content) you want to include. Title and URL are added by default.
    Exclude CMS PagesChoose pages you don’t want to share, such as 404 or policy pages.
    CMS Sort OrderSet the order in which CMS pages appear in the output (lower number = higher priority).
    Restricted PagesEnter URLs of pages that should be excluded based on paths (e.g., /customer/*). One per line.
    Additional PagesManually add any extra pages not part of CMS using markdown format: - [Title](URL): Content.


    Panel

    Image Added


    FieldDescription
    Enable Product PagesSelect “Yes” to allow product pages to be included for LLM access.
    Additional Product Content FieldsChoose which extra fields to include (e.g., SKU, Meta Title). Name, URL, and Meta Description are always included.
    Exclude Product IDsEnter product IDs that should not be included. Use commas to separate (e.g., 12,48,63).
    Product Sort OrderSet the display order of product data in the output. Lower numbers appear first.


    Panel

    Image Added


    FieldDescription
    Enable Category PagesSelect “Yes” to include category pages for LLM access.
    Additional Category Content FieldsChoose extra details to include, like “Description” or “Meta Title”. Name, URL, and Meta Description are included by default.
    Exclude Category IDsEnter the IDs of category pages you don’t want to share. Use commas to separate them (e.g., 4,9,17).
    Category Sort OrderSet the order for how category data should appear. Lower numbers come first.


    Panel

    Image Added


    FieldDescription
    LLM File Structure StyleChoose how the file content is formatted:
    Markdown Style – Easy-to-read text format
    Key Value Format – Machine-readable format like key: value pairs.
    Generation FrequencySelect how often the file should be generated:
    Daily, Weekly, Monthly
    Custom Cron – Set a specific time using the fields below
    Scheduled Start TimeIf using “Custom Cron”, set the exact time for file generation (format: HH:MM: SS)
    Last Generated AtShows the date and time the file was last automatically generated
    Download LLMs.txt FileClick to download the most recently generated file manually
    Generate NowInstantly create the file with current settings



    Section

    Frontend Functionality


    • Key-Value Format

    Panel

    Image Added

    • This file uses a clean, structured format where each piece of product information is labelled as a key (like Name, URL, SKU) followed by its value. It is easy for both humans and machines to read and parse, making it ideal for technical integration or automation.


    • Markdown Style

    Panel

    Image Added

    • This format uses readable markdown syntax with headers (##) and links. Each product is shown with a clickable title, its URL, and SKU. It’s ideal for human-friendly presentation and easy sharing or documentation.


    Section

    Demo


    Click here to visit the frontend.

    Click here to visit the backend admin panel.


    Section

    FAQs


    Click here to visit FAQs.

    ...