Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Comments on Packing Slip

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
The instructions are missing the define for INVOICE_TEXT_NO_COMMENT in english.php.

To fix this add the following to admin/includes/languages/english.php just before "//ORDER COMMENTS CODE ENDS HERE":

define('INVOICE_TEXT_NO_COMMENT','');

so it should read

define('INVOICE_TEXT_NO_COMMENT','');
//ORDER COMMENTS CODE ENDS HERE

Attachment contains updated instructions.
I edited the sql query to only grab comments with a ID of 1 which by default represents "pending" status in the OSC store. Since this order status is technically set only once when the order is originally received this allows the comments to only show up that the customer left. I have also added instruction on how to edit the english.php file to add the language define tags for the table headers, this was missing in the original instructions. Files uploaded are a full package with the modifications in place. Hope this helps someone and all credit goes to the original "comments on Packing Slip" author, thanx for a great contib :-)
   Posted on: 04/24/2009     See contribution details Request Installation with Paid service