Advanced product reviews for Magento 2 — pros & cons, review images, verified purchase badges, owner notifications, and spam protection — one-time $119.
Ayasoftware Advanced Reviews extends Magento's native product review system with richer review metadata, configurable catalog review display, image uploads, owner notifications, spam-protection integration, and GraphQL exposure for advanced review data.
ProductReview and CreateProductReviewInput extensions.ayasoftware/advancedreviews v0.1.0| Dependency | Requirement | Notes |
|---|---|---|
| Magento Open Source / Adobe Commerce | 2.4.x | Magento_Review module enabled |
Magento_ReviewGraphQl | Enabled | Required when using GraphQL review fields |
| Magento media directory | Writable | Required for review image uploads |
Valid credentials are required only when the corresponding spam-protection provider is enabled:
Note: The module extends Magento's native review system (Magento_Review) and installs two additional database tables via declarative schema.
Initial release
advanced_review field on ProductReview and CreateProductReviewInput extensionInstall via Composer after configuring your credentials. See your dashboard for your license key.
# 1. Add the repository to your project (one-time)
composer config repositories.ayasoftware composer https://www.ayasoftware.com/repo
# 2. Add your credentials to auth.json (one-time)
composer config --global http-basic.www.ayasoftware.com your@email.com YOUR_LICENSE_KEY
# 3. Require the extension
composer require ayasoftware/advancedreviews
# 4. Enable and upgrade
bin/magento module:enable $(bin/magento module:status --enabled | tail -n +3)
bin/magento setup:upgrade
bin/magento cache:clean