Re: Easy Populate support for Version 1.2.5.4
Anytime I try to download any tab-delimited files or save them to the temp dir, I'm always sent back to the login screen. This was brought up several times before, but it was never answered. Any help?
Quote:
But when I click Download Complete tab-delimited .txt file to edit link, it ask for admin login, I login, click the link, but it still ask for admin login, then when I click the link or other link it always ask for admin login
FYI, I'm using EP Version 1.2.5.4 on Zencart 1.3.9h
Thanks!
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
Cheepnis
Anytime I try to download any tab-delimited files or save them to the temp dir, I'm always sent back to the login screen. This was brought up several times before, but it was never answered. Any help?
FYI, I'm using EP Version 1.2.5.4 on Zencart 1.3.9h
Thanks!
Figured it out. It turns out that this (like several other contributions :censored:) won't work if I'm using full-time SSL in the admin. Not sure if it's because I use a shared certificate or not, but the only way this is fixed is if the admin/configure.php file is set to NOT have all four URLs as SSL. *sigh*
Re: Easy Populate support for Version 1.2.5.4
Sorry for the delay in replying. Many thanks for taking the time to reply. Makes perfect sense. Cheers.
Re: Easy Populate support for Version 1.2.5.4
Hi!
I can't seem to easily find a definitive answer. I am helping someone with their Zen Cart setup and we found Easy Populate as a good option for uploading the multiple products she has. However, she has already input about 50-60 products manually.
If I use Easy Populate and upload a list of additional products, will it leave the manually input products where they are or do I need to import them into the txt file to turn around and upload the entire inventory using EP?
Thanks!
Vanessa
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
vanessac
If I use Easy Populate and upload a list of additional products, will it leave the manually input products where they are or do I need to import them into the txt file to turn around and upload the entire inventory using EP?
Vanessa
As long as all the products have a unique model number it will leave the ones already entered alone. To be safe even the ones already entered should have a unique number. But back up beforehand just to be safe!
Dennis
Re: Easy Populate support for Version 1.2.5.4
using zen cart v1.3.9b
using easy populate 1.2.5.4
when i download froogle file, it is saying all items are instock, flag is equal to Y even when they are not. this downloaded file is very useful for me to create my googlebase file which i do as another step in excel. I have all the programming done, and have been using for awhile. only now i realize why the numbers of items keep getting larger, as out of stock items are in inventory. my datafeed at google is now not being uploaded as too many items are not appearing...
does someone know a mod to the code or can make one that corrects this problem so instock varible is either Y or N, according to actual setting? with over 10,000 items in this file, there is no practical way i can find the out of stock items manually.
thanks in advance for your help
Betsy
Re: Can't get dates to import correctly
Quote:
Originally Posted by
jonprecise
Please help, im new user of EP attempting to import products to zen cart, getting error when uploading to database with EP =
No model field in record. This line was not imported
No model field in record. This line was not imported
No model field in record. This line was not imported
No model field in record. This line was not imported
No model field in record. This line was not imported
The only documentation I can find on this is that all v_products_model need to be unique , but this is already the case..
also getting error when attempting to import larger files = Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 20379 bytes) in ...\admin\easypopulate.php on line 1314
change line 2351 in easypopulate.php in folder admin
Code:
if ($col == $filelayout['v_products_model'])
to
if ($col == $filelayout['v_products_image'])
change line 1875 in easypopulate.php in folder admin
Code:
if ($v_products_model != "")
to
if ($v_products_image != "")
changer line 1879 in easypopulate.php in folder admin
Code:
$result = ep_query("SELECT products_id FROM ".TABLE_PRODUCTS." WHERE (products_model = '" . zen_db_input($v_products_model) . "')");
to
$result = ep_query("SELECT products_id FROM ".TABLE_PRODUCTS." WHERE (products_image = '" . zen_db_input($v_products_image) . "')");
hope can help you :smile:
Re: Easy Populate support for Version 1.2.5.4
HI
Could someone point me to a starting point for Easy populate i have a csv from a supplier i want to import , in the past i have given up due to partial / incomplete uploads
I may be a computer engineer but databases make me feel very sick
Thanks in anticipation :D
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
CastleComputers
HI
Could someone point me to a starting point for Easy populate i have a csv from a supplier i want to import , in the past i have given up due to partial / incomplete uploads
I may be a computer engineer but databases make me feel very sick
Thanks in anticipation
Try
http://www.zen-cart.com/wiki/index.php/Easy_Populate
Re: Easy Populate support for Version 1.2.5.4
Of course lol ty
still feel sick mind :lookaroun