Contributions
Feedback Request, Automated
Often, a shop will have customers who will come to the shop, create an account, but for some reason, they do not place an orer.
Since we are often developing on our webshop, we thought it was usefull to automate an email to these customers, asking for feedback,
and trying to find our why they decided not to order. This data is very usefull in attempting to tailor your website or
shop to meet the needs of your customers. This script is scheduled in 'Cron' or 'Winat'. It will keep track of what customers it
has emailed using a static data file.
Expand All / Collapse All
*** Sorry, left out a very important step ***
Due to config changes in MS2, a needed step ( step 4 in the README ) was omitted.
This will result in mod failure.
Download the v 1.2b of this mod which includes the needed addition. If you already downloaded the 1.2a, simply get the 1.2b and read step 4 to fix the problem.
Sorry for the confusion.
This is Feedback Request, Automated v 1.2a, written by Christopher Bradley for use with MS2.
This newer set adds a little more function, makes it easier to install and adds a CRON CGI function for using it when CRON is not available or you just don't want to use the standard cron function.
Adds:
1. Install easier and cleaner code for use with MS2
2. A CRON CGI and function
3. An Auto-Update Copyright for CRON function.
I take no credit for anything except the CRON CGI script and function. The original files remain with there original authors.
Since I had to modify for use with MS2, thought I would let everyone else have the changes as well.
Hope someone finds this useful.
Cleaned up this up a bit.
-Used more configure.php variables instead of hard coding them in.
-passed in whether or not a test is being run, so the user doesn't have to change the script at all.
-added more description to the test
-added a request history log file
- added examples of a cron entry in the readme.
- made installation instructions a little easier
Often, a shop will have customers who will come to the shop, create an account, but for some reason, they do not place an orer.
Since we are often developing on our webshop, we thought it was usefull to automate an email to these customers, asking for feedback,
and trying to find our why they decided not to order. This data is very usefull in attempting to tailor your website or
shop to meet the needs of your customers. This script is scheduled in 'Cron' or 'Winat'. It will keep track of what customers it
has emailed using a static data file.
Note: Contributions are used at own risk.