The problem:
- Place an order
- Click the little truck and select a warehouse for each item
- Place the order
It errors out and at at least one of the items is not ordered; even though there doesn’t appear to be any issue with the item, the little truck was clicked.
Possible fix:
Can we loop through the line items and test for errors prior to submitting the order?

