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)
| Field | Description |
|---|---|
| Enable AI Sentiment Analysis | Select "Yes" to activate the AI Sentiment Analysis extension and start analyzing customer reviews automatically. |
| AI Service Provider | Choose your preferred AI provider for sentiment analysis. You can select either Google Gemini or OpenAI GPT based on your integration. |
| Google Gemini API Key | Enter your Google Gemini API key here to enable secure communication between your store and Gemini services. |
| Gemini Model | Select the specific Gemini model to use. We recommend Gemini 1.5 Flash for fast and cost-effective sentiment processing. |
| AI Prompt Template | Customize the instruction sent to the AI. You can include placeholders like {review_title}, {review_text}, {rating_value} to guide the AI. |
| Summary Word Limit | Set the maximum word count for the AI-generated summary. You can enter any number between 50 to 500 words. Default is 100. |
| Process Reviews Older Than (Days) | Define how old the reviews must be to be processed. For example, entering 30 will only analyze reviews older than 30 days. Leave blank to include all. |
| Batch Size for Processing | Select how many reviews you want the system to process in each batch. You can choose from 20, 30, 40, 100, 500, or 1000 reviews per batch. |
| Processing Frequency | Choose how often the sentiment analysis should run. Available options are: Every Hour, Daily, Weekly, Monthly, or Custom Time. |
| Custom Cron Time | If you selected Custom Time above, use this field to set the exact time (HH:MM: SS in 24-hour format) for the AI processing to run. |
Calendar view
| Field | Description |
|---|---|
| Enable Debug Logging | Set to Yes to enable detailed logs for troubleshooting and debugging purposes. |
| Field | Description |
|---|---|
| Minimum Review Count for Analysis | Set the minimum number of customer reviews required before sentiment analysis runs. For example, entering 3 means the analysis will only begin after 3 reviews. |
| Include Review Title in Analysis | Select Yes to include review titles in the sentiment analysis process for richer insights. |
| Enable Storefront Display | Choose Yes to show AI sentiment analysis results directly on product pages in the storefront. |
| AI Sentiment Analysis Title | Enter a custom title for the AI sentiment section (e.g., “AI Analysis”). This will be visible to customers on the product page. |
| AI Summary Title | Set the heading for the AI-generated summary of reviews (e.g., “AI Summary”). |
| Sentiment Distribution Title | Enter a title for the sentiment graph or chart (e.g., “Sentiment Distribution”). This helps explain what the chart represents. |
| Powered By Text | Add an optional footer or tag like “Powered by AI” to credit the technology behind the sentiment analysis. |
Backend Functionality
AI Sentiment Analysis Dashboard
| Field | Description |
|---|---|
| Overall Sentiment Health | Quickly view the overall sentiment status of your products. A higher percentage means your products are receiving positive feedback. |
| Products Analyzed | See how many products have been successfully analyzed. This gives you an idea of your current AI coverage. |
| Positive Products | Check how many products received mostly positive sentiment. Aim to increase this number for better customer perception. |
| Neutral Products | Monitor products with mixed or neutral sentiment. These may benefit from improvements or more customer engagement. |
| Negative Products | Identify products with negative sentiment so you can take corrective action, such as updating content or addressing issues. |
| Average Rating | Review the average customer rating across all analyzed products. Use this to measure overall satisfaction and spot trends. |
| View All Analysis | Click here to dive into detailed sentiment data. You can explore summaries, pros and cons, and sentiment distribution per product. |
| Configuration | Access and update your AI settings. Customize how sentiment is analyzed and displayed across your store. |
Top Positive Products Report
| Field | Description |
|---|---|
| ID | Use this unique ID to quickly reference each product listed in the report. |
| SKU | Identify the product by its SKU so you can easily locate or manage it within your catalog. |
| Average Rating | View the average customer rating for each product. Use this to recognize well-received products. |
| Positive Reviews | See how many reviews are considered positive by AI. Focus on these products to promote what customers love. |
| Total Reviews | Understand how many total reviews the product has. Use this to measure engagement and review quality balance. |
Frontend Functionality
Time slot option for customer to schedule delivery date, customer can view all available time slot for enable days, refer below image,
Customer will also have option to add comment for delivery schedule, if have any specific comment and have option to mark call me before delivery.
Based on the time selected slot customer can be charge for schedule delivery. Delivery charges will added to order summary with separate line item,
Gift wrapper at My Order Section:
The customer will be able to see the schedule delivery details, on order summary page.
Edit delivery date from frontend after order placement
Customers can change the delivery date after the order has been placed. Go to customer My Account > My orders > View Order.
At the end, find the option to edit the delivery date.
Admin will be notified for the change in delivery date.
As per standard Magento functionality once the order generated, order amount / delivery charges cannot be changed/modified from admin panel.
Thank you for choosing MageDelight!





