2017 © Pedro Peláez
 

magento2-module magento2-feedback

Mangeto 2 Module for Advanced and automated feedback remainder.

image

krishaweb/magento2-feedback

Mangeto 2 Module for Advanced and automated feedback remainder.

  • Thursday, June 28, 2018
  • by sskulkarni
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Advanced Feedback Extension for Magento2

Installation

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

Prerequise

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)

Requirements

PHP >= 5.6 Magento >= 2.1, (*7)

Configuration

After installation has completed go to Stores > Settings > Configuration > Feedback > General Configuration, (*8)

Functionalities

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)

License

Feedback's Magento 2 module is released under the Open Software License 3.0 (OSL-3.0)., (*13)

Support

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)

The Versions

28/06 2018

dev-master

9999999-dev

Mangeto 2 Module for Advanced and automated feedback remainder.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0