https://github.com/mitaldeveloper/magneto2-survey-checkout
Magento 2 - customer survey or review on checkout
https://github.com/mitaldeveloper/magneto2-survey-checkout
checkout customer magento2 review survey
Last synced: 5 months ago
JSON representation
Magento 2 - customer survey or review on checkout
- Host: GitHub
- URL: https://github.com/mitaldeveloper/magneto2-survey-checkout
- Owner: mitaldeveloper
- Created: 2021-04-02T13:54:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T12:16:46.000Z (over 3 years ago)
- Last Synced: 2025-07-19T00:25:09.285Z (11 months ago)
- Topics: checkout, customer, magento2, review, survey
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customer Survey or Review on Checkout for Magento 2
The module for take a survey from the customer for from where they come on your site or heared of your site. Added extra "other" option where they can write their reference.

Configuration
"Disable/Enable and configure Customer Survey or Review module"
**Configuration**
Enable and configure the Survey module in Magento® Admin under *Stores* >
*Configuration* > *Mital-Survey* > *Survey*.
**Installation**
1. Go to Magento 2 root directory
2. Install module:
```
- Download [the latest version here](https://github.com/mitaldeveloper/magneto2-survey-review/archive/main.zip)
- Extract `master.zip` file to `app/code/Mital/Survey` ; You should create a folder path `app/code//Mital/Survey` if not exist.
- Go to Magento root folder and run upgrade command line to install `Mital_Survey`:
```
3. Enter following commands to enable module:
```
php bin/magento module:enable Mital_Survey
php bin/magento setup:upgrade
php bin/magento cache:clean
```