Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Order Search Repair for WooCommerce

Beschrijving

Following the major v3 update to WooCommerce, searching for older orders by postcode, full name or address no longer works – the search process was optimised, but the changes were not applied retroactively to existing orders. Order Search Repair for WooCommerce scans all of the orders in your WooCommerce store and updates them to make your orders fully searchable again.

Features include:

  • Ajaxified processing to update the orders in manageable chunks
  • Customisable limit for the number of orders to process at a time so that even low-powered servers can process without issue, and beefier setups can get it done in less time
  • Options to immediately update the orders live, or output an SQL query so that you can do it in the database yourself
  • Customisable offset so that you can skip any orders you don’t need (SQL export option only)
  • Ability to cancel the process at any point if you need to, with a live tally of the number of orders already processed if you need to come back to it later.

Installatie

Upload the Order Search Repair plugin to your website & activate it as normal. Then click on Order Search Repair under the WooCommerce menu.

Make sure to back up your database before making any significant changes!

FAQ

How many orders can be processed at once?

Order Search Repair runs its operations in manageable chunks which it will process automatically, one after the other. rather than trying to process all orders in one go. The recommended maximum limit is 500 orders per chunk.

How long does it take?

That entirely depends on the number of orders in your store. Order Search Repair has been tested with on stores ranging from 400 orders (which took about 10 seconds); to over 50,000 orders (which took about 25 minutes). On average, each batch request (varying from 100 to 500 orders per chunk) can take between 15 and 30 seconds.

Can I just leave it running in the background?

You can absolutely leave it running and go make yourself a coffee, as long as you don’t exit the page. Doing so will effectively cancel the update process, and you won’t know how many orders have been processed.

Will it time out?

Depending on the specification of your server and installation, you may find the process takes a lot longer than anticipated. In that event, there is a 60-second timeout when waiting for the server to respond, after which it will show an alert. If this is happening to you, try lowering the limit for the number of requests.

Can I see how many orders will be affected?

As of version 0.1.2, you sure can. Click on the Get total number of unindexed orders button and it will retrieve the total number of orders that either have their search index missing, or the value is empty. Note that nothing will be done at this point – it’s just to give you an idea of how many orders need updating.

What’s the difference between updating orders and Output as SQL?

Selecting Update all order indexes will instantly modify the meta for every processed order in that chunk, updating your site as it goes. Output as SQL does not make any changes to your site; it simply outputs the raw SQL queries so that you can run the update directly on the database yourself.

Why would I want to output as SQL rather than update the live orders?

Order Search Repair was originally coded for a large-scale site with several thousand orders. Running the process on the live site would have meant potentially eating up resources and writing to the database while live transactions were going on. So, the option to simply output the SQL was added so that it didn’t do anything except read from the database while it was running. Then, the database could be updated later, and it would only take a few seconds to parse even several thousand SQL queries.

Should I back up my database?

Absolutely 100% definitely yes. There is virtually no risk of anything drastically bad going wrong, as even in the worst case, the tool will only affect the wp_postmeta table. However, as with any plugin that makes significant changes to your database, you should always back up as a precaution before doing anything.

Why can’t I set an offset for updating live orders?

When updating live orders (rather than exporting SQL queries), the plugin is updating the post’s meta on the fly; as such, the query that searches for older orders in the first place doesn’t pick up orders that have been updated. So, if you were to include an offset, it would actually skip over orders that need to be updated. Hence, no offset.

Beoordelingen

12 juli 2017 1 reactie
It does exactly what it says , it allows you to search through older orders . Thank you !
12 juni 2017 1 reactie
Did exactly what we needed -allowed the client to search orders back to 2013 instead of just this year! thank you for making this!
Lees alle 5 beoordelingen

Bijdragers & ontwikkelaars

“Order Search Repair for WooCommerce” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Changelog

0.1.2

Release Date – 05 November 2017

  • Order Search Repair now also checks for empty search indexes (as well as ones where the index doesn’t exist)
  • Added feature to retrieve the total number of orders with missing or blank search indexes
  • Added edge-case handler where actual billing or shipping details might be blank (for some unknown reason) and populate the search index with {Empty} string to avoid infinite loop
  • Checked compatibility up to WordPress 4.8.3 and WooCommerce 3.2.2

0.1.1

Release Date – 22 September 2017

  • Checked compatibility up to WordPress 4.8.2 and WooCommerce 3.1.2

0.1

Release Date – 11 May 2017

  • Initial release