Page 337 of 384 FirstFirst ... 237287327335336337338339347 ... LastLast
Results 3,361 to 3,370 of 3833
  1. #3361
    Join Date
    Jan 2011
    Posts
    22
    Plugin Contributions
    0

    Default 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?

    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!

  2. #3362
    Join Date
    Jan 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by Cheepnis View Post
    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 ) 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*

  3. #3363
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default 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.

  4. #3364
    Join Date
    Jan 2011
    Posts
    18
    Plugin Contributions
    0

    Default 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

  5. #3365
    Join Date
    Jul 2004
    Posts
    130
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by vanessac View Post
    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

  6. #3366
    Join Date
    Mar 2010
    Posts
    10
    Plugin Contributions
    0

    Default 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

  7. #3367
    Join Date
    Mar 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: Can't get dates to import correctly

    Quote Originally Posted by jonprecise View Post
    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

  8. #3368
    Join Date
    Jun 2011
    Location
    Isle of Wight
    Posts
    19
    Plugin Contributions
    0

    red flag 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

  9. #3369
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by CastleComputers View Post
    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

  10. #3370
    Join Date
    Jun 2011
    Location
    Isle of Wight
    Posts
    19
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Of course lol ty
    still feel sick mind

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  5. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR