Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Posts
    18
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Having a problem that I am uploading attributes with the basic attributes uploader following the template given by easy populate

    I get the following message

    Updated records: 2229
    New Imported records: 0
    Errors Detected: 0
    Warnings Detected: 0

    however, these are actually all new imported records?? I am not sure why this is happening or what I am doing wrong.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fabburl View Post
    Having a problem that I am uploading attributes with the basic attributes uploader following the template given by easy populate

    I get the following message

    Updated records: 2229
    New Imported records: 0
    Errors Detected: 0
    Warnings Detected: 0

    however, these are actually all new imported records?? I am not sure why this is happening or what I am doing wrong.
    Well, the reason for the above result is because the following sql when executed/queried provided a non-zero number of returned rows and as a result an update was performed:
    Code:
    "SELECT * FROM "
                            .TABLE_PRODUCTS_ATTRIBUTES. "
                            WHERE 
                            products_id = '".$v_products_id."' AND
                            options_id = '".$v_products_options_id."' AND
                            options_values_id = '".$a_products_options_values_id."'"
    Each of the variables are collected by related queries above the condition.

    This is of course assuming that the filename follows the convention of beginning with

    attrib-basic-ep

    Otherwise, the result is because the records were being updated as a full import or some other import style...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Sep 2012
    Posts
    18
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Ah, I did not know the filename has to start with attrib-basic-ep - I assumed any name was fine. I will try again with that name then.

  4. #4
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fabburl View Post
    Ah, I did not know the filename has to start with attrib-basic-ep - I assumed any name was fine. I will try again with that name then.
    While minimally documenated it s covered in the readme... Also, may I suggest downloading/installing verson 4.0.30 whch translates those requirements to the admin window...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Jun 2015
    Posts
    25
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    hello,

    I'm using zen cart v1.5.4 and latest easy populate version. The installation went smoothly but I don't know how to enable the Custom Products Fields.
    I've read that I should add extra plugins for this ( you mentioned that for short descriptions and upc you've designed it) but I could find only this:
    https://www.zen-cart.com/search.php?searchid=3539052
    I've also read that you just have to enter the field in the feed and it automatically generates the field?
    I also see that I can use the User Defined Products Fields. Should I just generate the UPC field inside it and ignore the custom product fields?
    I've also found that I should have true false buttons for each field into the configuration/easy populate 4 section?
    https://www.zen-cart.com/showthread....-Thread/page42
    Can you please tell me how I can do it? I didn't try any of the versions because I don't want to mess up.
    Please let me know the best way to proceed.
    If it's field related can you please tell me what title I should enter for the row?

  6. #6
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    To my knowledge, Easy populate does not give you Custom Product Fields. But if you have coded them and added them yourself, you can make easy populate recognize them by adding them in the configuration for easy populate under admin, where you see the custom products field. For example, if you have created the field SKU, then if you enter in the configuration file, easy populate will add a column for that when it creates your CVS file.

    So are you looking to create a custom field?

  7. #7
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    I do want to make one thing clear, *I* did not write this code and have only continued to add to it.

    As lruskauf stated, EP4 does not create new fields in the database, it accesses them and recognizes select fields to support "common" new fields.

    If when you export say the full products and review the headers of the csv file to find that a field is not there but known to be in the products table, the "missing" field can be identified. To have a field from the products table exported/imported (when not already part of the export) goto the configuration window for EP4, edit the custom fields entry, add the field name as it is identified in the products table. (Ie., do not include the first v_ that is shown in the csv file)

    Regarding the indicators on the tools->Easy Populate v4 window, they indicate true if the associated field/feature exists in the database.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by RonaldNavarro689 View Post
    ......The installation went smoothly but I don't know how to enable the Custom Products Fields......
    These are the plugins that you can add to your shop. If you go to Short Description plugin and install, obviously following the instruction, you will find that 'Product Short Descriptions' has turned from 'false' to 'True'
    Learning Fast.
    Eden Craft Supplies

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

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