Community Add-Ons
| Maintainers: | knifeman |
Comments on Packing Slip
for osCommerce Online Merchant v2.2
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.
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.
