Hi all,
I struggled trying to import from Excel these past 2 days so I had to get into the code.
@etoilewebdesign, There are few changes that you have to make:
- In Import and Export functions, please use global variable set in main PHP for plugin path as some of us change the wp-content to other directories.
- Please use Uppercase when comparing column names in Excel Import function for we might forget to use exactly the same case when we create the Excel file for import.
I hope that will be in the next release because right now it’s hard coded in our server files and we don’t want it to be overriden…
Regards.