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 jiji2018 View Post
    I added a field to the product, and I want to add the value of this field through the batch table, which files do I need to modify?
    Where do I need to modify this plugin and add this field
    Product table fields desired to be exported and imported that are not part of the base code are addressed in the user defined field in configuration->easy populate v4. Simply add the field's name into the text box. If multiple are used, then separate them by a comma. This is covered in the instruction.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Product table fields desired to be exported and imported that are not part of the base code are addressed in the user defined field in configuration->easy populate v4. Simply add the field's name into the text box. If multiple are used, then separate them by a comma. This is covered in the instruction.
    I added fields in the background, but the batch table still cannot be imported.
    Is there a need to modify the program elsewhere?

    Click image for larger version. 

Name:	QQ截图20200113232522.jpg 
Views:	90 
Size:	3.3 KB 
ID:	18792
    Click image for larger version. 

Name:	QQ截图20200113232352.jpg 
Views:	83 
Size:	5.5 KB 
ID:	18793

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jiji2018 View Post
    I added fields in the background, but the batch table still cannot be imported.
    Is there a need to modify the program elsewhere?

    Click image for larger version. 

Name:	QQ截图20200113232522.jpg 
Views:	90 
Size:	3.3 KB 
ID:	18792
    Click image for larger version. 

Name:	QQ截图20200113232352.jpg 
Views:	83 
Size:	5.5 KB 
ID:	18793
    If the field `products_family` exists in the product's table and the row contains the primary key that has been chosen, then import of that data should work or a message is provided about it not working.

    To further test, I would recommend exporting one or more product that already have information in that field to see that it is exported and to provide a sort of example.

    There is no other code modification necessary to support that in an otherwise functional system.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    If the field `products_family` exists in the product's table and the row contains the primary key that has been chosen, then import of that data should work or a message is provided about it not working.

    To further test, I would recommend exporting one or more product that already have information in that field to see that it is exported and to provide a sort of example.

    There is no other code modification necessary to support that in an otherwise functional system.
    This field is exported but cannot be imported

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jiji2018 View Post
    This field is exported but cannot be imported
    If not I would expect some reason to be provided. Perhaps the CSV file is not formatted properly, perhaps the primary key used (default is products_model) is listed for more than one product such that an update is not going to the correct product. In this case would suggest changing the primary key to products_id.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    If the field `products_family` exists in the product's table and the row contains the primary key that has been chosen, then import of that data should work or a message is provided about it not working.

    To further test, I would recommend exporting one or more product that already have information in that field to see that it is exported and to provide a sort of example.

    There is no other code modification necessary to support that in an otherwise functional system.
    The import did not prompt any errors, but there was no value in the database.

    Click image for larger version. 

Name:	QQ截图20200114014359.jpg 
Views:	57 
Size:	8.6 KB 
ID:	18794

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jiji2018 View Post
    The import did not prompt any errors, but there was no value in the database.

    Click image for larger version. 

Name:	QQ截图20200114014359.jpg 
Views:	57 
Size:	8.6 KB 
ID:	18794
    And after the file was uploaded to the server, the file was then imported? (upload places the file on the server, import processes the file to push the content to the database.) this part has been misunderstood by some before.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    And after the file was uploaded to the server, the file was then imported? (upload places the file on the server, import processes the file to push the content to the database.) this part has been misunderstood by some before.
    The import did not prompt any errors, but there was no value in the database

    Click image for larger version. 

Name:	QQ截图20200114021007.jpg 
Views:	45 
Size:	32.7 KB 
ID:	18795

  9. #9
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    And after the file was uploaded to the server, the file was then imported? (upload places the file on the server, import processes the file to push the content to the database.) this part has been misunderstood by some before.
    Is this set up correctly?
    Click image for larger version. 

Name:	QQ截图20200114021500.jpg 
Views:	51 
Size:	28.3 KB 
ID:	18796

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jiji2018 View Post
    Is this set up correctly?
    Click image for larger version. 

Name:	QQ截图20200114021500.jpg 
Views:	51 
Size:	28.3 KB 
ID:	18796
    That looks correct to support import by products_model. Might suggest changing the primary_key to products_id, exporting then updating the products_family field for the items with the appropriate products_id. Note, that if you are wanting to add new product, I recommend the use of new_blank as the promary key. Then new product that do not have a products_id will be given one.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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