Search:

Type: Posts; User: phazei

Search: Search took 0.01 seconds.

  1. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    Just thought I'd poke my head in and say hi. I've logged in for the first time in like 9months and had a number of PM's. I only had one client who used ZenCart, and I moved them over to the now...
  2. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    That array_flip error is because the fgetcsv function isn't returning the correct item. Could be a poorly formed csv. It won't work with the old format in 1.2.5.4
    Could also be the wrong version...
  3. Re: Easy Populate CSV: problem when open Complete File in excel

    Could you be using a mac? It can load the whole thing as a single line because of different types of line breaks on a mac.

    Other than that, try opening it in a text editor and see if it's all...
  4. Re: Here's a quick tutorial on how to add fields to easypopulate v1.2.5.4 or 1.2.5.5

    WTF? This is confusing. Why were these threads merged? Mine was a specific support thread for a addon. The addon faq thing says each addon needs its own support thread. Now if anyone is looking...
  5. Re: Easy Populate support for Version 1.2.5.5.csv

    Have to have PHP 5 I guess. Other people also had same issue because of that.

    fgetcsv should work on PHP4, but it doesn't seem to be working as well.
  6. Re: Easy Populate support for Version 1.2.5.5.csv

    Yup, you sure can.:smile:
  7. Re: Easy Populate support for Version 1.2.5.5.csv

    supergper:
    Yes, if the category doesn't exist it will create it.
    Now if a category has subcategories, it can't also have direct products. So I have no idea what would happen if you accidentally...
  8. Re: Easy Populate support for Version 1.2.5.5.csv

    The latest version also lists all the files in the temp directory right in the EP page with nice buttons next to them to import. If you click on the file name itself, it should download.
  9. Re: Easy Populate support for Version 1.2.5.5.csv

    I haven't had a chance to check the forum lately, sorry about that.

    vagabondette:
    I guess you got it working by now. The fgetcsv function should work fine on PHP4, or so I thought. Perhaps it...
  10. Replies
    217
    Views
    54,025

    Re: HoverBox 3 - Official Thread

    I'm using jQuery on the site I'm working on. I noticed that when I added hoverBox3 it started giving errors. I looked at the js for HB3 and it was all base62 encoded. After decoding it, I found that...
  11. Re: Easy Populate support for Version 1.2.5.5.csv

    My bad, the version I was looking at was slightly different than the one i uploaded. It is line 1222.

    Excel07 should be fine. As long as it's saved as a csv. Hmm, that means the fgetcsv isn't...
  12. Re: Easy Populate support for Version 1.2.5.5.csv

    Hmm, 33megs. How many products do you have? It runs through all the products you have and stores them in an array. I suppose that array is getting too big and causes it to die. There's no simple...
  13. Re: Easy Populate support for Version 1.2.5.5.csv

    I'm not really taking requests and don't have much time at the moment to work on the program. On the other hand, I am short on mortgage this month, lol.

    I'd suggest taking a look at Easy Populate...
  14. Re: Easy Populate support for Version 1.2.5.5.csv

    That doesn't reflect any line number in the file that uses array_flip. You must have modified it in some way.

    The only place I see where that could be possible is by the while loop around line...
  15. Re: Easy Populate support for Version 1.2.5.5.csv

    I updated the version again. Added some stuff, cleaned up a bit of code. There is now a pretty file listing with import button next to each file.

    lstahlberg:
    :unsure: No clue, sorry.

    ...
  16. Re: Easy Populate support for Version 1.2.5.5.csv

    Unfortunately, I do have some ideas, but nothing that will help. Something I should have stated in my first post to this thread. I mentioned it in the other forum...

    1.2.5.5.CSV will ONLY work...
  17. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    Yeah, that will only work in my version. It might be a pain in the old version.




    CSV files are basically text files, they just have certain rules that make things easier. The file it was...
  18. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    I added a new thread:
    http://www.zen-cart.com/forum/showthread.php?t=117204

    Though it works the same, it's more of an update than a new contribution. But then again, this thread is getting...
  19. Easy Populate support for Version 1.2.5.5.csv

    Just putting this here in case it's needed. I uploaded EP 1.2.5.5.csv to the Zen Cart Add-on section. Most everything is the same as the 1.2.5.4 version. If something isn't working right with the...
  20. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    That should be really simple one liner.
    Line 1071:
    $filestring[] = $tempcsvrow;
    Change that to:
    $filestring[$row['v_products_model']] = $tempcsvrow;
    or
    $filestring[$row['v_products_id']] =...
  21. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    The CSV version isn't compatible with data files from older versions.
    Added some more details under "Upload Results".
  22. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    Fixed: when creating new manufacturers it didn't add to both mfg db's, so if you went to add a url later on, it wouldn't work, and it broke ZM.
  23. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    I found the problem and was able to import it in just fine.

    It's a CR/LF aka \r\n aka chr(13)chr(10) issue.

    The function I use only uses LF as a end of line terminator.
    That's fine for windows...
  24. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    Just for testing purposes cut the csv down to like 10 products and see if it still does the same thing.

    Then you could send me the csv and I'll see if I can figure out why.
  25. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    While I removed the bad code I replaced, I didn't want to remove or break anything else. Like that Linda's Header Controler 2.0 thing, and lots of other hacks people added to it to work with lots of...
  26. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    Is that a file you exported with the version I made? I noticed it ended in .txt
    My version creates .csv
    There are lots of internal changes to the file. It won't work with files downloaded with...
  27. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    Fixed a line for the date function for the specials date items
  28. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    MetaTag support: products only.

    For categories won't be coming.

    I'm just really OCD and ADD, I need to get back to work...

    I also rewrote lots of the sql statements and optimized them a bit....
  29. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    It does support all punctuation. You should be able to use any characters you want, including returns and tabs and quotes. Nothing is converted to <br> in the description. I did that because...
  30. Replies
    13
    Views
    4,693

    Re: Easy Populate and Excel data handling

    I just made a CSV version of Easy Populate which can handle all you're talking about. soft returns and pretty formatting in description boxes will work just fine. I posted it on page 209 of the...
  31. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate support for Version 1.2.5.4

    New: CSV Easy Populate... heh.

    OMG, I went through the code easypopulate.php and it's horrible. And judging from langers comments, he wasn't a very experienced programmer at the time. Although...
Results 1 to 31 of 31
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR