The Risecommerce All Product Reviews page extension enables the store admin to display all product reviews on a single page via a widget. This feature helps showcase customer testimonials efficiently, improving trust and boosting conversions.
For more details about this extension, visit the Risecommerce All Product Reviews page.
If you're looking to enhance your Magento store further, consider hiring a dedicated Magento developer.
For support or inquiries, please visit our contact page.
- Magento 2.3.x
- Magento 2.4.x
- Download the archive file.
- Unzip the files.
- Create the following directory:
[Magento_Root]/app/code/Risecommerce/AllProductReviews
. - Move the unzipped files into the directory
[Magento_Root]/app/code/Risecommerce/AllProductReviews
.
Run the following command:
composer require risecommerce/magento-2-all-product-reviews-extension:1.0.1
#Enable Extension:
- php bin/magento module:enable Risecommerce_AllProductReviews
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
#Disable Extension:
- php bin/magento module:disable Risecommerce_AllProductReviews
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush