Page 357 of 384 FirstFirst ... 257307347355356357358359367 ... LastLast
Results 3,561 to 3,570 of 3833
  1. #3561
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by SPH View Post
    Is the EP 1.2.5.4 in the works to be upgraded to 1.5? Just wondering, as I have not used this version for years.
    Probably not. EP4 will assume the mantle going forward.

    My only issue with EP4 is that it favours CSV over tab-delimited, and that's why I don't use it. When product descriptions are full of commas, and possibly the odd quote mark, it risks throwing the load file into total disarray.

    Tab-delimiting is far more robust and error-resistant, and makes for a much easier conversion from spreadsheet to txt format (one of Langer's original reasons for choosing it).

  2. #3562
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I haven't run into problems yet, knock on wood. But will keep an eye on it.

    sph
    www.prom-mart.com
    Ecommerce Cart Test area

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

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by fairestcape View Post
    Probably not. EP4 will assume the mantle going forward.

    My only issue with EP4 is that it favours CSV over tab-delimited, and that's why I don't use it. When product descriptions are full of commas, and possibly the odd quote mark, it risks throwing the load file into total disarray.

    Tab-delimiting is far more robust and error-resistant, and makes for a much easier conversion from spreadsheet to txt format (one of Langer's original reasons for choosing it).
    Hi fairestcape!

    Actually, there are provisions in the EP4 for using tab-delimited files. If you look at the first few lines of easypopulate_4.php, you'll see this. Note that I am using php's fgetcsv() function to read data from the input file. fgetcsv() is not perfect, but it is so much faster and less convoluted than langer's code. Feel free to experiment!

    The main issues with fgetcsv() is that the CSV file must be properly formatted. OpenOffice does this correctly, but Excel is finicky depending on the platform (mac/pc) and version you are using.

    -chadd

  4. #3564
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Easy Populate support for Version 1.2.5.4

    Let's keep discussion of EP4 in the EP4 thread, please.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #3565
    Join Date
    Apr 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I just installed EP4 and manually inputted a single product to copy formatting for other products.

    When I downloaded the products file, the product wasn't in the file. I added a few products to the file from memory and then uploaded them.

    The new products didn't load into zen cart, but when I download the file again the new products, but tnot the original were int he scv file.

    Did I do something wrong in the install?

    Also I would like to have my site in multiple languages, is there a possible additional descriptions that I can load with ep?

    Thank you.
    Andi

  6. #3566
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by chadderuski View Post
    Hi fairestcape!

    Actually, there are provisions in the EP4 for using tab-delimited files. If you look at the first few lines of easypopulate_4.php, you'll see this. Note that I am using php's fgetcsv() function to read data from the input file. fgetcsv() is not perfect, but it is so much faster and less convoluted than langer's code. Feel free to experiment!

    The main issues with fgetcsv() is that the CSV file must be properly formatted. OpenOffice does this correctly, but Excel is finicky depending on the platform (mac/pc) and version you are using.

    -chadd
    I'll continue with this on the EP4 thread, but do have a comment on the above, that is relevant to 1,2,5,4

    We only discovered this a short while ago, but it is very effective in "by-passing" the fussiness of Excel, and the inststence of Excel in saving .txt formats its own way.

    This is what we do...

    (We use CRIMSON EDITOR as our PLAIN TEXT EDITOR in matters of code editing, etc. So if you want to use our method of creating the tab-delimited TXT file that EP 1.2.5.4 requires, out of an Excel spreadsheet, then go and get CRIMSON EDITOR and install it.)

    STEP ONE
    Create your initial spreadsheet in MS Excel, using the columns relevant to your data import needs.

    STEP TWO
    SAVE this as a MS Excel spreadsheet... NOT as a TXT file.

    STEP THREE
    OPEN Crimson Editor

    STEP FOUR
    Toggle back to the MS Excel spreadsheet and HIGHLIGHT all the data. CTRL+C (copy) it to computer clipboard.

    STEP FIVE
    Toggle to Crimson Editor and CTRL+V (paste) clipboard contents.

    You now have a "perfect", tab delimited file, which you just need to save as a .txt file.

  7. #3567
    Join Date
    May 2011
    Posts
    23
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    its give me seccurity error and got mesage "Please contact administrator "

  8. #3568
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by ludoto93 View Post
    its give me seccurity error and got mesage "Please contact administrator "
    You need to desribe what you did FIRST... How are we supposed to know what ause it to do this?

    What were you doing BEFORE it ame up with this message?
    20 years a Zencart User

  9. #3569
    Join Date
    May 2011
    Posts
    23
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by schoolboy View Post
    You need to desribe what you did FIRST... How are we supposed to know what ause it to do this?

    What were you doing BEFORE it ame up with this message?
    i fix it but i dont know how to add products now ? example my categorie id is 150 then how to add 10 products same time there?

  10. #3570
    Join Date
    May 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I am am SUPER new to zen cart and easypopulate.

    May I know if easypopulate 1.2.5.4 is still working with zen-cart 1.5?
    Or I must now use EP 4.0?

    Please help me!!! Thank you very much.

 

 

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