Order prefix/suffix

How about to be able to prefix or suffix a Order ID. (ex 2010-ORDERID)

Lot of my clients asking for this. (wich currently means (ubercart) hacking some places for it to show)

Comments

Yep, this is currently

Yep, this is currently possible b/c we're maintaining a separation between the Order ID (always a serial numeric value) and the Order Number (defaults to the Order ID but can use any Token pattern). The UI for Order Number patterns just hasn't been implemented yet. ; )

Very nice. Thanx for the

Very nice. Thanx for the response.