Contributions
Comments on Packing Slip
This simple mod adds the customers comments to the packing slip. Now when a customer buys a gift and wants them to see their comments, they will automatically print out on the packing slip.
All credit goes to Pop The Top. I merely hacked his fancier invoice mod to a much slimmer design.
Expand All / Collapse All
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 :-)
Updated paypal button. Full install
This simple mod adds the customers comments to the packing slip. Now when a customer buys a gift and wants them to see their comments, they will automatically print out on the packing slip.
All credit goes to Pop The Top. I merely hacked his fancier invoice mod to a much slimmer design.
Note: Contributions are used at own risk.