项目作者: mitaldeveloper

项目描述 :
Magento 2 - customer survey or review on checkout
高级语言: PHP
项目地址: git://github.com/mitaldeveloper/magneto2-survey-checkout.git
创建时间: 2021-04-02T13:54:14Z
项目社区:https://github.com/mitaldeveloper/magneto2-survey-checkout

开源协议:

下载


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.

Demo Customer Survey or Review module

Configuration

Disable/Enable and configure Customer Survey or Review module“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
  • 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:
  1. 3. Enter following commands to enable module:

php bin/magento module:enable Mital_Survey
php bin/magento setup:upgrade
php bin/magento cache:clean
```