Page 339 of 384 FirstFirst ... 239289329337338339340341349 ... LastLast
Results 3,381 to 3,390 of 3833
  1. #3381
    Join Date
    Mar 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by sitges65 View Post
    Hi

    I'm using ep1.2.5.4 but my problem are in specias price format different from "regular price product". When I download ep to my server then the format of special prices change to other. EXAMPLE: I upload 13.55 and all it's ok in zencart shop special product, but when I do a download of my products using fullep then in dthe row of specials change to 1.350.000.

    Thanks in advance
    Quote Originally Posted by sitges65 View Post
    Thanks for reply asap. I download the sql specials. Also in this sql the format are different for example 8.00 appears 8.0000
    Thanks
    i've the same issue, i can't find the aswer in this thread...could any one help me plzz....
    Last edited by JokerMOde; 16 Jul 2011 at 01:19 PM.

  2. #3382
    Join Date
    Mar 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    could any one can help me plz...

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

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by eranariel View Post
    Hi Zenners,

    I have two languages on my website - Hebrew and English...
    I am able to upload the products - EP uploads a category name in Hebrew - that is fine - however, Zen Cart does not allow me to add the category name in English... I edit the category and press update, however, the category name in English does not appear...

    Any possible suggestions?

    Eran
    Looks like I've found a Guinea pig for my modded version of EP. I rewrote the categories code to support multiple languages, but haven't found anyone to put it through the paces.
    You can download from here:
    https://github.com/chaddro/EasyPopulate-4.0

    Be sure to test on a backup of your store! I'm not positive how the script will behave when english isn't the default (i.e. the "_1", and "_2" would be next languages.
    Also, my code uses CSV not TXT, so use OO when editing, and you can install it along side your current version of EP without affecting it.

    PM me if you have any questions so as to not hijack this thread

    -cj

  4. #3384
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi Chad

    I grabbed the EP 4 off github a few days ago, and I will hopefully have some time in Aug to put it through the mill.
    20 years a Zencart User

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

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by schoolboy View Post
    Hi Chad

    I grabbed the EP 4 off github a few days ago, and I will hopefully have some time in Aug to put it through the mill.
    AWESOME! Could really use your input! Basic attribute importing is working, but really needs testing.

    So far I've had pretty good feedback (or a lack of complaints!). Check the "Issues" tab for one thing that will need to be fixed, though most people haven't run into that.

    Haven't had much time this year to work on it much... real work getting in the way. jrobeson's version on github is VERY different (though he is using
    some of my code). He has some good ideas and more features but he's taken a real tangent away from zencart and I've had problems getting his
    version to work now. He's gone the Zenmagik route.

    If you think it passes muster as a replacement for 1.2.5.4, I'll post a support thread for it. I just haven't had time to daily support questions on it, and just
    offer it to those people looking for a specific solution so I've been reluctant to really push it as a replacement.

    Thanks again,
    -cj

  6. #3386
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by schoolboy View Post
    Hi Chad

    I grabbed the EP 4 off github a few days ago, and I will hopefully have some time in Aug to put it through the mill.
    Is it multi-lingual? By this I mean can you upload the products in the csv in multiple languages

  7. #3387
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by Design75 View Post
    Is it multi-lingual? By this I mean can you upload the products in the csv in multiple languages
    Chad's been devoting huge energy to the multi-language aspect, and he's close...

    Hopefully it will have reliable language support... but we're still testing. It's a big project and all I've managed to do so far is stand on the sidelines and

    This is chad's work thru and thru - all I'm doing (when I have time) is testing.
    20 years a Zencart User

  8. #3388
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Easy Populate support for Version 1.2.5.4

    Thx, that great to read. I know it's a lot of work and I appreciate your efforts. So here is a big for all of you, and a nice cold refreshing drink

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

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by Design75 View Post
    Thx, that great to read. I know it's a lot of work and I appreciate your efforts. So here is a big for all of you, and a nice cold refreshing drink
    EP has always been "sort of" multi-lingual. This is what the "_1" is used for each language. In the past, EP has had problems when English wasn't the default language. It's been some
    time, but I believe I did cover that in my work. When I redid the categories (I really didn't like have 7+ columns for them) I also added language support. Only made sense. So now you
    have v_categories_name_1, and the full path is specified in a single cell where each level is separate by a unique delimiter.

    For example: "Kitchen Utensils^Kitchen Knives^Clam & Oyster Knives"

    My work on importing attributes correctly does not yet support multi-languages. Attribute importing isn't really even at what I'd call beta, more still in development. There is a flaw (or feature depending on your point of view) in zencart's attributes core design that makes importing and building attributes at run time very difficult. I have an idea on how to solve this, but it would require some heavy core modifications, and that is not my goal for EP4. So to use my mode, I have imposed a restrictions that the products_options_name be unique (much like products_model must be unique).

    Ack! If I keep this up, I'll really have to make a new thread for it. Don't want to pull focus from 1.2.5.4!

  10. #3390
    Join Date
    Jul 2010
    Location
    Sydney, Australia
    Posts
    86
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    hello,
    I started my own thread regarding a problem I have with Easy Populate before finding this thread. Rather than double posting, If I could just direct those with expertise here;

    http://www.zen-cart.com/forum/showthread.php?t=183398

    The problem is that I have multiple links to 'Easy Populate' from the 'configuration' drop down.
    relatively new to Zen Cart

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  5. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 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