Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Here is the file info:
    Click image for larger version. 

Name:	ScreenHunter_847 Aug. 25 17.56.jpg 
Views:	89 
Size:	14.6 KB 
ID:	14448

    Added a new "test" product through the ZC Admin>Catalog. Exported the file using EP 4.0. I noticed that all the fields exported including the user defined / custom product fields but they were empty. Yet they are listed under Tools>Easy Populate 4.0.
    Click image for larger version. 

Name:	ScreenHunter_848 Aug. 25 18.19.jpg 
Views:	103 
Size:	45.0 KB 
ID:	14449

    I noticed that the information that I entered in one of the custom product fields of the test product that I created actually imported. (I entered the data into the custom product field using phpMyAdmin.)

    Quote Originally Posted by mc12345678 View Post
    Okay, so two things still, after adding some datato atleast one product through whatever means you have (say myphpadmin) try exporting the data, modifying what needs to be then importing it again.

    In parallel with that, what is the filename that you have for your current import file? (Don't need the path, just the filenaame.)
    Last edited by FoodSourceDirect; 25 Aug 2014 at 11:56 PM.

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by FoodSourceDirect View Post
    Here is the file info:
    Click image for larger version. 

Name:	ScreenHunter_847 Aug. 25 17.56.jpg 
Views:	89 
Size:	14.6 KB 
ID:	14448

    Added a new "test" product through the ZC Admin>Catalog. Exported the file using EP 4.0. I noticed that all the fields exported including the user defined / custom product fields but they were empty. Yet they are listed under Tools>Easy Populate 4.0.
    Click image for larger version. 

Name:	ScreenHunter_848 Aug. 25 18.19.jpg 
Views:	103 
Size:	45.0 KB 
ID:	14449

    I noticed that the information that I entered in one of the custom product fields of the test product that I created actually imported. (I entered the data into the custom product field using phpMyAdmin.)
    Been a while since I have looked through the various exceptions, but as provided that filename is not the format expected by EP4 to process the records into the database. Take note of the filename format of the exported file. When you said that one "imported" from what was entered in myphpadmin, did you mean that one exported? (From database to the csv file.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Custom Product Field Names.zipYes. I typed information into the "product_information" custom product field from within phpMyAdmin. Then under Product & Pricing Export / Import Options, I chose Complete Products with Metatags to export my products. A look at the exported file revealed that the data that was typed using phpMyadmin was exported.


    [FONT=Verdana, sans-serif]Product & Pricing Export/Import Options:
    [/FONT]
    Complete Products (with Metatags)

    [FONT=Verdana, sans-serif]The attachment is very interesting.[/FONT]

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by FoodSourceDirect View Post
    Custom Product Field Names.zipYes. I typed information into the "product_information" custom product field from within phpMyAdmin. Then under Product & Pricing Export / Import Options, I chose Complete Products with Metatags to export my products. A look at the exported file revealed that the data that was typed using phpMyadmin was exported.


    [FONT=Verdana, sans-serif]Product & Pricing Export/Import Options:
    [/FONT]
    Complete Products (with Metatags)

    [FONT=Verdana, sans-serif]The attachment is very interesting.[/FONT]
    Interesting indeed, (if I was able to open it). I highly suggest you rename your admin directory right now. It is included in the posted link. :/
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Interesting indeed, (if I was able to open it). I highly suggest you rename your admin directory right now. It is included in the posted link. :/
    Hi MC:

    Something you said gave me a tip. I changed the beginning of the name of my csv file from FULL to Full and pre-pended the custom product field names in my csv file I created with "v_", redid the upload and it worked... Thanks

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by FoodSourceDirect View Post
    Hi MC:

    Something you said gave me a tip. I changed the beginning of the name of my csv file from FULL to Full and pre-pended the custom product field names in my csv file I created with "v_", redid the upload and it worked... Thanks
    Welcome, though the thanks should go to Chadderuski as it is has been his suggestion to export first to see how things look and respond before trying to upload. Also to back up back up, back up before making changes to the database. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Can a product be moved from one category to a newly desired category and subcategory using "FUll-EP_" import?

    Example:
    Move from: Products^T-Shirts
    To: Clearance^T-Shirts

    I did this by changing the v_categories_name_1 column from Products^T-Shirts to Clearance^T-Shirts. By doing this it retained the "Product Master Category" and created a linked product.

    Furthermore even though it says it has created a linked product, the linked product can NOT be found in the cart. When the product model is searched in the cart, it only shows up in the master category.

    The idea was to bulk move products from one category to another!
    Last edited by Kevin205; 26 Aug 2014 at 04:35 PM.
    Using Zen Cart 1.5.1

  8. #8
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    renamed. Thanks for the heads-up

  9. #9
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi MC:

    This is weird. I looked at the file that I exported from Easy Populate 4.0 and noticed that a v_ was inserted at the beginning of each of the column header names of the custom product fields. Did phpMyAdmin do that or did Easy Populate? Could that be the problem.?

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by FoodSourceDirect View Post
    Hi MC:

    This is weird. I looked at the file that I exported from Easy Populate 4.0 and noticed that a v_ was inserted at the beginning of each of the column header names of the custom product fields. Did phpMyAdmin do that or did Easy Populate? Could that be the problem.?
    The headings of the exported csv file are prepended with v_ and that same prefix is expected upon upload. Unfortunately, those that become familiar with that information, tend to also include it in the customized list. So there is no problem that it exists in the csv file and is an indication that the code is processing.

    Still unsure if your issue has been resolved. The only other thing I can think of at the moment if it hasn't is that the database manipulated in myphpadmin is not the same as referenced in the admin/EP4 which wouldn't be unheard of when bouncing back and forth between the variious locations.
    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