@evershop/product_review

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @evershop/product_review

Weekly Downloads

50

Version

1.1.0

License

GNU GENERAL PUBLIC LICENSE 3.0

Unpacked Size

36.9 kB

Total Files

34

Last publish

Collaborators

  • thenguyen