Download the PHP package risecommerce/magento-2-all-product-reviews-extension without Composer
On this page you can find all versions of the php package risecommerce/magento-2-all-product-reviews-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download risecommerce/magento-2-all-product-reviews-extension
More information about risecommerce/magento-2-all-product-reviews-extension
Files in risecommerce/magento-2-all-product-reviews-extension
Package magento-2-all-product-reviews-extension
Short Description Risecommerce All Product Reviews Extension for Magento 2
License OSL-3.0 AFL-3.0
Informations about the package magento-2-all-product-reviews-extension
Risecommerce All Product Reviews Extension
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.
Supported Versions
- Magento 2.3.x
- Magento 2.4.x
Installation Instructions
Method I: Manual Installation
- 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
.
Method II: Installation Using Composer
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