Contributions
Scrambled Order Number
This is a variation on the 'Random Order Number' contribution. However, it uses a completely different technique, is much simpler, and unlike my ''Random Order Number' contribution, this one actually works correctly and does not suffer from the problems of the former
It also throws in a couple of optional changes to add the order number to the invoice and packing slip
Read the README file for background info and instructions
It generates numbers of the form :
ABC-123456789'
Expand All / Collapse All
V 1.5 |
Richard Bentley |
28 Dec 2004 |
|
This includes a correction to the credit card module. This module generates an email and this email includes the order number which ought to be scrambled but was not.
Thanks to Kitti for pointing out this problem.
I have also added a new section to the README file that may help you if you have other contributions that display the order number to the user - it describes what to look for to scramble the order number where appropriate.
As usual, read the README file for instructions
The changes are described in the CHANGE_HISTORY file
Remember, the support thread for this contribution is here :
http://forums.oscommerce.com/index.php?showtopic=114649
Rich.
v1.4 |
Richard Bentley |
8 Oct 2004 |
|
The order number displayed in the checkout_success page could be wrong under certain conditions.
See the CHANGE_LOG file for further details
The correction affects checkout_success.php
v 1.3 |
Richard Bentley |
6 Oct 2004 |
|
Correcttion to the instructions for the file ...catalog/checkout_success.php
Removed newline from end of scrambled_order_num.php file - this can generate html output and causes problems in admin (and could cause other problems too)
Rich.
v 1.2 |
Richard Bentley |
4 Oct 2004 |
|
This is somewhat embarrassing - I missed another file !
.../catalog/account.php
Sorry about this. I do have an excuse in that I'm having to unweave the changes from a boat load of others that I've made.
Rich (the stupid).
Bet you're feeling really confident about this contib, eh ?
Well, that's what comes of working too late into the night !
I missed a bit - sorry
See the CHANGE_HISTORY file for more details
If you have already installed v 1.0 then apart from being very quick off the mark, you'll also find that you only need to add the extra changes to .../catalog/checkout_process.php
Rich.
Please use this thread for support :
http://forums.oscommerce.com/index.php?showtopic=114649
This is a variation on the 'Random Order Number' contribution. However, it uses a completely different technique, is much simpler, and unlike my ''Random Order Number' contribution, this one actually works correctly and does not suffer from the problems of the former
It also throws in a couple of optional changes to add the order number to the invoice and packing slip
Read the README file for background info and instructions
It generates numbers of the form :
ABC-123456789'
Note: Contributions are used at own risk.