Page 32 of 367 FirstFirst ... 2230313233344282132 ... LastLast
Results 311 to 320 of 3663
  1. #311
    Join Date
    Apr 2012
    Posts
    15
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    really excited about this mod...but i have a dumb question (among my many others thus far! i'm new to zen cart) where IS the temp folder that i'm supposed to rename? i cant find it. am i suppose to create it myself and then name it something clever? and where do i put it? the warning message says it resides here: /home/content/32/9206932/html/. but where is that at??? please help, i feel like such a dork.

    thanks!
    aloma
    www.alomasantiques.com

  2. #312
    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 sweetaloma View Post
    really excited about this mod...but i have a dumb question (among my many others thus far! i'm new to zen cart) where IS the temp folder that i'm supposed to rename? i cant find it. am i suppose to create it myself and then name it something clever? and where do i put it? the warning message says it resides here: /home/content/32/9206932/html/. but where is that at??? please help, i feel like such a dork.

    thanks!
    aloma
    www.alomasantiques.com
    Hi Aloma,

    The default "temp" folder is locate in your root directory, and is specified in the EP configuration as "temp/" (no quotes).
    Yes, you are encourage to rename this to something obscure!. The root directory is the same location that you uploaded your site to.
    You do have to manually create temp and upload it if it does not exist on your site.

    Hope I explained that clearly.

  3. #313
    Join Date
    Apr 2012
    Posts
    15
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    thank you so much! i got it working now...whew <---->

  4. #314
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    Yes. I will submit to the zencart team once I'm done with 'beta' ... which is very close.
    That's fantastic, thanks Chadd!

  5. #315
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi,

    I just installed this on a site and am using it for export only at the moment. I notice in admin/Tools/Easy Populate 4, down the right hand side, there are a number of things listed. In particular there is this...

    Custom Products Fields
    Product Short Descriptions: FALSE
    Product Unit of Measure: FALSE
    Product UPC Code: FALSE
    Google Product Category: FALSE
    Manufacturer's Suggested Retail Price: FALSE

    I would like to set the first of those, Product Short Descriptions, to TRUE. Where are the settings that affect these? I don't see anything under the Configuration/Easy Populate 4 menu.

    I would also like to export the number in stock.

    Thanks for working on this great mod.

    Rob

  6. #316
    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 rstevenson View Post
    Hi,

    I just installed this on a site and am using it for export only at the moment. I notice in admin/Tools/Easy Populate 4, down the right hand side, there are a number of things listed. In particular there is this...

    Custom Products Fields
    Product Short Descriptions: FALSE
    Product Unit of Measure: FALSE
    Product UPC Code: FALSE
    Google Product Category: FALSE
    Manufacturer's Suggested Retail Price: FALSE

    I would like to set the first of those, Product Short Descriptions, to TRUE. Where are the settings that affect these? I don't see anything under the Configuration/Easy Populate 4 menu.

    I would also like to export the number in stock.

    Thanks for working on this great mod.

    Rob
    Hi Rob,

    There are some mods that I have add support for. These are auto detected (the script check the database to see if the column exists). So to use these fields, you would need to install the mod.

    Product Unit of Measure (UoM) is my own unpublished mod (may get around to it once done with EP) that lets you ad the UoM to the price: $12.95 ea

    Product UPC can be added from Numinix's products fields (not all his are supported here at this time).

    The Products short description is quite old. I don't know if it's been updated for 1.39 or 1.50.

    -chadd

  7. #317
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I see.

    I didn't ask the client why they wanted this, but I'm guessing they don't need the entire description in the download. Is there a way that I can customize the script to just use the first 100 characters of the description or something like that?

    Rob

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

    Default Re: EasyPopulate 4.0 Support Thread

    It may be possible, but you risk them using this data for the import and truncating any existing descriptions.

  9. #319
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    As I said, they only want to use this for downloading. I'll take a look at the files and see what I can find.

    Rob

  10. #320
    Join Date
    Feb 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    Hi Stan! How have ya been?

    Yeah, Johnny has some awesome stuff in his code. Haven't been in touch for some time. I don't know what he thinks of 1.5. I think zenmagik will have to catchup before he considers supporting 1.5. When I complete attributes for EP4 I'll give him another poke to see if he interested in the code. We had different ideas on how to solve the issue. His were more along the lines of what langer does in his 3.03 version. I have a rant about that somewhere :) ....

    You are correct. I do NOT have any nice stats to the attribute import yet. I added the stats so you could turn off "verbose" output for better performance, but since I'm still working hard on the import code so I haven't added stats yet. What "price" are you referring to?

    Yes, for Attribute import to work you need to follow naming convention of the file.

    I am going to be back on attributes very soon. I got sidetracked fixing the UTF8 multi-byte character handling for multi-lingual categories which I'm going to try to push to github tonight. Then it's back to giving myself monster headaches with attributes!

    -chadd
    hey chadd been awhile!

    . actually did a native zenmagick version of EP .. but with most of the same code internally for products (for the moment).

    I ended up writing importers for reviews, coupons and order status history. I also made it so you could map your own header file format to the internal names via a yaml file.

    I never did finish it for export though since i've been busy with zm core dev.

    I doubt i'll ever work on a zencart native version of EP again, but i'd still be interested in seeing your code.

    (especially since the next version of the zenmagick admin mostly works as a dropin replacement for the zc admin without any file modifications)

 

 

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