Page 129 of 384 FirstFirst ... 2979119127128129130131139179229 ... LastLast
Results 1,281 to 1,290 of 3833
  1. #1281
    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 Mike123acc View Post
    Hi all

    Easy Populate looks like a great idea.......but I am really confused.
    Mike,

    Re-read the install instructions again carefully. Make sure ALL files have been uploaded to the server. You also must have permissions 777 to the temp directory that you will also have to create on the server.

    No temp directory sounds like your problem.... note that this is off the ROOT of your site and must have write permissions to work ---> 777

    Your test scheme is correct: add a couple products manually, then download them and check the file. You must give a product_model to every product or else EP will not work since this is the key used to identify products. They must also be unique --> this is NOT required by Zencart, but it is to use EP.

    If you can download products and it look okay, but cannot upload, be sure to have EOREOR copied down. EP fails without this at the end of each line!!!

    Hope this helps...

    -chaddro

  2. #1282
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I'm using zen cart 1.3.7 and EP 1.2.5.4.

    I click the "Download Complete tab-delimited .txt file to edit" and it downloads a text file with only these columns:

    v_products_model v_specials_price v_specials_date_avail v_specials_expires_date v_products_price v_products_quantity EOREOR

    The last column has "EOREOR" for every row. Is this a bug? I was hoping it would show the product id and name, because I have multiple products with the same v_products_model.

    Also, the Froogle feed file is outdated and no longer works with Google. Most of the columns changed when Froogle changed to Google Products in early 2007. It actually has since changed again to Google Product Search or Google Shopping, while the backend where you upload products is now Google Base, although the format hasn't changed since the Google Products change in 2007.
    Last edited by fakeDecoy; 25 Jan 2008 at 03:26 AM.

  3. #1283
    Join Date
    May 2004
    Location
    Nathalie,Virginia
    Posts
    90
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Decoy,

    Yes that is supposed to be there it tells the system that is the end of the line (or product info) you HAVE to have different model numbers I found that out the hard way once..lol..if nothing else add a 1,2,3,... or a,b,c.... to the end of the product numbers
    Age is a question of Mind over Matter,
    If you don't Mind, it don't matter!

  4. #1284
    Join Date
    May 2004
    Location
    Nathalie,Virginia
    Posts
    90
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Chad,

    Oh you are a sweetheart !!! thank you so much I will try to modify the code using the link you gave and cross your fingers that it works.

    I'll post back in a few mins and let you know if it did or not

    Thxs,
    Noneya
    Age is a question of Mind over Matter,
    If you don't Mind, it don't matter!

  5. #1285
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by Noneya99 View Post
    Decoy,

    Yes that is supposed to be there it tells the system that is the end of the line (or product info) you HAVE to have different model numbers I found that out the hard way once..lol..if nothing else add a 1,2,3,... or a,b,c.... to the end of the product numbers
    Wouldn't it make more sense for the product id to be included, as it's the primary key for the products table anyway and could therefore be treated the same way in the exported/imported file? I think it would be easier if I tried modifying the code to add that column (I'd rather not go through hundreds of existing products in zencart to add suffixes to the model numbers), if the author of EP isn't able to.

  6. #1286
    Join Date
    May 2004
    Location
    Nathalie,Virginia
    Posts
    90
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by fakeDecoy View Post
    Wouldn't it make more sense for the product id to be included, as it's the primary key for the products table anyway and could therefore be treated the same way in the exported/imported file? I think it would be easier if I tried modifying the code to add that column (I'd rather not go through hundreds of existing products in zencart to add suffixes to the model numbers), if the author of EP isn't able to.
    I guess in a way it would make it easier for those who have to have the same model number .. however .. what if you are ADDing new products using the EP how are you to know what the product ID is going to be i mean yeah you could log in and find the last one added but then that kind of defeats the whole purpose of using the mod to be faster when putting products in.. Just my thoughts on it I'm not a programmer so I don't complain about anything that is created as a mod that I might be able to use I am grateful to them all b/c without them I'm screwed and SOL..lol.. they make me look good to my clients..lol
    Age is a question of Mind over Matter,
    If you don't Mind, it don't matter!

  7. #1287
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by fakeDecoy View Post
    Wouldn't it make more sense for the product id to be included, as it's the primary key for the products table anyway and could therefore be treated the same way in the exported/imported file? I think it would be easier if I tried modifying the code to add that column (I'd rather not go through hundreds of existing products in zencart to add suffixes to the model numbers), if the author of EP isn't able to.
    Oops I was actually looking at the wrong EP exported file. But anyway the complete one with the rest of the columns is missing the 'id' field too like we're talking about.

    I actually wasn't aware that new products could be imported with this. That makes more sense then for the id to not be included.

  8. #1288
    Join Date
    May 2004
    Location
    Nathalie,Virginia
    Posts
    90
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by fakeDecoy View Post
    I actually wasn't aware that new products could be imported with this. That makes more sense then for the id to not be included.
    Yeah I thought that was the whole purpose of the EP was to make putting in products faster and easier .. it does for me anyways were I was manually addeding thousands of products I can now add them all (plus maintain them when they need to be edited) .. now if you have more then i think the default is 300 lines you need to use the split feature .. but you can change that number in the EP under admin--> config.. I think i set mine to 500 and it works .. it also is great b/c after you upload the EP with either new products or modifing old ones .. it gives you a "print" out of what it uploaded and says things like "New Product added" or it will tell you one was skipped b/c something was wrong .. usually for me the model is too long..lol (b/c I duplicate the item name as the product with no spaces)
    Age is a question of Mind over Matter,
    If you don't Mind, it don't matter!

  9. #1289
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Ok, Have Easy Populate ver 1.2.5.4 installed. After upload in gives the upload report with all the New Products indicated. But when i go to the catagories and look for the products they are not there. If I reupload the same file it indicates Updated for all the same products and then they appear under all the catagories.

    Any Ideas?
    What happens if a catagorey is type wrong. what happens to that item?

    Thanks Tim

  10. #1290
    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 fakeDecoy View Post
    Wouldn't it make more sense for the product id to be included, as it's the primary key for the products table anyway and could therefore be treated the same way in the exported/imported file? I think it would be easier if I tried modifying the code to add that column (I'd rather not go through hundreds of existing products in zencart to add suffixes to the model numbers), if the author of EP isn't able to.
    I won't argue with you there, but this IS how EP works. Langer made a EP Advanced that supports ID, but you'll have to buy that from his site... check page one and his post for EPA 3. He was doing a lot of work on it last summer but seems to have been swallowed up in a black hole and hasn't released an update.

    I needed multi-column pricings. No luck!

    -Chaddro.

 

 

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