Contributions
Customer Account Number
This is a pretty simple mod that adds an account number to the customers info. It can be turned on/off through a true/false statement in the includes/application_top.php files. The download includes the edits needed for both an admin controlled account number or a customer controlled account number.
Expand All / Collapse All
This is a diff patch of the changes that need to be made to the catalog directory, outlined in admin_controlled.txt. use the same command as for the admin directory patch below. These two patches are made against the oscommerce 2.2 CVS as of 17-02-03
This is a unix diff patch of the admin changes that need to be made for the ADMIN side of the Customer Account Number. (the changes in admin_controlled.txt). apply it by (on linux):
zcat admin.patch.gz | patch -p1
v1.0a |
Justin Baldwin |
5 Feb 2003 |
|
Fixed missing DB 'add field' for 'billing_acct' in the instructions. If you have already downloaded v1.0 you just need to add this to your DB changes by pasting this into the query window:
ALTER TABLE `orders` ADD `billing_acct` VARCHAR( 32 ) DEFAULT NULL AFTER
`billing_name` ;
This is a pretty simple mod that adds an account number to the customers info. It can be turned on/off through a true/false statement in the includes/application_top.php files. The download includes the edits needed for both an admin controlled account number or a customer controlled account number.
Note: Contributions are used at own risk.