Product Review
  • Get Started
    • Product Review
    • Requirements
    • Installation and Setup
    • Configuration
  • Reviews
    • Flow
    • Review
    • Available Functions
    • Available Custom Behavior
    • Submitting a review
Powered by GitBook
On this page
  • ​Craft Plugin Store
  • ​Composer
  1. Get Started

Installation and Setup

PreviousRequirementsNextConfiguration

Last updated 11 months ago

You can install Commerce Review via the plugin store, or through Composer.

Craft Plugin Store

To install Commerce Review, navigate to the Plugin Store section of your Craft control panel, search for Commerce Review, and click the Try button.

Composer

You can also add the package to your project using Composer and the command line.

# Go to the project directory
cd /path/to/project

# Tell Composer to load the plugin
composer require aodihis/commerce-review

# Tell Craft to install the plugin
./craft install/commerce-review

​
​