Zen Cart Logo
Forums / Addon Admin Tools / EasyPopulate 4.0 Support Thread

EasyPopulate 4.0 Support Thread

Sticky

Views: 733,155

Results 2,221 to 2,240 of 3,671
19 Feb 2016, 7:46 PM
#2221
allmart avatar

allmart

Zen Follower

Join Date:
Feb 2016
Location:
Canada
Posts:
192
Plugin Contributions:
0

EasyPopulate 4.0 Support Thread

Fixed...Thanks again!!!

19 Feb 2016, 8:05 PM
#2222
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

allmart:

Fixed...Thanks again!!!

No, thank you. Wish there wasn't a need, but keep the comments coming as identified. While not everything will definitely be included as requested, at least attention can/would be provided. :) Nice to have a fresh set of eyes to offer input.

25 Feb 2016, 11:40 AM
#2223
decalman avatar

decalman

New Zenner

Join Date:
Feb 2016
Location:
Australia
Posts:
3
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

HI there,

I am trying to work out how to add my products via Easy pop 4, I have added 1 x product with the attributes i require through admin and downloaded the CSV file for the attibutes, I then tried to add another product using the CSV however when i goto import the file it comes up with SKIPPED! - Attribute Entry on Model: dk_0601k0116 - Not Found!. I am only adding the products to the Attrib-Detailed-EP2016Feb24-001019 file, should i be edditing other CSV files as well??

Anyhelp will be fantastic as i have around 2000 products to add with different attributes and through admin will take a very very long time

Thank you in advance

Glenn

25 Feb 2016, 11:53 AM
#2224
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

decalman:

HI there,

I am trying to work out how to add my products via Easy pop 4, I have added 1 x product with the attributes i require through admin and downloaded the CSV file for the attibutes, I then tried to add another product using the CSV however when i goto import the file it comes up with SKIPPED! - Attribute Entry on Model: dk_0601k0116 - Not Found!. I am only adding the products to the Attrib-Detailed-EP2016Feb24-001019 file, should i be edditing other CSV files as well??

Anyhelp will be fantastic as i have around 2000 products to add with different attributes and through admin will take a very very long time

Thank you in advance

Glenn

Again, welcome to ZC!

So with regards to this issue and the way EP4 works. As you have found/desire, entry of multiple products in a single "swoop" is easier with this plugin. That said, it still "follows" the same process. First the product must exist, and as part of "creating" the product, it must go into a category. Then, to apply attributes, the attribute(s) must exist (attributes basic), then the product is populated with the attribute(s) (attributes detailed). In each step that relates to a product, EP4 generally requires a unique model#; however, with EP4 version 4.0.32, it is possible to relate product by the products_id when the admiin configuration settings are "properly" set. A word of note/caution though is that it also depends on how you plan to use/automate EP4. If your import information will be from a vendor iin the form of some other file, then purely using the model# (or possibly some other field as recoded in Ep4) would be suggested. If the data to be imported will be "self generated" then use of the products_id might be more suitable. For those that don't yet have a model# associated, the same feature can be used to apply one to the product.

Help any?

25 Feb 2016, 12:06 PM
#2225
decalman avatar

decalman

New Zenner

Join Date:
Feb 2016
Location:
Australia
Posts:
3
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

Thank you sir, makes sense ( Sort of ) So in short, add the attribuets in the basic version then once complete get the advanced attibutes and set my prices?

25 Feb 2016, 12:48 PM
#2226
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

decalman:

Thank you sir, makes sense ( Sort of ) So in short, add the attribuets in the basic version then once complete get the advanced attibutes and set my prices?

Not quite based on the error message of the original post.

Add product,
At some point before assigning attributes to a product add attributes (attribute basic)
After product exists in database assign attributes (attribute detailed).
If continuing to experience difficulty with the code not permitting this to occur, please identify current version. Being used of EP4.

Product can be added by any file that doesn't begin with the predefined filenames. The suggested method is to use the full product link to obtain a valid file format then can modify it to suit for upload.

26 Feb 2016, 4:27 PM
#2227
lukaswlu avatar

lukaswlu

New Zenner

Join Date:
Mar 2014
Location:
Canada
Posts:
31
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

I have zencart 151 with easy populate for 15x.

It works great but I have Canadapost module and would like to add dimensions to my packages.
So I created v_products_weight v_products_length v_products_width v_products_height in my csv.
Run the file:
UPDATED! - Model: Vineco010 | Pinot Grig | 10 | 69 | 69 | 69 |
UPDATED! - Model: Vineco030 | Cabernet R | 18 | 69 | 69 | 69 |
UPDATED! - Model: Vineco034 | Merlot Was | 18 | 69 | 69 | 69 |
Upload Complete

So everything seems ok, but no, the lenght width and height did not update the weight did.
I can see the values in my products sql database. Not sure what I am doing wrong or if easy populate can do this?
Any help would be greatly appreciated.

26 Feb 2016, 4:41 PM
#2228
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

lukaswlu:

I have zencart 151 with easy populate for 15x.

It works great but I have Canadapost module and would like to add dimensions to my packages.
So I created v_products_weight v_products_length v_products_width v_products_height in my csv.
Run the file:
UPDATED! - Model: Vineco010 | Pinot Grig | 10 | 69 | 69 | 69 |
UPDATED! - Model: Vineco030 | Cabernet R | 18 | 69 | 69 | 69 |
UPDATED! - Model: Vineco034 | Merlot Was | 18 | 69 | 69 | 69 |
Upload Complete

So everything seems ok, but no, the lenght width and height did not update the weight did.
I can see the values in my products sql database. Not sure what I am doing wrong or if easy populate can do this?
Any help would be greatly appreciated.

Not sure when you say easy populate for 15x if you mean this version of easypopulate, or one of the others. If you have EasyPopulate v4 then yes the user defined product fields requested above can be imported (as well as exported) with one minor admin setting adjustment.

In the configuration settings for EP4, there is a user defined field option. Add to it: products_length, products_width, products_height

Try exporting the product information file, for product where this is already defined, the values should be present, for others they will be either blank or 0.
Then on upload of a file with those fields listed, if the fields are present the data ought to be updated/inserted as applicable.

26 Feb 2016, 4:57 PM
#2229
lukaswlu avatar

lukaswlu

New Zenner

Join Date:
Mar 2014
Location:
Canada
Posts:
31
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

Where do i find this configuration setting for ep4? I have nothing in my configuration menu.

My version just says "Easy Populate For ZenCart v1.5.x"

I think I need to upgrade?

26 Feb 2016, 5:06 PM
#2230
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

lukaswlu:

Where do i find this configuration setting for ep4? I have nothing in my configuration menu.

My version just says "Easy Populate For ZenCart v1.5.x"

I think I need to upgrade?

As one who has worked on this version of EP, I am inclined to say yes you do, but... That also is selfish. There are/have been multiple versions of EasyPopulate, each doing something slightly different, or perhaps upgraded for one version of ZC or another. I believe that this one has taken most of the features of other versions and provided a broader product. Could be wrong, certainly have received some suggestions for improved user interface, though this is pretty much a pet project for me. I just happened to see the value and that I could do something to keep it alive and so jumped in.

Anyways, the latest version is available at: https://github.com/mc12345678/EasyPopulate-4.0 or a slightly older version (soon to be replaced by the version referenced left) can be found at the first post of this thread.

EasyPopulate v4 clearly states the version information on the upper left admin screen area when accessed, so I would say that the version obtained is from a different thread/area.

26 Feb 2016, 7:11 PM
#2231
fwood avatar

fwood

New Zenner

Join Date:
May 2004
Posts:
50
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

First let me say that this may be my database. I saw a couple of hinky things earlier today, but thought it worth a shot looking for the answer here. If this has been addressed before I apologize. I did search and read, and search and read, and se.. well you get it.

I am using ZC 1.54, EP 4.0. It has worked as expected for everything so this threw me. Adding one attribute to all products in spreadsheet, except 6 that would have been the same with no update.
Uploaded/Imported Attributes Basic, reported "Imported with Issues". I recognized the issues because I had used an old spreadsheet to grab my model numbers and a few of those had been deleted, so no biggie. All others say "updated". None were updated.

26 Feb 2016, 7:59 PM
#2232
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

fwood:

First let me say that this may be my database. I saw a couple of hinky things earlier today, but thought it worth a shot looking for the answer here. If this has been addressed before I apologize. I did search and read, and search and read, and se.. well you get it.

I am using ZC 1.54, EP 4.0. It has worked as expected for everything so this threw me. Adding one attribute to all products in spreadsheet, except 6 that would have been the same with no update.
Uploaded/Imported Attributes Basic, reported "Imported with Issues". I recognized the issues because I had used an old spreadsheet to grab my model numbers and a few of those had been deleted, so no biggie. All others say "updated". None were updated.

Well, glad to hear that you've been using this for a while. Mind identifying which version of EP4 is/was being used?
Please verify/identify the filename (do not need/nor want the path, just the filename).
Was the "issues" log cleared after addressing the first round of issues/what are the contents of it now (can be scrubbed if necessary, just want to know about the condition of the code).
Perplexed at the same time not being sure if I fully follow the steps taken/verifications made, etc... Hope to resolve quickly though.

27 Feb 2016, 12:12 AM
#2233
lukaswlu avatar

lukaswlu

New Zenner

Join Date:
Mar 2014
Location:
Canada
Posts:
31
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

Ok I upgraded to the new version and it works perfect, thanks for all the help.

I think my old version was from 2009. 1.2.9???

27 Feb 2016, 12:18 AM
#2234
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

lukaswlu:

Ok I upgraded to the new version and it works perfect, thanks for all the help.

I think my old version was from 2009. 1.2.9???

Glad it works. Mind identifying which version you are currently using?

Sorry, I haven't kept up with the history of each of the different versions to be able to fill in details of the differences or anything. But am glad it's working. Now to just address fwood's issue...

28 Feb 2016, 1:04 AM
#2235
waterbender avatar

waterbender

New Zenner

Join Date:
May 2010
Posts:
84
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

Hi,

How do we bulk import a list of manufacturer using easy populate? What specific field names are needed in the file? Thank you.

28 Feb 2016, 2:47 AM
#2236
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

waterbender:

Hi,

How do we bulk import a list of manufacturer using easy populate? What specific field names are needed in the file? Thank you.

From the products table manufacturers_id (auto-generated) which cross references with the manufacturers table on a one-for-one basis, which links to manufacturers_info table on a one-to-many basis primarily because of the different languages available for things like a multilingual manufacturers_url.

There is a little of this already included, but not the whole thing and with 4.0.32 it is easier to add such info into the operation than before. Basically haven't seen the request really before so hasn't been added fully...

29 Feb 2016, 9:39 PM
#2237
wheat avatar

wheat

New Zenner

Join Date:
Oct 2006
Posts:
62
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

Other than starting with Model No -

  1. are there other required fields (as in can I leave some out of the spreadsheet)
  2. is there a "mandatory" order for the fields with information to be uploaded

Thank you for any help you may be able to offer.

P.S. we have successfully added the filed for UPC code but there are some others unique to most product lines we would like to include and a csv file with fewer columns would be much less cumberson

1 Mar 2016, 3:10 PM
#2238
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

wheat:

Other than starting with Model No -

  1. are there other required fields (as in can I leave some out of the spreadsheet)
  2. is there a "mandatory" order for the fields with information to be uploaded

Thank you for any help you may be able to offer.

P.S. we have successfully added the filed for UPC code but there are some others unique to most product lines we would like to include and a csv file with fewer columns would be much less cumberson

So, for the most part, this somewhat depends on which of the two currently supported versions you decide to download. The primary thread in github for this module has not yet been updated with the latest beta because there had been some issues identified with the changes that were made. The version referenced by the first post of this thread which is EP4 4.0.29 does require some additional fields to remain in place for certain items to be updated and it only supports using Model No. Version 4.0.32 (which in supporting another developer to add bookx product type management has required a few additional notifiers is to soon be updated to 4.0.33) is located by reviewing the last few pages of posts on this thread should allow updates for only the fields that are provided when imported and also now also supports the use of products_id and/or products_model, this aspect remains in review and if/when found to be otherwise functional please comment.

Another update to 4.0.33 is expected to help the store operator a little when entering the path to the file storage area. In times past, EP4 would accept storing a path from the store's base file location in the database, regardless of whether it was a path to the admin directory or somewhere else. Unfortunately for EP4, even ZC doesn't store information in the database about the admin directory path, so I saw it necessary to follow the same vein and to identify a way to not add the admin path to the database. At present though, the path could still be entered contrary to direction/request. So, I've found a way to "automatically" rework the indicators when EP4 is accessed but am looking to move that action up to the point of initial data entry instead.

There is absolutely no sequence necessary for the fields that are included other than I believe there should not be any missing field headers between columns... Haven't tried it, don't know what would happen. :) If you happen to have Stock By Attributes installed, I can say that there was some consideration into the sequence of the columns generated for upload to minimize the likelihood of an inadvertent change being made to the data that could cause a bad import, but sequence is still not required.

Now, all that said, if you have taken some time to read through the documentation or installed the application, you would have seen that there are some filenames that are "triggers" or do specific actions. For example a specials file causes different operation than a full product file. This has to do with the internal tables and ties between data and the tables. One thing that has made EP4 a bit of a powerhouse is that the queries and data are focused on the task rather than having large queries with lots of data. Your extra product table fields can be added and should be processed as discovered in the data file.

1 Mar 2016, 4:56 PM
#2239
wheat avatar

wheat

New Zenner

Join Date:
Oct 2006
Posts:
62
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

mc12345678:

Now, all that said, if you have taken some time to read through the documentation or installed the application, you would have seen that there are some filenames that are "triggers" or do specific actions. For example a specials file causes different operation than a full product file. This has to do with the internal tables and ties between data and the tables. One thing that has made EP4 a bit of a powerhouse is that the queries and data are focused on the task rather than having large queries with lots of data. Your extra product table fields can be added and should be processed as discovered in the data file.

Pretty much the second I hit Post - i realized I had not included version details - my apology - circumstances did not allow me to "fix that"

Thank you for your response, it will be helpful.

Wheat

1 Mar 2016, 5:13 PM
#2240
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

wheat:

Pretty much the second I hit Post - i realized I had not included version details - my apology - circumstances did not allow me to "fix that"

Thank you for your response, it will be helpful.

Wheat

That's no problem, I realize you're shopping around to find the application that works for your situation.

I really look forward to posting this as a plugin although chadder and I have spoken about and begun a more html related documentation. It's been several years now in the making of that and to be honest, with the other questions that still arise routinely, it doesn't seem like it would make much difference as in most cases (I wouldn't necessarily say that those you have asked directly apply) the answer is in the existing documentation.

I have a few things that would help tie the process together like posted in the last couple of pages, but I think that 4.0.33 will be a good kick off point for that. Then the bookx addon will be able to follow suit. It's incorporation is nearly complete, there's just some other things that are being worked on to make it a better middle step between manual entry and bulk upload...