Community Add-Ons

Add file to this package
Top » Features

Customer Updates - Customer Comments v1.0
for osCommerce Online Merchant v2.2

What this contrib does:
=========================

This contrib allows customers to add comments to their own orders, even after the order has been finalized.

There are many reasons why you may need to email your customers and await feedback from them. There are other reasons why your customers may contact you directly. The purpose of this contrib is to allow that communication to happen directly in osCommerce; thereby removing the need to copy-n-paste communications into the osCommerce admin tool.

***IMPORTANT***: This contribution is very simple to install, but requires you to do a little thinking. When the customer submits an update, this code will change the order status. You can either have it change to an existing order status, or make up a completely new status (mine is named Customer Update). You can have the code update the order status to whatever you want, but you have to decide, and then edit the line below, as I've marked it. It is currently hardcoded to 13.

To find the numerical value of your order status in the osCommerce administration tool, do the following:
1- Admin > Localization > Orders Status.
2- Click on the order status you'll be using for this contrib
3- Note the URL in your browser. It will be http://YourDomainName/admin/orders_status....age=1&oID=XXXXX, where XXXXX is the order status number. Again, the code is hardcoded to use 13.


What this contrib does NOT:
===========================

This contrib does not allow the customer to modify their order in any way other than add comments. It does not allow them to select the new order status. It will set the order status to the same "Customer Update" (as described above) every time. It does not allow them to add/remove products from their order. Again, they can add comments. That's all.


Additional uses:
===========================

I find it useful to link to the account_historY_info.php page (which requires a login) on the contact_us.php page. This has really cut down on email that asks what the order status is, or if they can have it shipped via SlowBoat rather than Next Day. Allowing customers to put these questions directly into their order means that I don't have to read as much email.

Disclaimer:
===========================

This contrib has been designed for and tested with osCommerce 2.2 MS2. While it should easily work, perhaps with minor modifications, with other versions of osCommerce, it has not been tested as such.

If you find this contribution useful, please support the osCommerce project by becoming an osCommerce Community Sponsor. At the time of this writing, details of Community Sponsorship can be found at http://www.oscommerce.com/about/news,111.

Legend:  Download   Report
Expand All / Collapse All
From Address = Customer Address sashaben 19 Nov 2007  

When a customer updates their order an email gets sent to the store owner.
Both the To: and From: fields are the store owner.
This small change makes the from field to the customers name and email.
Makes easier if you just want to reply to the emal.

Contact us about the order (corection) axioma 6 Oct 2007  
Contact us about the order andes1 30 Sep 2007  
Fix for bug reported yesterday xantian15 17 Feb 2007  
Security bug in contibution Zaitsev 16 Feb 2007  
v1.2 update jcall 9 Jul 2005  
1.1a update Jared Call 13 Feb 2005  
Revised Code Alan Fortune 20 Jan 2005  
v1.1 - message stack working Jared Call 30 Nov 2004  
Small bug fixed Thomas Gires 16 Nov 2004  
Customer Updates - Customer Comments v1.0 Jared Call 16 Nov 2004