Page 107 of 384 FirstFirst ... 75797105106107108109117157207 ... LastLast
Results 1,061 to 1,070 of 3833
  1. #1061
    Join Date
    Oct 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by daver1510 View Post
    Also where do you get the excel file to load your stuff?

    Dave
    Dave - the way I did it was to use the feature called "Download Complete tab-delimited .txt file to edit". Then I used this as a template to reconfigure my source database ( used Micro$oft Excel). Once I had all the fields properly populated into the template, I used "Upload EP File", found the .txt file I had saved on my hard drive, uploaded it, and all the data was populated into the SQL database.

    This worked fine for me until I got to the quantity discount problem I'm currently facing. I need to find a way to invert my pricing data.

  2. #1062
    Join Date
    Sep 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Easy Populate support

    I haven't seen anything where the column order has been customized so much. I believe in the last 10 posts or so someone has mentioned that the product number has to come first, and I would not be surprised by that.

    The other thing is you need EOREOR (End Of Row/End Of Record) at the end of each product/item. Because a product description could be up to 64K in size (or larger with things set correctly), not that I would suggest including a whole book in the description, EP looks for the EOREOR on the end of a record/row. Adding EOREOR would be the first thing to try. It is kind of like a run-on sentence/paragraph, without the proper indication you don't know when to breath. It helps let the program know when to stop with one item and begin with another.
    That seems to have worked, the products are showing up now, but the pictures still don't show up. The product name is displayed twice instead of the picture... you can see the problem here: http://www.doctorsmedicalsupplies.com/catalog/ . Also, I think the prices are not displaying either.

  3. #1063
    Join Date
    May 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Easy Populate support

    HELP... I have been reding the 107 pages but am confused. I have EP and cant work out how to add new products with this. Can anyone help please ????

    this is what i get on the page after inserting file into database

    File uploaded.
    Temporary filename: /tmp/phpfeCd3y
    User filename: EP2007Oct30-1705.txt
    Size: 940
    | img104.jpg | ALAN JACKS | TRACKLISTI | | 19.95 | 0 | 0 | 0 | | 0000-00-00 | 0 | | Country | | | | --none-- | 1 | !New Product!

    | 1460 | | AUSTRALIAN | | | 9.95 | 0 | 0 | 0 | | 0000-00-00 | 0 | | Pop / Rock | | | | --none-- | 1 !New Product!

    | | | | | | | | | | | | | | | | | | |


    No products_id field in record. This line was not imported

  4. #1064
    Join Date
    Jan 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Do the products show up in the Catalog?

    The problem I am having is that the product appears to upload just fine. The category is created, but the product is empty. Using PHPMyAdmin I find that the products table is empty, products_description and products_to_categories have their data.

  5. #1065
    Join Date
    May 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Easy Populate support

    No the products dont show up at all. i am thinking it is something to do with this.

    No products_id field in record. This line was not imported

    When i add a new products manually it gives it a number. There is no field in the download that references to this number. i cant get any new products to add in this way ?

  6. #1066
    Join Date
    Oct 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by dynamica View Post
    The product name is displayed twice instead of the picture

    your database entries for the image location on the server are incorrect. each entry should be /listings/13974.jpg, not the complete url. This is because the default location for images is:

    http://doctorsmedicalsupplies.com/catalog/images/

    Thus, it's adding your complete url again, whereas all you need in each data entry is /listings/13974.jpg.

    Does this make sense?

  7. #1067
    Join Date
    Oct 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Easy Populate support

    anyway, I'm still trying to solve this issue:

    My question is about quantity discounts.

    In my source database I have a database field that shows 3 quantity discount prices.

    example:

    1 or more = .76
    3 or more = .46
    6 or more = .34

    the data entry in my source file for this example appears like this:

    0.76:1:0.46:3:0.34:6

    am I correct in understanding that these need to be inverted to

    1:0.76:3:0.46:6:0.34 ?
    if so, what's the easiest way to do this inversion?

    I have over 5,000 of these (of varying prices), how do I get them into the SQL database using Easy Populate? Is this the correct format for multiple discounts, and what field do I need to add these to?
    Last edited by webguygary; 31 Oct 2007 at 06:24 PM.

  8. #1068
    Join Date
    May 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by Press Play Music View Post
    HELP... I have been reding the 107 pages but am confused. I have EP and cant work out how to add new products with this. Can anyone help please ????

    this is what i get on the page after inserting file into database

    File uploaded.
    Temporary filename: /tmp/phpfeCd3y
    User filename: EP2007Oct30-1705.txt
    Size: 940
    | img104.jpg | ALAN JACKS | TRACKLISTI | | 19.95 | 0 | 0 | 0 | | 0000-00-00 | 0 | | Country | | | | --none-- | 1 | !New Product!

    | 1460 | | AUSTRALIAN | | | 9.95 | 0 | 0 | 0 | | 0000-00-00 | 0 | | Pop / Rock | | | | --none-- | 1 !New Product!

    | | | | | | | | | | | | | | | | | | |


    No products_id field in record. This line was not imported


    Can anyone help with this or give me some idea who i could contact to help ?

  9. #1069
    Join Date
    Jan 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Easy Populate support

    I opened the PHP file and had it print the SQL error message. I do not know the maintainer of EP, or the bug reporting procedure, but this is what I found.

    I downloaded easy_populate_from_osc_2.76dmod3a.zip. In catalog/admin/easypopulate.php at line 2203, the INSERT statement's list of database fields does not match the data fields. I added products_priced_by_attribute and all is well.

    I do not know what version of EP you have, so I do not know if you are impacted.

  10. #1070
    Join Date
    May 2005
    Posts
    18
    Plugin Contributions
    0

    Default Re: Easy Populate support

    When trying to:

    Download Complete tab-delimited .txt file to edit (Attributes Not Included)

    I get the below error but when I use any of the other links, they work with no problem.


    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 706

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1074

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1075

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1079

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1083
    v_products_model v_products_image v_products_name_1 v_products_description_1 v_products_url_1 v_specials_price v_specials_date_avail v_specials_expires_date v_products_price v_products_weight v_date_avail v_date_added v_products_quantity v_products_cost v_manufacturers_name 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 v_tax_class_title v_status EOREOR

 

 

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