Zen Cart Logo
Forums / Addon Admin Tools / Easy Populate 1.2.5.4 support

Easy Populate 1.2.5.4 support

Views: 1,301,266

Results 3,521 to 3,540 of 3,834
12 Dec 2011, 5:44 AM
#3521
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Easy Populate 1.2.5.4 support

bluejewelry:

come on , please there must have someone can help me out here.

Did you get my PM?

19 Dec 2011, 3:07 AM
#3522
makenoiz avatar

makenoiz

Zen Follower

Join Date:
Mar 2006
Posts:
284
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Has anyone set up a cron to use with Easy Populate to auto update? Would love to hear if youve been successful and if you have any tips. I cant seem to reach the developer of the original Easy Populate. Also, does anyone know what the difference was in auto populate and auto populate advanced 3.0?

28 Dec 2011, 12:34 PM
#3523
david_allen avatar

david_allen

Zen Follower

Join Date:
Feb 2008
Location:
Amersham, Buckinghamshire, United Kingdom
Posts:
141
Plugin Contributions:
1

Re: Easy Populate 1.2.5.4 support

makenoiz:

Has anyone set up a cron to use with Easy Populate to auto update? Would love to hear if youve been successful and if you have any tips.

I have set up cron job to auto update the stock - based on Easy Populate. However because it is running as a cron you have to remove quite a lot of stuff (all the d/load stuff for a start). Also because it is running as a Cron, none of the built in security stuff is applicable (application_top etc).
I ended up rewriting the whole thing to get it working properly (cut and pasting large chunks). Thre result is quite good - my client just uploads a stock file (via ftp) and the cron runs every hour to check for a new file, and if there is one, it uploads it all to the datbase.
A lot of things had to be hard coded though. Removing the program from the ZenCart framework means that you have to explicitly include the bits you need (like database access, tax functions etc).
Hope this helps point you in the right direction.

29 Dec 2011, 4:27 AM
#3524
agile4 avatar

agile4

New Zenner

Join Date:
Mar 2005
Posts:
33
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Forgive me if this has already been asked and answered, but I have been reading for a couple of hours and am still a little confused.

What is the differecne between EP 1.2.5.4 and EP 4.0? Do they work with each other or are is 4.0 an updated/rewritten 1.2.5.4 or what?

I am setting up a Zencart site for my sister in law and she is not web savvy and need a relatively simple way to add and remove products.

Thanks

Tom

29 Dec 2011, 3:48 PM
#3525
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

agile4:

Forgive me if this has already been asked and answered, but I have been reading for a couple of hours and am still a little confused.

What is the differecne between EP 1.2.5.4 and EP 4.0? Do they work with each other or are is 4.0 an updated/rewritten 1.2.5.4 or what?

I am setting up a Zencart site for my sister in law and she is not web savvy and need a relatively simple way to add and remove products.

Thanks

Tom

Hi Tom,

EP 1.2.5.4 is a port from OsCommerce's version by Langer. Many people have modded and tweaked it with varying degrees of success and failure with the end result of falling back to 1.2.5.4

EP 2.x ( hard to find :P ) Was an attempt to rewrite/update EP, but is considered very faulty. Don't use it.

EP 3.0.3 'Advanced' was Langer's attempt to commercialize his improved version. It can still be had, but Langer has not been seen for years now.

EP 4.0 Beta is my work. I have put much effort into cleaning up and improving the code, completely rewriting much of it. Much effort was put into improving it's performance so it can be used on any platform. RECENTLY tested on a store with 900,000 sku's.

It has been been separated from the 1.2.5.4 code and installs it's own configuration keys so you can actually have both 4.0 and 1.2.5.4 installed.
HOWEVER!! The files from EP 4 and 1.2.5.4 are no longer compatible. I have rewritten category importing and added many fields that 1.2.5.4 can't handle. It should be considered it's own product.

It's still "Beta" because it's not completely done to my standards. The most recent update at github has many fixes (centered mostly around multi-lingual stores).

Once caveat: Use OpenOffice to make your CSV files. Better cross platform compatibility. Excel sort of does it's own thing (that's MicroSoft for ya), and I haven't had a chance to sort things out for all the versions since DOS. OpenOffice also lets you PICK your language. UTF-8, ISO 8859-1, etc. Very useful for foreign language stores.

I do not have a complete set of Doc/How-To's but have detailed important things to know like you MUST used Products Model # and they should be unique.

I also have rudimentary attribute importing working, but this needs more work and features to be truly useful. AS IS, you can create your attributes and options name and apply them to your products (even multiple attributes per product) at upload. Attributes must be applied AFTER you have created a product.

You can get it at github here:

https://github.com/chaddro/EasyPopulate-4.0

You'll see a ZIP button. Be sure to also install Dr. Byte's MySQL backup tool. You'll always want to backup your store before doing imports (no matter what version you use).

OH! Before I forget. EP 4.0 is now compatible with Zencart 1.5!

-chadd

PS. I'd be remiss in not mentioning Apsona ShopAdmin. This is a paid product that has received many positive comments. I have not reviewed it myself, so I don't know if it can do things like import attributes, or quantity discounts like EP 4.

31 Dec 2011, 2:06 AM
#3526
agile4 avatar

agile4

New Zenner

Join Date:
Mar 2005
Posts:
33
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Thanks Chadd,

I just installed it and at was a piece of cake.

The only issue I have is that I can not download the export file from inside of ZC. I get a permissions error. I have the temp directory in my admin/temp folder. The folder is set to 0755 but the .cvs files are created as 0644. Not sure how to fix this, but I'm sure it;s covered somewhere in the thread, so I'll do a search in a few.

Thanks again.

Tom

31 Dec 2011, 3:05 AM
#3527
agile4 avatar

agile4

New Zenner

Join Date:
Mar 2005
Posts:
33
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

For now, I moved the /temp/ folder out of the admin folder and it fixed the download issue. Tomorrow, I'll try recreating it with a different method in the admin area to see if that works

Thanks

31 Dec 2011, 11:21 AM
#3528
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

agile4:

For now, I moved the /temp/ folder out of the admin folder and it fixed the download issue. Tomorrow, I'll try recreating it with a different method in the admin area to see if that works

Thanks

Hi Agile,

I now have a dedicated support thread for EasyPopulate 4.0:

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

In order to put your move your temp folder into your admin, you will have to add an .htaccess file and add the allowed file types as .csv and .txt (in the even you get an error log from EP4).

I know that works for 1.3.9. I haven't tested it under 1.5.

3 Jan 2012, 6:28 AM
#3529
kjsattic avatar

kjsattic

New Zenner

Join Date:
Jan 2012
Posts:
1
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Rob-adrenalfuel:

Update on my issue, hopefully someone can help.

Whenever I attempt to download a file from the easy populate console the admin prompts me to log in, and won't actually allow me to log in until I clear my zen cart cookies. I wonder if this is something to do with my store using .htaccess files?

Similar things occur when I tried to uninstall easy populate using the YOUR_ADMIN/easypopulate.php?langer=remove address in my browser

Really am stuck with whats causing this

I am having this same issue. Has anyone figured out what needs to be done to fix this? Would greatly appreciate any help. :unsure:
Thanks

8 Jan 2012, 4:35 PM
#3530
tamya avatar

tamya

Zen Follower

Join Date:
Feb 2007
Posts:
336
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

chadderuski,

I am wondering if this has been mentioned before, line 206 in easypopulate.php for zen cart 1.5 suppose to be <?php instead of <?.

I was getting this
'; echo 'Upload Directory: '.$tempdir.'
'; echo 'Verbose Feedback: '.(($ep_feedback) ? "TRUE":"FALSE").'
'; echo 'Split Records: '.$ep_split_records.'
'; echo 'Execution Time: '.$ep_execution.'
'; echo '
Custom Products Fields
'; echo 'Product Short Descriptions: '.(($ep_supported_mods['psd']) ? "TRUE":"FALSE").'
'; echo 'Product Unit of Measure: '.(($ep_supported_mods['uom']) ? "TRUE":"FALSE").'
'; echo 'Product UPC Code: '.(($ep_supported_mods['upc']) ? "TRUE":"FALSE").'
'; // Google Product Category for Google Merchant Center echo 'Google Product Category: '.(($ep_supported_mods['gpc']) ? "TRUE":"FALSE").'
'; echo '
Installed Languages
'; foreach ($langcode as $key => $lang) { echo $lang['id'].'-'.$lang['code'].': '.$lang['name'].'
'; } echo 'Default Language: '. $epdlanguage_id .'-'. $epdlanguage_name.'
'; echo '

Until i noticed that and made the change.

I am using Easy Populate 4.0.17 - Beta 12-24-2011

9 Jan 2012, 2:49 PM
#3531
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

TamyA:

chadderuski,

I am wondering if this has been mentioned before, line 206 in easypopulate.php for zen cart 1.5 suppose to be <?php instead of <?.

Until i noticed that and made the change.
I am using Easy Populate 4.0.17 - Beta 12-24-2011

Hi TamyA!

I have a dedicated support thread for EP 4 here:
http://www.zen-cart.com/forum/showthread.php?t=190417

In answer to your question, <? is a php short tag. It is not "wrong" per say, but it would be better if I didn't use them. Some server configurations may not recognize the tag. Thanks for the heads up. I'll fix it in the next update.

9 Jan 2012, 9:35 PM
#3532
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Easy Populate 1.2.5.4 support

Can someone please help me...

I am having trouble uploading my data sheets. I have tried everything! To Start I know its not my data. I am uploading a copy of Complete Catalog from Easy Populate with all but 1 record stripped out.

When I upload it it spins for about 3 minutes and returns like its trying to hit my back end again but the page looks like the front end (And its blank with my sites template)

DOMAIN/admin/easypopulate.php?split=0

If I refresh or click on the URL and hit enter it goes back to easy populate but nothing is updated.

I am running:

Zen Cart 1.3.8a
Database Patch Level: 1.3.8

11 Jan 2012, 5:54 PM
#3533
diytools avatar

diytools

Zen Follower

Join Date:
Oct 2008
Location:
Canada
Posts:
120
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

If cvs file size too big can't do it?

16 Jan 2012, 10:36 PM
#3534
hiddensecurity avatar

hiddensecurity

New Zenner

Join Date:
Nov 2011
Location:
Enid, OK USA
Posts:
16
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

https://www.mysite.com/my_hidden_admin/easypopulate.php?langer=install

Installation Successfull! A full download of your store has been done and is available in your uploads (temp) directory. You can use this as your 1st template for uploading/updating products.
File Full-EP2012Jan16-1503.txt successfully exported! The file is ready for download in your /temp/ directory.

I can't find Easy Populate in my admin tools area.

Easy Populate 1.2.5.4

ZC 1.5

16 Jan 2012, 11:36 PM
#3535
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

hiddensecurity:

https://www.mysite.com/my_hidden_admin/easypopulate.php?langer=install

Installation Successfull! A full download of your store has been done and is available in your uploads (temp) directory. You can use this as your 1st template for uploading/updating products.
File Full-EP2012Jan16-1503.txt successfully exported! The file is ready for download in your /temp/ directory.

I can't find Easy Populate in my admin tools area.

Easy Populate 1.2.5.4

ZC 1.5

EP 1.2.5.4 will not work with ZC 1.5.

Try EP 4.0 Beta.

17 Jan 2012, 2:39 AM
#3536
logic1 avatar

logic1

New Zenner

Join Date:
Jan 2012
Posts:
4
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Can you provide a link to that thread?:smile:

10 Feb 2012, 7:02 AM
#3538
huahinjoe avatar

huahinjoe

New Zenner

Join Date:
Feb 2012
Posts:
1
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Anybody can explain an easy simple way to insert a link into the admin menu without being rocket scientist to add a new addon?

I try to install an Excel populate addon but seems to be easier to forget the 1.5 and just stuck with 1.3.9....

Regards,
Joe

15 Feb 2012, 6:35 PM
#3539
sethf avatar

sethf

Zen Follower

Join Date:
Sep 2011
Posts:
228
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Hi

I import large amounts of new products into my database with this version of EP. All of the products get uploaded to a single 'Upcoming Products' category, and only have name, short description, price and stock information on it.

However, for some reason, EP assigns random manufacturers to the products I upload. I then have to re-download the full EP, and delete the wrongly assigned manufacturers (this only happens with the 'Upcoming Products' category).

How can I solve this, and should I update to EP 4 beta?

Thanks

18 Feb 2012, 1:56 AM
#3540
jimmyv avatar

jimmyv

Zen Follower

Join Date:
Feb 2008
Location:
Philadelphia
Posts:
292
Plugin Contributions:
2

Re: Easy Populate 1.2.5.4 support

I have the 1.5 version of my ep contribution ready and will upload to downloads section this weekend. Seems to do everything cleanly if you have problems please pm meits easier