Community Add-Ons

Maintainers: daddyroy
Add file to this package
Top » Features

Unique Order Number
for osCommerce Online Merchant v2.2

This contribution will create a unique Order Number, which is basically based on php's date() function.

The order number will consist of: Month, Year, Hour, Minute, Second. Basically:

date("mdYHis") = mmddyyyyhhmmss (14 DIGITS)

You could abreviate the Year to "y" which will give mmddyyhhmmss (12 DIGITS)


** These are unique numbers that cannot be duplicated since time always goes forward. In addition, based on the order number, you can tell exactly when the order was placed!**

Legend:  Download   Report
Expand All / Collapse All
Unique Order Number - optional: Googlecheckout addon foodawgmi 3 Dec 2008  

This is just an addon.

If any UON (Unique Order Number) users use Google Checkout, be sure to add the same changes as done with the checkout_process file to the current stable (1.4.5a and possibly the higher version) responsehandler file.

Just follow panter79's instructions and do the same to your GC handler file. Hope it helps someone.

Unique Order Number v1.03 - FULL PACKAGE & Bug Fix Richard Cranium 19 Nov 2008  
Combination Package with Order Editor and Manual Order Maker Richard Cranium 16 Nov 2008  
Unique Order Number v1.03 Richard Cranium 2 Nov 2008  
Unique Order Number v1.02 Richard Cranium 2 Nov 2008  
Unique Order Number - Full Fix panter79 23 Mar 2008  
Unique Order Number daddyroy 14 Dec 2006