Page 27 of 384 FirstFirst ... 1725262728293777127 ... LastLast
Results 261 to 270 of 3833
  1. #261
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Easy Populate support

    Quote Originally Posted by Erica
    then i downloaded a full sheet with the details in and made a start on the descriptions .. but they are not showing at all ..
    I'm not sure I follow you. You downloaded the details, but the descriptions aren't showing...
    Are you saying the downloaded file doesn't contain the descriptions, or that your edits don't show after uploading, or that after uploading ALL your products no longer have descriptions?
    .

    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.

  2. #262
    Join Date
    Jul 2006
    Location
    Rotherham, UK
    Posts
    143
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by DrByte
    I'm not sure I follow you. You downloaded the details, but the descriptions aren't showing...
    Are you saying the downloaded file doesn't contain the descriptions, or that your edits don't show after uploading, or that after uploading ALL your products no longer have descriptions?
    i started initially with a blank sheet, and added all bits except the descriptions and uploaded it all and it worked great. i then went and customised the rest of the site. this evening i went to admin/tools/easy populate .. and downloaded the complete delimited file. i opened it up in excel and started copying and pasting descriptions. i only did a few full ones and the rest i put 'info to follow' in the space. i uploaded the file and the descriptions are not showing on the products.

    Sorry .. i just tried again, as i was describing what i was doing .. and its working sorry .. i obviously did something wrong last time
    Erica xx

  3. #263
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Easy Populate support

    Quote Originally Posted by langer
    something has caused the description rows to not be created in the table products_descriptions. Have you changed this database table?
    Thanks for the tip. Looking in the DB at the products and products_description tables I observe the products uploaded via EP appear ok in the products table but do not appear in the products_description table.

    Any possible causes?

    The products I added manually via admin appear in both tables (and display correctly).

    The products and products_description table structure follows. (all default ZC 1.3.0.2 fresh install structure)

    Code:
    Products table structure
    
    products
    Field Type Null Default 
    products_id   int(11) No      
    products_type   int(11) No  1    
    products_quantity   float No  0    
    products_model   varchar(32) Yes  NULL    
    products_image   varchar(64) Yes  NULL    
    products_price   decimal(15,4) No  0.0000    
    products_virtual   tinyint(1) No  0    
    products_date_added   datetime No  0001-01-01 00:00:00    
    products_last_modified   datetime Yes  NULL    
    products_date_available   datetime Yes  NULL    
    products_weight   float No  0    
    products_status   tinyint(1) No  0    
    products_tax_class_id   int(11) No  0    
    manufacturers_id   int(11) Yes  NULL    
    products_ordered   float No  0    
    products_quantity_order_min   float No  1    
    products_quantity_order_units   float No  1    
    products_priced_by_attribute   tinyint(1) No  0    
    product_is_free   tinyint(1) No  0    
    product_is_call   tinyint(1) No  0    
    products_quantity_mixed   tinyint(1) No  0    
    product_is_always_free_shipping   tinyint(1) No  0    
    products_qty_box_status   tinyint(1) No  1    
    products_quantity_order_max   float No  0    
    products_sort_order   int(11) No  0    
    products_discount_type   tinyint(1) No  0    
    products_discount_type_from   tinyint(1) No  0    
    products_price_sorter   decimal(15,4) No  0.0000    
    master_categories_id   int(11) No  0    
    products_mixed_discount_quantity   tinyint(1) No  1    
    metatags_title_status   tinyint(1) No  0    
    metatags_products_name_status   tinyint(1) No  0    
    metatags_model_status   tinyint(1) No  0    
    metatags_price_status   tinyint(1) No  0    
    metatags_title_tagline_status   tinyint(1) No  0    
    
    
    Indexes: Keyname Type Cardinality Field 
    PRIMARY  PRIMARY 15   products_id  
    idx_products_date_added_zen  INDEX None   products_date_added  
    idx_products_status_zen  INDEX None   products_status
    --
    Code:
    Products_description table structure
    
    products_description
    Field Type Null Default 
    products_id   int(11) No      
    language_id   int(11) No  1    
    products_name   varchar(64) No      
    products_description   text Yes  NULL    
    products_url   varchar(255) Yes  NULL    
    products_viewed   int(5) Yes  0    
    
    
     Indexes: Keyname Type Cardinality Field 
    PRIMARY  PRIMARY 4   products_id  
    language_id  
    idx_products_name_zen  INDEX None   products_name

  4. #264
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Easy Populate support

    I cleared the text in each products description field in the spreadsheet and instead just entered D1 for each product description and then uploaded. But same negative result.

    It is strange why one table would get updated but the other table would not.

    Any other tables I should look at?

    Wonder if the mod_security filtering on server is contributing to this isssue?

  5. #265
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Easy Populate support

    And I just did the same for model numbers. Cleared them all out and instead entered simple unique numerics for each product model eg. 1, 2, 3 etc. no errors reported but same negative result. Any clues?

  6. #266
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by DrByte
    Is your file properly-saved as "tab-delimited" ?
    Does it have the closing EOREOR column at the end of each row?
    Does it work any differently if you upload the file by FTP and then tell EP the filename to use directly?
    Yes, it's tab-delimited
    Yes, EOREOR ends every line
    No, it doesn't act differently using ftp.

    I still get the error:

    File Import Failed! Primary index column v_products_model missing from uploads file. Please consult the readme.html file for more information
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  7. #267
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Re: Easy Populate support

    Can someone please tell me what the header fields for 3.0.2 are?

    Many are the same as older versions, but many are also different! Especially the categories. I have already tried creating and downloading all of the test files available in ep, and NONE of them show me what to name my sub categories. In fact those data files and data templates you can create and download as examples are completely useless.

    What do you name the master category, and subsequent sub-categories.

    Thanks,

    Tom
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  8. #268
    Join Date
    Aug 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Hi again,

    for some reason, when i go to split my file of around 7000 items, it will only split twice, and then those two splits only have around 600 items each!

    I know I saved it correctly, and all of that, but I'm not sure what's going on.

    This time, it told me this:

    Warning: fopen(/home/content/a/p/i/apinkpony/html/shop/temp/Full-EP2006Aug12-1111.txt): failed to open stream: No such file or directory in /home/content/a/p/i/apinkpony/html/shop/admin/easypopulate.php on line 1126

    Warning: fgets(): supplied argument is not a valid stream resource in /home/content/a/p/i/apinkpony/html/shop/admin/easypopulate.php on line 1129

    Warning: fgets(): supplied argument is not a valid stream resource in /home/content/a/p/i/apinkpony/html/shop/admin/easypopulate.php on line 1141

    Warning: fclose(): supplied argument is not a valid stream resource in /home/content/a/p/i/apinkpony/html/shop/admin/easypopulate.php on line 1168
    Not sure what to do w/ that information though.
    Last edited by apinkpony11; 20 Aug 2006 at 02:53 AM.

  9. #269
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default Re: Easy Populate support

    Quote Originally Posted by wtashby
    Can someone please tell me what the header fields for 3.0.2 are?
    Support for the advanced version is not offered here.

  10. #270
    Join Date
    Aug 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Any thoughts?

 

 

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