Page 164 of 384 FirstFirst ... 64114154162163164165166174214264 ... LastLast
Results 1,631 to 1,640 of 3833
  1. #1631
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi Dennis,

    Thanks for your reply. I didn't find it cryptic, I found it impossible! Once you get past the first set of columns of products, it seems to start a new set of columns (but with the model numbers missing). Whether I open it in OpenOffice or Excel, I see this same oddness.

    I'm wondering if someone could help me with some SQL though and maybe we can all figure out if this is the best way to go about this. After running this SQL, I propose to edit the resulting spreadsheet, to remove the products_description column and then to upload the products_attributes table with this new data.

    Here's the SQL statement I've come up with - however, it limits the products_id to one (and there are three attributes on each of my products). If I'm not being clear, let me know. I'm *really* rusty with my SQL. Can someone help me fix it so that it returns all rows in products_attributes with the products description matched up?

    Select A1.products_name, A2.*
    From products_description A1, products_attributes A2
    Where A1.products_id=A2.products_id
    Group by A2.products_id

    Thanks!

    Janelle

  2. #1632
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Woops - thought I had it - more work needed.

  3. #1633
    Join Date
    Apr 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi

    I have installed easy populate 1.2.5.4 and it seems to work ok but when I go and download the "Model/Category tab-delimited .txt file to edit" it only gives me the model and there are no categories

    v_products_model EOREOR
    EML4032 EOREOR

    It does not give any error and I cant seem to get a sample file to download. The other files download all fine

    Please help

  4. #1634
    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
    Version 1.2.5.4 from 2005 is the last EP version, is that right? The Froogle feeder doesn't work - Google changed it to Google Products and changed almost all the required fields, and field names, a couple years ago. I modified some of the code last year, but it needs more work. Does anyone plan on working on it?
    Anyone know about this? Is this the latest EP version, and will it be the last?

  5. #1635
    Join Date
    Dec 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    fakeDecoy : Google have changed the format of the feed since 1.2.5.4 was written and it will not work now. There is a new contr. for this which I believe works with XML, other wise you would need to edit the file to the new format, search in the download section.

    navneet : Are you sure you have Cats. set up correctly ? Have you edited the EP file at all as it is only showing
    v_products_model EOREOR
    as my unedited version gives me
    v_products_model v_categories_name_1 v_categories_name_2 v_categories_name_3 v_categories_name_4 v_categories_name_5 v_categories_name_6 v_categories_name_7 EOREOR

  6. #1636
    Join Date
    Dec 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    kburner : Enter one product in a cat. via ZC and then download that file via complete download, edit/add products to that file and reload. EP will only work if there are product already in the database. OO and Office will only work with I think 255 columns which you can use up very quickly with EP, so you may need to use a different text editor.

    hbombza : Check your version of EP Version 1.2.5.4 is the best that works out of the box !

    milobloom : This is a known bug in 1.2.5.4 search this thread for details.

    erinl : What version are you using ?

    xt0rt : read your error 'Empty delimiter ' & 'No model field in record' it looks as if your upload file format is incorrect, the best way to test is download a complete file to start with and look at that alter a few things and then upload the new file, and I am sure that will work for you.

    janellez : The problem with doing it via sql, ZC needs to update several tables at once, attributes are held in a different table to product details and ZC uses table ids not model name/numbers as references in the these tables,so when EP updates the db it queries the model number/ref to get the table id number and then inserts the data or updates the data by the table id's. Other than coding it yourself or seeing if EP Advance works better for you, you will just have to live with the present version.

  7. #1637
    Join Date
    Apr 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    scrat

    I have not edited easy populate at all. I have the following layout

    I have one product in category B and this category is in category A.
    I also tried to add another product directly in category C

    still the same

  8. #1638
    Join Date
    Dec 2005
    Posts
    460
    Plugin Contributions
    0

    Default Easy Populate support for Version 1.2.5.4 (by Langer (Modhole) Not from ZC Downloads)

    navneet : By default EP gives you 7 categories which should be showing in the header live in the download file whether you have 7 or not set up in ZC.
    Did you upload your products via EP firstly ? as ZC does not like excepting uploads from EP unless there is a product and category already set up originally via ZC not EP. What Version are you using ? (Langer 1.2.5.4 from Modhole not ZC Downloads is the one to use! as the others seem to be buggy.)
    What does your complete file give you ? is there 7 cats. in that ?
    Last edited by Scrat; 29 Jun 2008 at 08:43 AM.

  9. #1639
    Join Date
    Apr 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    scart:
    it seems that i didnot go into configuration of easypopulate. once i did that it is working fine. Thanks for help

  10. #1640
    Join Date
    Jun 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    hello all,

    i have been using google "site:www.zen-cart.com/forum stuff i want found"
    and it had worked well until now..

    i have installed easy populate and found it helpful - but now i would like to remove all products or rather rename models and products and generally clean up my products.

    problem is when ever i change the model, the easy populate add a new product.

    note: at first i thought it would use excels row numbering as a primary key to make sure no duplicate records exist, but i dont think that works.


    so now i have lots of half arsed products in one of my categories. what would be manageable way of correcting my catalog of products ?


    thank you.

 

 

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