Page 56 of 367 FirstFirst ... 646545556575866106156 ... LastLast
Results 551 to 560 of 3663
  1. #551
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by serviscl View Post
    Hello.
    I have got a problem with categories name.
    My categories include ", " and I can not import via EP4, because character "," always divide :-( it would use a semicolon instead of a comma? Thanks :-)

    Excuse My English.
    Categories Names are split with the carat '^' character, not the comma. Which version are you using? What language? I tested this myself, and the comma was retained in the categories name.

    On, or about line 487 of easypopulate_4_import.php

    Code:
    			
    $categories_names_array = explode('^',$v_categories_name_1);
    $categories_count = count($categories_names_array);
    Unless you modified the code, or are using a very old version of EP4, I don't see how EP4 could split the categories name on the comma.

    -chadd

  2. #552
    Join Date
    Jul 2012
    Location
    GA
    Posts
    22
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    May not be the right place for this but I am using Easy Populate to edit my categories and sub-categories so here goes.

    Using Zen Cart 1.5 and Easy Populate 4.0. I am trying to use v_categories_name_7 already in the csv file but when I populate that column where needed, and then import it back into the database, it doesn't populate anything. It doesn't indicate any failures either.

    Any ideas?
    Willie
    Zen Cart Newbie

  3. #553
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mrmanners View Post
    May not be the right place for this but I am using Easy Populate to edit my categories and sub-categories so here goes.

    Using Zen Cart 1.5 and Easy Populate 4.0. I am trying to use v_categories_name_7 already in the csv file but when I populate that column where needed, and then import it back into the database, it doesn't populate anything. It doesn't indicate any failures either.

    Any ideas?

    How many languages do you have defined? EP4's handling of category names is VERY different than EP 1.2.5.4 ...

    With EP4 the _1, _2, _3 refer to the installed languages in your zencart. If you only have one language (_1 for english) then you will not have any other.

    v_categories_names_1 then has your desired path to the product "top_level_name^sub_cat_name^sub_cat_name..."

    Please read the first posts in this thread and the documentation about category names... that should solve your issue.

    -chadd

  4. #554
    Join Date
    Jul 2012
    Location
    GA
    Posts
    22
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    How many languages do you have defined? EP4's handling of category names is VERY different than EP 1.2.5.4 ...

    With EP4 the _1, _2, _3 refer to the installed languages in your zencart. If you only have one language (_1 for english) then you will not have any other.

    v_categories_names_1 then has your desired path to the product "top_level_name^sub_cat_name^sub_cat_name..."

    Please read the first posts in this thread and the documentation about category names... that should solve your issue.

    -chadd
    Thanks Chadd. I only have one langauge. I will see if I can decipher what is being said in the first part of this thread. Thanks.
    Willie
    Zen Cart Newbie

  5. #555
    Join Date
    Jul 2012
    Location
    GA
    Posts
    22
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    So I went through the first 15 pages of information and saw how you use a ^ between categories. Here is the thing; not knowing this until now, I used each of the V_categories_1-7 as different categories. Here is an example. Until now this has been working flawlessly. When I try to use the 7th column, it doesn't recognize it like the others were. Is there no other way?

    Thanks for your help.
    Attached Images Attached Images  
    Willie
    Zen Cart Newbie

  6. #556
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mrmanners View Post
    So I went through the first 15 pages of information and saw how you use a ^ between categories. Here is the thing; not knowing this until now, I used each of the V_categories_1-7 as different categories. Here is an example. Until now this has been working flawlessly. When I try to use the 7th column, it doesn't recognize it like the others were. Is there no other way?

    Thanks for your help.
    Are you SURE your using EP4?? Those additional category columns would go no where.... and all your products would be dumped into their main category...

  7. #557
    Join Date
    Jul 2012
    Location
    GA
    Posts
    22
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    Are you SURE your using EP4?? Those additional category columns would go no where.... and all your products would be dumped into their main category...
    Yes sir. Check out the site. I built the entire database using csv and easy populate; categories and all. I tried using ^ but when I attempted to import, I got the max 32 character error. Is there a way around this?
    Willie
    Zen Cart Newbie

  8. #558
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mrmanners View Post
    Yes sir. Check out the site. I built the entire database using csv and easy populate; categories and all. I tried using ^ but when I attempted to import, I got the max 32 character error. Is there a way around this?
    Yes, use your cpanel phpmyadmin to modify the database ... find the relevant field and increase to meet your needs.
    This error arises when a single category name exceeds the maximum length.

    You can see the other vital name lengths listed for your databases on the right side of the EP4 screen.

    -chadd

  9. #559
    Join Date
    Jul 2012
    Location
    GA
    Posts
    22
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    Yes, use your cpanel phpmyadmin to modify the database ... find the relevant field and increase to meet your needs.
    This error arises when a single category name exceeds the maximum length.

    You can see the other vital name lengths listed for your databases on the right side of the EP4 screen.

    -chadd
    You are getting above my skill level now. I have not messed with the back end of the database in the cpanel at all.
    Willie
    Zen Cart Newbie

  10. #560
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mrmanners View Post
    You are getting above my skill level now. I have not messed with the back end of the database in the cpanel at all.
    It's easy to do and has been discussed earlier in this thread. The length check is very important to the import so that's why I added it.

    -chadd

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 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

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