@evershop/product_review
v2.1.0
Published
An Evershop extension for product review
Readme
Product review extension for EverShop
This extension allows customer to review and rate products.
Core compatibility
Note: This v.2.1.0 requires EverShop version 2.1.0 or higher.
Installation guide
Step 1: Install the extension using npm:
npm install @evershop/product_review
Step 2: Enable the extension
Edit the config/default.json file in the root directory of your EverShop installation and add the following line to the extensions section:
{
...,
"system": {
...,
"extensions": [
...,
{
"name": "product_review",
"resolve": "node_modules/@evershop/product_review",
"enabled": true,
"priority": 10
}
]
}
}Step 3: Run the build command
npm run build