Troubleshooting

No Orders Syncing from Cart to WMS

1.6 min read

| September 14, 2024

Problem
 

Orders are not flowing from your shopping cart to your WMS or backend system.
 

Solution
 

Check these settings to ensure the connection is up and running:
 

Check Cart Settings
 

  1. Browse to your cart settings by going to Carts > Select your cart > Edit Setup
     
  2. Under the Services section make sure you have turned on Order Download. The recommended option is Every 15 Minutes.
     
  3. Turn on the "Shipment Upload" and "Inventory Upload" services if desired. The recommended option is Every Hour.
     
  4. Make sure the cart settings are correct. For example, make sure any Order Status setting matches the Order Status of the orders in your cart.
     
  5. Scroll to the bottom of the page and click Test.
    • If the test fails, click the Get Help or ? button and follow the directions to re-connect your cart.
       
  6. Click Save
     

After enabling any services, give Extensiv Integration Manager up to 30 minutes to sync everything through.
 

Check Merchant Settings
 

  1. Browse to your merchant settings by going to MerchantsEdit Setup
     
  2. Under the Synchronization with WMS section make sure you have turned on Order Delivery. The recommended option is Every 15 Minutes.
     
  3. Turn on the "Shipping Confirmations" and "Inventory" services if desired. The recommended option is Every Hour.
     
  4. Make sure the rest of the settings are correct.
     
  5. If there is a Test WMS Connection button, click it.
    • If the test fails, you need to verify your WMS credentials are correct and re-enter them.
       
  6. Click OK
     

After enabling any services, give Integration Manager up to 30 minutes to sync everything through.
 

Check Alerts
 

  1. Browse to the Alerts tab.
     
  2. If there are any alerts with a Red icon, click on them to view.
    • Read the alert to see if it is an issue you can fix.
       
    • Some alerts will have a link showing how to fix the issue, or a link the the specific order with a problem. Click the link to resolve the issue.
       

Check Your Server
 

If you are using a shopping cart that is self hosted, you must ensure that all the timezone settings are correct on your server or orders will be missed. This includes the server timezone, the programming language timezone, and the database timezone. When using a self hosted cart it is your responsibility to ensure these settings are correct. Here's an example of how to verify these for a cart using PHP and MySQL:
 
You can check your MySQL time with the following query:
 
  1. select now()
     
In linux you can run: 
  1. date
And to check php you can run (from the linux command line): 
  1. php -r "echo date('c').\"\n\";"

If these times don't all match you will either need to configure all platforms so they match, or configure them to properly convert timezones between each other.

 
 

If you are still having issues, open a support ticket explaining your issue in detail.
 

 

Not finding the help you need?

Contact Support