EasyPopulate troubleshooting
Author: developpeur
22
May
Ok. I have the need to make a fast product upload from time to time. Best script I have ever found for this is EasyPopulate, but since is not on a daily basis that I have to upload more than 300 products, I’ll write down some reminders so I won’t have to discover the tricks every time. You, the reader, are welcome to post or comment on this thread as usual.
- Language number, as in v_products_name_3 or description is given by the EasyPopulate panel once installed, so don’t sweat on this one.
- When patching admin/includes/boxes/catalog.php according to the manual do NOT forget the dot a the end… or else.
- Do NOT delete the EOREOR cells or shit happens, they mean END OF THIS RECORD.
- If I change the ‘catalog’ directory to some other thing like ‘products’ then the easypopulate.php file should be updated near line 22.
- The temp folder must be created and “chmoded” it is NOT there by default.
- Download Complete tab-delimited .txt file to edit, this should be ORIGINATED by the EP panel, anything else WILL waste your time. BUT FIRST depurate your product attributes, then export, fill the new products, then upload. This will prevent attributes mismatch.
- Definitely split files with more 200 records. Default if 300, but 200 is safer.
- I usually change the attributes variable to false since until now I haven’t come across products with attributes.
- Ok THIS IS THE GOLDEN TIP: In the easypopulate.php file around line 80 manually change the global $separator variable to whatever you are using (the result of exporting from Excel), the script manual says its “Tab” by default, but it really isn’t (at least the version EP_v2_76_MS2 I downloaded) so you must manually set it to “Tab” as default. This is a terrible time waster if not found on time.
Sphere: Related Content
Leave a reply