Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Blenderite View Post
    That worked great! Thanks!
    Glad that worked, just remember now though how the software works as currently written. All product to have a model number, if the model number in one row of data is the same as another, then the later row wll "replace" the content of the previous. The model # can be anything desired that fits within the model field. Also verify on your site side that you are okay with the current results of having a model # flled in the way it is...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Jul 2015
    Location
    Virginia
    Posts
    57
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Ok. Now, if I want to update a item, do I just use the same model number to update a particular field or what?

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Blenderite View Post
    Ok. Now, if I want to update a item, do I just use the same model number to update a particular field or what?
    When uploading/importing, yes basically, model number identified will be updated with the contents of the field header along the top. If you're doing a onsey, twosey type update, just include those rows in your upload file.

    The best thing to do though is basically go through the readme, export the file(s) for the type of action desired, and when trying something "new", use a single row first. This program modifies the database, so it is always suggested to backup (use of a development site to try new processes is also suggested). There are a few different backup tools available in the plugins section. DrBytes' database backup utility is pretty useful.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jul 2015
    Location
    Virginia
    Posts
    57
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    That makes sense! Thanks!!

  5. #5
    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.

  6. #6
    Join Date
    Jul 2012
    Posts
    16,817
    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...

  7. #7
    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.

 

 

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