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