8000 Magento-2-All-Product-Reviews/README.md at main · risecommerce/Magento-2-All-Product-Reviews · GitHub
Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.74 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.74 KB

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

  1. Download the archive file.
  2. Unzip the files.
  3. Create the following directory: [Magento_Root]/app/code/Risecommerce/AllProductReviews.
  4. 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
0