Mangeto 2 Module for Advanced and automated feedback remainder.
Download the extension as a ZIP file from this repository and extract in magento Root directory., (*1)
Run below command, (*2)
php bin/magento setup:upgrade php bin/magento setup:di:compile
Install with composer, (*3)
composer require krishaweb/feedback php bin/magento setup:upgrade php bin/magento setup:di:compile
Please make sure the magento default cron has set in store. Follow below step to set cron, (*4)
*/1 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento cron:run */1 * * * * php -c <ini-file-path> <your Magento install dir>/update/cron.php */1 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento setup:cron:run
Follow below link for more info about cron., (*5)
https://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html, (*6)
PHP >= 5.6 Magento >= 2.1, (*7)
After installation has completed go to Stores > Settings > Configuration > Feedback > General Configuration, (*8)
Feedback is a magento 2 extension that enables the merchant to send remainder mail for feedback to customer., (*9)
The mail will be sent automatically after X days of order complete., (*10)
The days can be configured from admin., (*11)
Also admin can fire email anytime with the button in admin., (*12)
Feedback's Magento 2 module is released under the Open Software License 3.0 (OSL-3.0)., (*13)
If you have concerns or questions, please send an email to support@krishaweb.com with all relevant details that are needed to investigate or resolve an issue., (*14)