Advanced Reviews settings
The settings of Advanced Reviews are located at Stores ▸ Configuration ▸ Mirasvit Extensions ▸ Advanced Reviews and are grouped into the following sections:
- General Settings - basic configuration of the extension;
- Media Settings - attachments and gallery settings;
- AI-Powered Features - settings for AI-powered features;
- Admin Notifications - settings for admin natifications about new reviews;
- Review Reminder Settings - settings for review reminder emails;
General Settings
- Enable Advanced Reviews - enable/disable reviews.
- Allow Guest Reviews - enable/disable the ability to leave reviews for guests.
- Select Date Format - choose how dates are displayed in reviews.
- Default Review Sorting - default sort order for reviews.
- Show Pros and Cons - enable/disable additional review fields - pros and cons.
- Display Reviewer Location - enable/disable location label from where the review was placed.
- Show "Verified Buyer" Badge - enable/disable "Verified Buyer" label for reviews placed after the product was ordered.
- Display Purchased Product Details - displays additional information of purchased product. This option only affects reviews for configurable products placed by verified buyers.
- Verified Buyer Order Statuses - Select for which order statuses the customer should be considered as a "Verified Buyer". By default only the "complete" status is used. After changing this setting reindex reviews with the command
bin/magento mirasvit:review:reindex --verify --force
Media Settings
- Allow Photo Attachments - enable/disable the ability to attach photos to reviews.
- Show Photo Gallery - enable/disable the media gallery for attached photos.
- Maximum Photos per Review - Max number of images to upload per review. The limit should be between 1 and 20 photos. If empty, the default limit will be used (5 photos).
AI-Powered Features
- OpenAI API Key - generate an OpenAI API key. You'll need to create an account if you don't have one.
- Enable Review Aggregation - If enabled the extension will generate a summarized review for each products. The summarized review will be generated based on the last 10 customer reviews. The summarized review won't be generated for products with less than 5 reviews.
- Show AI-Generated Info Hint In Summary - If enabled the extension will add info icon and popup with info that the summary was generated by AI.
- Enable AI Autowrite - Enable/disable the ability to generate the content for a product review using Open AI (ChatGPT) when creating a new review from the admin panel.
Admin Notifications
- Enable Admin Notifications - enable/disable admin notifications about new pending reviews. If enabled, the extension will create admin notifications when new pending reviews are submited.
- Enable Email Alerts for New Reviews - enable notifiyng admin about new pending reviews by email.
- Email Recipients - comma-separated list of emails to which notifications should be sent.
Review Reminder Settings
- Enable Review Reminders - enable/disable emails for customers with the request to left the review for recently purchased products.
- Delay sending reminders, days - the number of days the extension should wait before sending emails with review requests. Valid values between 0 and 365.
- Delay sending reminders, hours - the number of days the extension should wait before sending emails with review requests. Valid values between 0 and 23.
Note
If both Delay sending reminders, days and Delay sending reminders, hours are 0 the reminder will be send immediately after the order will obtain one of the statuses selected in the config Send Reminder for Orders with Status - Choose Email Template - Select the template, that will be used in emails. The default template can be customized in Marketing -> Communications -> Email Templates.
The default templates contains a PHTML template for the list of products -
Mirasvit_Review::email/order_items.phtml
. To customize this part of the reminder email rewrite this template in your theme. - Send Reminder for Orders with Status - when the order obtained one of selected statuses the extension will schedule the review reminder email. The extension creates only one email per order.
- Cancel Reminders for Orders with Status - if at the moment when a reminder email should be sent the order status will match one of the statuses selected in this setting, the email will be canceled.
- Sender Email - select the email address from which email reminders will be sent.
- Do Not Send Reminders For Customer Groups - select customer groups for which review reminders souldn't be sent. The extension validates actual customer group of the customer before sending the reminder.
- Reminde email logs lifetime, days - number of days after which email logs will be deleted. Leave empty to disable this feature