Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    chadderuski - Thanks for staying with this thread. I don't see 4.0 in the zen plugin library. Can you put a link to it in your signature? I'm looking for the latest version to add to a clean install of 1.5.3. Thank you.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by athena View Post
    chadderuski - Thanks for staying with this thread. I don't see 4.0 in the zen plugin library. Can you put a link to it in your signature? I'm looking for the latest version to add to a clean install of 1.5.3. Thank you.
    It's in the same location it has been all along, go to the first post of this thread, there is a link to the current version of EP4 on github, which has been updated to work with 1.5.3 as well as continuing to work with the previous versions. As noted in the change log(s), ZC 1.5.2 was not considered for incorporation.

    As for the download option from ZC, the instructions are under development and the primary hold up on why this has not been submitted as an official ZC plugin.

    I am part of that problem as I incorporated some functionality to support a version of Stock by Attributes and need to write applicable instructions for it's use.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Appreciate the quick response and explanation. I'm going for it... Thanks again,

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by athena View Post
    Appreciate the quick response and explanation. I'm going for it... Thanks again,
    Welcome! Also I've seen some comments in the forum that there are possibly already several variations to this program and a suggestion to merge them.

    I. Personally think this is the most robust of the Easy Populate versions and could be the one to bring in the functionality of the other versions.

    I've begun looking into what is necessary to produce froogle related files to address one of the strains. Then I'd like to see what is different about this versions csv file creation as compared to the one that is supposedly excel file friendly. Looking at the downloads section, only one appears to have been updated in the last year or so unfortunately. Perhaps those other versions aren't as independent of Zen Cart functionality as this one. It could be made to rely more on the zc code, but then the error log functionality would basically be lost as instead the ZC error logging process would come into play and that probably would require incorporating the display error log plugin.

    I've already been able to incorporate another popular ZC plugin into EP4 and plan to complete all currently desired aspects in the next couple of weeks with other work allowing. In the mean time there may be some other minor updates to this in the near future to address some other efficiencies and functionality.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    A few comments on MC's comments - just as general discussion

    I. Personally think this is the most robust of the Easy Populate versions and could be the one to bring in the functionality of the other versions.
    EP4 is VERY robust, but to achieve this some things had to be changed from Langer's version.

    1. Separate upload from import/export (no streaming data up or down)
    2. Us PHP's built in CSV file reading and writing functions
    3. Ability to turn off "verbose" feedback

    These changes made it possible for EP4 to do MASSIVE imports very quickly. I was working with an electronics parts store with over 900,000 product sku's. Even on a dedicated server, the old EP code would time out, and run out of memory.

    After the above re-writes, I could easily upload the full 900,000 item csv file, use the split utility to break into blocks of 50,000
    records, and import the 50,000 records in about 12 seconds.

    I've begun looking into what is necessary to produce froogle related files to address one of the strains. Then I'd like to see what is different about this versions csv file creation as compared to the one that is supposedly excel file friendly. Looking at the downloads section, only one appears to have been updated in the last year or so unfortunately. Perhaps those other versions aren't as independent of Zen Cart functionality as this one. It could be made to rely more on the zc code, but then the error log functionality would basically be lost as instead the ZC error logging process would come into play and that probably would require incorporating the display error log plugin.
    First:
    MS Excel has been very frustrating to work with... to many versions, to many variations of CSV files, and the inability to set
    your language type. Don't forget the limit of 256 character in a cell (maybe a recent version of Excel has fixed this?). OpenOffice creates a standard CSV without these limitation, and has the ability to set your language source at import and export.

    Also, PHP's built in CSV read/write functions have no problems with Open Offices exported CSV files, but strange things happen
    when you use Excel (which I believe puts different info in the header of the file), but this is dependent on the version of excel and the type of CSV you create.

    Langer's old code manually processed the text file. It worked, and was perhaps more forgiving, but it was also incredibly slow.
    So I replaced all that convoluted mess with a single php function call ....

    Second:
    I had already begun to work on mappable export/import files. If you look in the code, you'll see it commented out. It was just a start for something more flexible and robust, but it's quite doable.

    Having the ability to use custom products fields (done) with mappable import/export would be much better than hard coding support for specific plug-ins. This has been my ultimate goal with EP4, but life intrudes and I've not met my goals.

    I've already been able to incorporate another popular ZC plugin into EP4 and plan to complete all currently desired aspects in the next couple of weeks with other work allowing. In the mean time there may be some other minor updates to this in the near future to address some other efficiencies and functionality.
    MC's help in supporting and expanding EP4 is really appreciated. He's helped keep EP4 alive for well over a year now!

    Buy him some coffee or a nice dinner, he deserves it!

    -chadd

  6. #6
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Wtashby,

    Don't know where in the process of suggestions thathavebeen made. If the "original" site is still available, is EP4 the only option on your admin panel that is not accessible at this point? Information in your admin's catalog is the same as on the store's side? (Ie, the configure.php files effectively match the same directories and database? This may become more evident when the above install suggested by chadderuski is performed and the files reviewed. (These could be different than expected if it was thought thaat they were saved but the write permissions were not changed to allow writing before trying to save.)

    I realize that there seems to be a problem, but there have been several that have installed this to 1.5.3 and having equivalent settings thathavent had the same problem.the thingis to find the cause and perhaps incorporate some sort of solution up front to more clearly explain what is going on and possibly a solution.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Can I export a google merchant feed with this mod too? What would I have to do?

    I actually want the merchant feed in tab delimited as I want to use it for Amazon product ads upload. Can this be done?
    Live and learn... the Zen way.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

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