Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Easy Populate for mass product addition

    I've been using Easy Populate CSV to add about 300 products. I created a csv file using the Zen architecture and the addition went fine. The addition of the products did not include images or product description, just titles, price, quantity. Just the basics. I'll add images and descriptions manually.

    I noticed that there was no field for max qty purchasable (products_quantity_order_max) and qty box status (products_qty_box_status to show it or not) in the tables that Easy Pop builds.

    Using the zen architecture, I added these fields to my csv and populated with "1s" or "0s" as I needed. Problem is, these fields are not recognized, at all, at upload run time using Easy Populate. Another clue was my Easy Pop downloaded zen table, from existing products, also did not contain these fields. It's as though these fields are outside the universe of Easy Populate's available fields.

    I wonder if I could run a simple sql UPDATE command to change all max qty to 1 and change all show qty box to 0.

  2. #2
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: Easy Populate for mass product addition

    okay, this may help someone else, and it's easy. I needed a global value change on a couple more fields after using Easy Populate, but EP wouldn't recognize the field names when I tried to run them through the EP update routine. So, I ran SQL executes to make the needed changes:

    UPDATE products SET products_quantity_order_max="1";

    and

    UPDATE products SET products_qty_box_status="0";

    So, at this point, I'm not sure when I will be able to use EP because of the fields it didn't recognize (or if I am not using correct syntax or something), but we can always use SQL executes for simple changes like this.

  3. #3
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: Easy Populate for mass product addition

    well, come to find out, Easy Populate CSV is worthless if you have more than one language on your store. My 300 products went into a category on the English side, because I specified a category using v_categories_name_1 in the EP upload, but on the German side of my store, all 300 got dropped into the top level of categories, rather than in a category. The products are all just loose in the top level (even though that's not supposed to be allowed when categories also exist in the top level. I'm getting rid of Easy Populate -- it didn't work well to begin with and it can't handle an additional language at all.

 

 

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. Advice needed for daily product import (Easy Populate, PHP + MySQL or ??)
    By yourguide in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 19 Aug 2010, 01:22 AM
  3. Easy Populate - What do I use for Product Type?
    By infatti in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 May 2009, 06:23 PM
  4. Easy Populate for 1.3
    By Makover in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 6 May 2008, 08:58 AM

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