I see in the documentation that if on php 7.3 or above you should use version 4.13.
I'm trying to upload Products to an install of OC version 3.0.3.7 and am on php 7.3
I don't see a 4.13 download option for that version of OC that doesn't have the word cloud in it. Is that the one we are supposed to use?
In my modifications it shows I have installed Export/Import Tool (V3.22) for OpenCart 3.x, it worked fine for categories and product options but I keep getting the dreaded "Export/Import: Missing product_ids in worksheet 'Products'!" when trying to upload the products.
I'm aware of all the workarounds for that particular issue and I have tried all the suggestions including installing Libre.
There are no missing product ID's. I used the search for empty cell and there just isn't any empty cells under product_ids.
So maybe it's the version I'm using.
When I save my work as as .ods or xls and try to upload, first it times out with HTTP ERROR 504 and in error log I get
Code: Select all
PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/MYUSER/public_html/3037/system/library/export_import/Classes/PHPExcel/Shared/OLE.php on line 288
I'm getting a bit nutty with this. ;-)
UPDATE:
I guess I had some hidden data somewhere. I just cleared the next 500 rows or so after the last row with actual data on it in each tabbed spreadsheet and it worked.
I would still like to know which download is version 4.13 for php 7.3 or >.