Page 37 of 367 FirstFirst ... 2735363738394787137 ... LastLast
Results 361 to 370 of 3663
  1. #361
    Join Date
    May 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by rosrooster View Post
    this is what it says on my admin page
    Database Field Lengths
    categories_name:10.666666666667
    manufacturers_name:10.666666666667
    products_model:10.666666666667
    products_name:21.333333333333
    but on the database the char limits are much higher than that

    I am receiving the same error. On the right side it shows:
    Installed Languages
    1-en: English
    Default Language: 1-English
    Internal Character Encoding: UTF-8
    DB CharSet: DB_CHARSET

    Database Field Lengths
    categories_name:10.666666666667
    manufacturers_name:10.666666666667
    products_model:10.666666666667
    products_name:21.333333333333

    Running Easy Populate 4.0.20 - Beta 5-20-2012
    on Zencart 1.3.8

    I do not have a easypopulate2.php file as referenced in a previous post.
    How can I increase this limit?

    thanks!

  2. #362
    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 Bigjohnjps View Post
    I am receiving the same error. On the right side it shows:
    Installed Languages
    1-en: English
    Default Language: 1-English
    Internal Character Encoding: UTF-8
    DB CharSet: DB_CHARSET

    Database Field Lengths
    categories_name:10.666666666667
    manufacturers_name:10.666666666667
    products_model:10.666666666667
    products_name:21.333333333333

    Running Easy Populate 4.0.20 - Beta 5-20-2012
    on Zencart 1.3.8

    I do not have a easypopulate2.php file as referenced in a previous post.
    How can I increase this limit?

    thanks!
    "easypopulate2.php" was posted in error. This file does not exist.

    Your problem is that your Database Character Set is not defined, i.e. DB_CHARSET
    Since you are on zencart 1.38, I'm assuming that your are using collation: latin1_general_ci

    Since EP doen't know what character set is correct, it is assuming UTF8, and dividing your field length by 3 (necessary for multi-byte character encoding).

    Open easypopulate_4.php and go to about line 126. You'll see a number of variables with "/3" ... just remove this block of code.

    I'll work on a better way to check for collation. I believe this was fixed in 1.39, and 1.5 uses UTF8 by default.
    You should consider upgrading ... 1.38 is getting QUITE old.

    -chadd

  3. #363
    Join Date
    Feb 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    My site uses attributes this way.

    Width
    24
    24
    25...
    Length
    30
    31
    32.......

    Will EP 4.0 support this?

  4. #364
    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 larryweiss View Post
    My site uses attributes this way.

    Width
    24
    24
    25...
    Length
    30
    31
    32.......

    Will EP 4.0 support this?
    It would help to see an example on your site. But if you can create the Options Name/Options Values in Zencart, you can also with EP4.

  5. #365
    Join Date
    May 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I have a problem importing attributes with prices and weights.

    Somewhere, a zero is added, like a string, for the price displays as "0$7.50" and the weight is "00.10"

    Not sure if it's me or EP atm, but I know I don't have doubled 0's in my weights, and the prices are just weird.
    "
    Adding the item to the cart will yield the right price, however.

  6. #366
    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 Microchip View Post
    I have a problem importing attributes with prices and weights.
    Somewhere, a zero is added, like a string, for the price displays as "0$7.50" and the weight is "00.10"
    Not sure if it's me or EP atm, but I know I don't have doubled 0's in my weights, and the prices are just weird.
    Adding the item to the cart will yield the right price, however.
    It would help if you could attach your Basic and Detailed attribute files so I can see if I can duplicate on my end.

    Also, have you tried to edit the attribute in question from within the Admin interface to see what happens after you save?

  7. #367
    Join Date
    May 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    It would help if you could attach your Basic and Detailed attribute files so I can see if I can duplicate on my end.

    Also, have you tried to edit the attribute in question from within the Admin interface to see what happens after you save?
    If you mean editing/saving attributes after import, yes. It didn't seem to change things.

    However, I think I figured this out, but it's kinda obscure. In my original attempt, I just copy/pasted the prices and weights from the one set of attributes to all the others that I was adding prices to.

    My latest test I copied all attribute data aside from unique data like product ID, etc., and pasted this into the attribute to be changed, and it worked.

    If you still want my attribute files, let me know.

  8. #368
    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 Microchip View Post
    If you mean editing/saving attributes after import, yes. It didn't seem to change things.

    However, I think I figured this out, but it's kinda obscure. In my original attempt, I just copy/pasted the prices and weights from the one set of attributes to all the others that I was adding prices to.

    My latest test I copied all attribute data aside from unique data like product ID, etc., and pasted this into the attribute to be changed, and it worked.

    If you still want my attribute files, let me know.
    One this that is important to remember!

    The BASIC import can be used to CREATE and MODIFY the options names and options values names attached to a specific product.

    But the DETAILED is ONLY used to UPDATE a specific products model, option name, options values name combo. This is why those first columns must remain untouched. The _id's are used to find and update that specific combo. Although not very flexible, this works well and is quick.

    I am waiting for feedback on what COMMON additional columns would be useful for the BASIC import, but have not received any feedback on that yet.

    I hope this clears things up.

  9. #369
    Join Date
    May 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    One this that is important to remember!

    The BASIC import can be used to CREATE and MODIFY the options names and options values names attached to a specific product.

    But the DETAILED is ONLY used to UPDATE a specific products model, option name, options values name combo. This is why those first columns must remain untouched. The _id's are used to find and update that specific combo. Although not very flexible, this works well and is quick.

    I am waiting for feedback on what COMMON additional columns would be useful for the BASIC import, but have not received any feedback on that yet.

    I hope this clears things up.

    In my case, I was updating the price and weight info, the attributes were already created and assigned to products.

  10. #370
    Join Date
    May 2012
    Location
    Melbourne
    Posts
    11
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    hi there i have installed your EP4 as followed on my zen cart v1.5.

    it shows in the admin menu - thats fine
    it shows importing and exporting files listed - fine
    but each time i export "Complete Products (with Metatags)"
    and ad new products to the list in the same way as the rest of the products in the table
    and import it (saved as a .csv) through open Office

    it says it was imported fine (green highlight on top of admin)
    but when i look in phpMyAdmin or the zen cart store, its not updated :/

    any reasons for this?

    kind regards and thank you for developing such a system :)

    all the best for future updates/ upgrades

 

 

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