1.0.1 • Published 4 months ago

@evershop/product_review v1.0.1

Weekly downloads
-
License
GNU GENERAL PUBLI...
Repository
-
Last release
4 months ago

Product review extension for EverShop

This extension allows customer to review and rate products.

Note: This extension requires EverShop version 1.0.0-rc.6 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
1.0.1

4 months ago

1.0.0

9 months ago