Contributions

Features (Category Index)
Search: 

Unique Order Number

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!**

Expand All / Collapse All

for paypal_standard file 29 Sep 2009

only update paypal_standard.php

you must use this paypal_standard.php if you enable paypal_standard on this module.

1.04 18 Mar 2009
Unique Order Number - optional: Googlecheckout addon 3 Dec 2008
Unique Order Number v1.03 - FULL PACKAGE & Bug Fix 19 Nov 2008
Combination Package with Order Editor and Manual Order Maker 16 Nov 2008
Unique Order Number v1.03 2 Nov 2008
Unique Order Number v1.02 2 Nov 2008
Unique Order Number - Full Fix 23 Mar 2008
Unique Order Number 14 Dec 2006

Note: Contributions are used at own risk.