In rare circumstances data or site configurations can cause a cart to have an error converting to an order. In this scenario the cart status will be set to 13. Follow these steps to reprocess the cart to get the sales order created:
- Fix the error that caused the problem
- Set the cart status to reprocess -Update BDCarts Set Status = '22' Where CartID = '{cartid with the error}'
- Create a job to reprocess carts. This job is on the remote/hosted site, not the local one that it will be synced down to.
- System Management > Jobs
- Create job "Reprocess Cart to Order on web site"
- Make sure "Service Data Definitions: site settings URL to use" is set to the appropriate url
- Click "Save and Execute Job" - this will run the job 1 time which takes about 1 minute
- Refresh logging until complete to verify no more errors occur
- This will convert status 22 to status 1