What would be the best way to show only a subset of the fields on the Export Entries screen? At a minimum, how could I omit the product options? Or only export text or hidden fields (I'm concatenating all the options to hidden text fields)?
What would be the best way to show only a subset of the fields on the Export Entries screen? At a minimum, how could I omit the product options? Or only export text or hidden fields (I'm concatenating all the options to hidden text fields)?
There is no way I know of to modify the export routine. You could write your own custom code to pull the information direct from the database, but modifying the export function to accomplish this can't be done without modifying the core plugin files, which we recommend you never do.