Magento 2 Product Reviews

Installation and User Guide for Magento 2 Product Reviews

Table of Contents

  1. Installation

    • Installation via app/code

    • Installation via Composer

  2. Adding Review Slider

    • Category Page

    • CMS Pages

  3. Front-End View

    • Email Field in Review Form

    • Reviews on CMS Pages

    • Reviews on Category Pages

Installation

  • Installation via app/code: Upload the content of the module to your root folder. This will not overwrite the existing Magento folder or files, only the new contents will be added. After the successful upload of the package, run below commands on Magento 2 root directory.

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
  • Installation via Composer: Please follow the guide provided in the below link to complete the installation via composer.

pageInstallation Via Composer

Configuration Settings for Substitute Products

Go to Admin > Stores > Configuration > Scommerce Configuration >Substitute Products

General Settings

  • Enabled - Select “Yes” or “No” to enable or disable the module.

  • License Key –Please add the license for the extension which is provided in the order confirmation email. Please note license keys are site URL specific. If you require license keys for dev/staging sites then please email us at core@scommerce-mage.com.

  • Email Field Enabled -Set "Yes" to enable the email field in the product review form and set "No" to disable the email field.

Creating New Review Sliders

  • Go to 'Marketing'->'Product Review Slider'

  • Click on 'Add New Slider'

  • In 'slider information' fill the title then go to 'product reviews'. and you will be able to see approved reviews.

  • Select as many reviews as you want and click on 'Save Slider' or 'Save and Continue Edit'

  • You can add this review slider to any category page, CMS page and CMS block

Adding Review Sliders

Category Page

To see reviews under category page.

  • Go to Catalog-> Categories. Select any category.

  • Under ‘Content’ group, go to ‘Product Reviews Slider’ and add one of the Review Slider you have created.

  • Save and clear the caches.

CMS Pages

To see reviews under CMS page(e.g.->home page)

  • Go to Content->Pages. Select any one of the pages.

  • Select the HTML code and click on edit.

  • Click on Insert Widget. Select the Widget type and widget option.

  • Save and clear the caches.

Note:- Similary you add product reviews slider in Blocks using widgets.

Front-End View

Email Feild in Review Form

Once Email field is enabled from the configuration this field is visible in the Product review form:-

Reviews on CMS Pages

We had assigned product reviews slider to the What's New Page the review slider can be seen on the product page.

Reviews on Category Pages

Go to the frontend to that category and reviews will be seen at the bottom of the page.

If you have a question related to this extension please check out our FAQ Section first. If you can't find the answer you are looking for then please contact support@scommerce-mage.com.

Last updated