Tags/topics: 
1
Answers
Vote up!
0
Vote down!

How do you set up Commerce to use sequential order ID's

I need the completed carts to be sequential, even if they need to be assigned new numbers on completion.

Asked by: nicxvan
on January 28, 2013

1 Answer

Vote up!
0
Vote down!

Have a look at http://drupal.org/project/commerce_invoice

It has a default Rule that generates an invoice number when an order state is set to 'Completed'. You can add extra conditions if you like.

Documentation on how to use the module at
http://drupal.org/node/1535554

To configure the invoice numbering go to admin/commerce/config/invoice

More advanced invoice numbering handling is being discussed at:
http://drupal.org/node/1728106

Answer by: S1L
Posted: Mar 6, 2013