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
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
sweetaloma
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.
Re: EasyPopulate 4.0 Support Thread
thank you so much! i got it working now...whew <----> :blush:
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
chadderuski
Yes. I will submit to the zencart team once I'm done with 'beta' ... which is very close.
That's fantastic, thanks Chadd!
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
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
rstevenson
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
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
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.
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
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
chadderuski
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)