This extension allows customer to review and rate products.
Note: This extension requires customer01annapooranisarees version 1.0.0-rc.6 or higher.
npm install @customer01annapooranisarees/product_review
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
}
]
}
}
npm run build