Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Vincent

WooCommerce Local Pickup Plus column not exporting

We are using WooCommerce Local Pickup Plus, which adds order item shipping meta to Orders. They also added a column to the admin Orders table screen. However, Admin Columns Pro does not export the data. It’s blank. :(

This is what the Order table looks like: https://d.pr/free/i/e9kSQX

This is what the Admin Columns Settings looks like without me editing anything: https://d.pr/free/i/RElKdL

Is there a function I can use to ensure this field also shows up in the Export?

5 years, 1 month ago
Stefan van den Dungen Gronovius
Developer

Unfortunately, our plugin cannot export values for third-party columns because of the way WordPress works.
Since we don’t know which function to call to retrieve the value of the column it is impossible to add that tot the exported file. This is the same reason that this column does not support the other pro feature like sorting, editing, and smart filtering.

The only way to add this to the column is to write the specific code for it by writing your own code. This is what we did in our integrations for example. If you’re interested in writing your own extended column, with Export support, let me know so I can point you in the right direction.

Here’s the documentation of writing your own column. But in this case, you might want to extend the default column.
https://www.admincolumns.com/documentation/guides/creating-new-column-type/

5 years, 1 month ago

You must be logged in to reply to this topic.