When a successful order is placed for a product with serial numbers associated with it, the cart will automatically assign a serial number to the order and save the order number to the “Smith_OrderDetails” table and save the serial number in the “Smith_ ProductSerialNumbers” table.
Note: A serial number will only be assigned to an order if an unassigned serial number exists for the product.
After a successful order is placed the serial number will be displayed in the following areas of the cart:
•Confirmation screen after order is successfully placed
•Email confirmation sent to user and admin
•Manage orders screen in cart admin area
If multiple products with serial numbers configured are purchased, the cart will assign a serial number to each line item.