Title: staggering system?
Last modified: March 25, 2018

---

# staggering system?

 *  Resolved [tenebralyo](https://wordpress.org/support/users/tenebralyo/)
 * (@tenebralyo)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/staggering-system/)
 * Would be awesome if you guys add this. I’m having timeouts and I need to import
   a big database with 10,000+ orders.
 * Or there is a way to import the most recent orders first?
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Alejandro Aranda](https://wordpress.org/support/users/alexwing/)
 * (@alexwing)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/staggering-system/#post-10115048)
 * In the file woocommerce-osc-sync.php in line 557 change this
    `if ($ orders =
   $ oscdb-> get_results ("SELECT * FROM orders ORDER BY orders_id", ARRAY_A)) {`
 * by
    `if ($ orders = $ oscdb-> get_results ("SELECT * FROM orders ORDER BY orders_id
   DESC", ARRAY_A)) {`
 * When I have time I made the change so that the plugin has it by default
 * regards
    -  This reply was modified 8 years, 2 months ago by [Alejandro Aranda](https://wordpress.org/support/users/alexwing/).
 *  Thread Starter [tenebralyo](https://wordpress.org/support/users/tenebralyo/)
 * (@tenebralyo)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/staggering-system/#post-10115296)
 * Thank you! This worked great.
 * Would be awesome if you can add “reviews” to the options.
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘staggering system?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-oscommerce-sync.svg)
 * [Woocommerce osCommerce Sync](https://wordpress.org/plugins/woo-oscommerce-sync/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-oscommerce-sync/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-oscommerce-sync/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-oscommerce-sync/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-oscommerce-sync/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-oscommerce-sync/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tenebralyo](https://wordpress.org/support/users/tenebralyo/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/staggering-system/#post-10115296)
 * Status: resolved