Page 45 of 384 FirstFirst ... 3543444546475595145 ... LastLast
Results 441 to 450 of 3833
  1. #441
    Join Date
    Oct 2005
    Posts
    78
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Ok, i am a little confused. Now Easy Populate Reg. is still free, but the feature packed advance is not, right? Wasn't easy populate reg. in the download section before, why is it not now? I read a pervious post by langer, and i guess there is a problem with the new easy populate reg for 1.3.6, is that why you can't download it?

    Thanks

    Brad

  2. #442
    Join Date
    Nov 2006
    Posts
    7
    Plugin Contributions
    1

    Default Re: Easy Populate support

    Quote Originally Posted by bradlawson View Post
    Ok, i am a little confused. Now Easy Populate Reg. is still free, but the feature packed advance is not, right? Wasn't easy populate reg. in the download section before, why is it not now? I read a pervious post by langer, and i guess there is a problem with the new easy populate reg for 1.3.6, is that why you can't download it?

    Thanks

    Brad

    That's correct, and I have fixed a few of the problems in the "free" version of Easy Populate and uploaded it to here, but ZenCart appears to be taking their sweet time approving downloads, as of this moment it's been 7 days and still no word.

    Maybe I'll just have to setup a download section on one of my websites somewhere.

  3. #443
    Join Date
    Oct 2006
    Location
    The Wrong Coast
    Posts
    22
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by schoolboy View Post
    Quote Originally Posted by milkyway
    I'd highly recommend the greek restaurant Nestos Estiatorio in New City
    The Viet Nam Restaurant, 304 North Main Street, Spring Valley, NY 10977
    Turkois Grill, on Saddle River Road in Airmont
    Greek Village, Rt 303/ Livingston St. in Northvale NJ
    Originally Posted by milkyway
    Hi langer and all,
    I have some problem here, I have an excel file containing datas of few hundred products. I tried to re-arrange them in EZ-populate format.
    I face difficulties when it comes to product's description, because ZenCart use HTML format, while the description I have in hand is in plain text format. So when I upload them it will not displayed corcetly, because of no HTML tags such as <p>, <br /> to arrange them.
    So it would be a huge task to edit the description one by one, do you have any idea how I can import the excel into ZenCart without having to edit the description into HTML?
    Thanks
    milkyway
    I had a similar issue - with nearly 3000 products. I (partially) resolved it as follows...

    As I wanted double line breaks after each sentence in the product description, I decided to use the "friendliness" that exists between MS WORD and MS EXCEL.

    I highlighted the entire "Product Description" column in Excel, then Copied to clipboard.

    I then Pasted the column into MS Word. I now had a single column "table" of all the product descriptions.

    Then I converted TABLE to TEXT, with breaks selected as paragraphs (not tabs).

    Doing "Search & Replace" I replaced all instances of ^p (paragraph) with $$$ . (This is just a unique string that I can easily find later to "reconvert" $$$ to ^p .)

    Now I have a massive paragraph of sentences, broken at various intervals by $$$.

    Then I did a "Search & Replace" for "fullstop + spacebar" (. ) - ie: the end of each sentence - and replaced it with .<br /><br /> (fullstop + tag + tag).

    Now I had all my sentences properly tagged with the double <br /> html.

    Then i did a search & replace for $$$, turning them back into ^p.

    Finally, I highlighted all text and did a TEXT TO TABLE, with PARAGRAPH as the line break.

    Before copying and pasting back into Excel, I created another column in Excel NEXT TO the original Product Description column.

    I PASTE the altered column into this new column, and alongside is the original text. I can quickly do a random sampling to see if the text in both columns matches up. Check the first, last and several middle records. If they match up, you're pretty safe that your new column is identical to your old column, but now you have the <br /><br /> tags in place.

    Delete the old column, remembering to shift its EP header over to the new column first.
    You can achieve the same results with the following Excel VBA procedure. It replaces all paragraph and line breaks in the column headed by v_products_description_1.
    Code:
    Sub InsertBR()
        Application.ScreenUpdating = False
        Cells.Find(What:="v_products_description_1", After:=ActiveCell, LookIn:= _
            xlValues, LookAt:=xlPart, SearchOrder:=xlByColumns, SearchDirection:= _
            xlNext, MatchCase:=False, SearchFormat:=False).Activate
        Range(Selection, Selection.End(xlDown)).Select
        For Each cl In Selection.SpecialCells(xlCellTypeConstants, 23)
            cl.Replace What:=Chr(13), Replacement:="<br /><br />", SearchOrder:=xlByColumns
            cl.Replace What:=Chr(10), Replacement:="<br /><br />", SearchOrder:=xlByColumns
        Next cl
        ActiveCell.Select
        Application.ScreenUpdating = True
    End Sub
    Usage note: To work correctly, all records must have a description. Otherwise, the code will stop at the first blank description.

    Steve

  4. #444
    Join Date
    Oct 2005
    Posts
    78
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Just post the new verison some where and put the link on the fourm.

    Thanks

    Brad

  5. #445
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

    Default Failed to open dir

    I'm starting out with easy populate and I'm already having an error. All I've done so far is complete the installation.

    When I click on the easy populate button under Tools Easy Populate screen comes up but it as has this message below:

    Import Data from file in temp/

    Warning: dir(../temp/) [function.dir]: failed to open dir: Invalid argument in .../admin/easypopulate.php on line 695

    Fatal error: Call to a member function read () on a non-object in ...\admin\easypopulate.php on lin 697

    What does this mean, and what can I do to fix it?

  6. #446
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default Re: Easy Populate support

    jvoce, what version are you using?

  7. #447
    Join Date
    Nov 2006
    Posts
    7
    Plugin Contributions
    1

    Default Re: Easy Populate support

    Quote Originally Posted by jvoce View Post
    I'm starting out with easy populate and I'm already having an error. All I've done so far is complete the installation.

    When I click on the easy populate button under Tools Easy Populate screen comes up but it as has this message below:

    Import Data from file in temp/

    Warning: dir(../temp/) [function.dir]: failed to open dir: Invalid argument in .../admin/easypopulate.php on line 695

    Fatal error: Call to a member function read () on a non-object in ...\admin\easypopulate.php on lin 697

    What does this mean, and what can I do to fix it?

    It sounds like you don't have a directory called 'temp' in your cart directory... That's where easy populate stores files that it creates on the server. The default installation comes with some sample EP files in that directory (Attributes-EP*.txt, Category-EP*.txt, Froogle-EP*.txt, Full-EP*.txt, PriceQty-EP*.txt and there is a blank index.html file as well).

  8. #448
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Zen-Cart Verison: 1.3.6
    Easy Populate: ep_v2_75_zen-cart_1_2.zip

    I just noticed that you're website says it has problems with it. I'll try the other version.

    Hopefully that should work?

  9. #449
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

    Default Re: Easy Populate support

    I've downloaded your version, and so far it looks like it's working. We have to try and tweek the excel file that comes out from one of our own computer programs to place the items properly in the file.

    We are looking forward to the day that more flexability is given for attributes matching unique model numbers.

    Thank you, and Merry Christmas.

  10. #450

    Default Re: Easy Populate support

    Quote Originally Posted by oeginc View Post
    That's correct, and I have fixed a few of the problems in the "free" version of Easy Populate and uploaded it to here, but ZenCart appears to be taking their sweet time approving downloads, as of this moment it's been 7 days and still no word.

    Maybe I'll just have to setup a download section on one of my websites somewhere.
    Hey if youd like me to help out with hosting the new file I would be more than glad to...let me know.

 

 

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