Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Order ID Scheme

...

Panel

  Home  Configuration (Checkout)  Order ID Scheme

Order ID Schemes

There are two orderID schemes to choose from: "Date and Time based" and a sequential "Numeric" scheme.

Date and time based

The date and time based scheme is the default order ID scheme used by UltraCart when you create your account.

...

An example numeric order ID with a staring number of one thousand and a width of ten would be: DEMO-0009103113

Info
  • UltraCart recommends selecting a significantly high starting number and a width of at least ten digits. Selecting a low starting number might give customers the indication that the online store has not been around for a long time or does not have a large volume of business.
  • Merchants should never reset the starting number lower than an existing order ID or a collision will occur.

...

Before UltraCart communicates with your payment gateway, it generates an order ID.  For example if might generate DEMO-000012345 as the order ID.  The order ID is transmitted to the credit card company in the transaction attempt.  If the transaction fails you may see a log of this in the gateway's interface.  UltraCart will try not to discard this the allocated order ID in most cases.  It will reuse it until a successful transaction is placed. This prevents gaps in your order ID sequence. 

Info
titleSkipped OrderID's when using sequential "Numeric" order ID Scheme
While UltraCart will attempt to reuse declined transaction Order IDs, this behavior is not guaranteed due to the distributed architecture of the UltraCart platform.  It . IF another order number was already allocated the next sequential number, then any subsequent orders will start up after that order. Therefore, it is recommended that you do not rely upon the uninterrupted sequential order id property in critical business functions.

...