• Resolved tenebralyo

    (@tenebralyo)


    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

    (@alexwing)

    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

    Thread Starter tenebralyo

    (@tenebralyo)

    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.