PDA

View Full Version : Order Numbers



diversion
March 13th, 2003, 08:32 PM
Is there a way to generate Order numbers sequentially instead of using the date/time function?

Stu

Jamie
March 15th, 2003, 01:33 AM
No, there is no easy way to do this. We will be adding customizable order numbers as a feature at some point. The function that generates the order numbers is "squirrelcart/functions/gen_order_number.func". If you are good with PHP, you could try to alter that function to generate a different order number format.

Thanks,
Jamie

diversion
March 15th, 2003, 08:39 PM
Thanx Jamie

It might be nice to track invoices if the number were in sequential order and not a long digit

Stu