Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
SPH
Is the EP 1.2.5.4 in the works to be upgraded to 1.5? Just wondering, as I have not used this version for years.
Probably not. EP4 will assume the mantle going forward.
My only issue with EP4 is that it favours CSV over tab-delimited, and that's why I don't use it. When product descriptions are full of commas, and possibly the odd quote mark, it risks throwing the load file into total disarray.
Tab-delimiting is far more robust and error-resistant, and makes for a much easier conversion from spreadsheet to txt format (one of Langer's original reasons for choosing it).
Re: Easy Populate support for Version 1.2.5.4
I haven't run into problems yet, knock on wood. But will keep an eye on it.
sph
www.prom-mart.com
Ecommerce Cart Test area
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
fairestcape
Probably not. EP4 will assume the mantle going forward.
My only issue with EP4 is that it favours CSV over tab-delimited, and that's why I don't use it. When product descriptions are full of commas, and possibly the odd quote mark, it risks throwing the load file into total disarray.
Tab-delimiting is far more robust and error-resistant, and makes for a much easier conversion from spreadsheet to txt format (one of Langer's original reasons for choosing it).
Hi fairestcape!
Actually, there are provisions in the EP4 for using tab-delimited files. If you look at the first few lines of easypopulate_4.php, you'll see this. Note that I am using php's fgetcsv() function to read data from the input file. fgetcsv() is not perfect, but it is so much faster and less convoluted than langer's code. Feel free to experiment!
The main issues with fgetcsv() is that the CSV file must be properly formatted. OpenOffice does this correctly, but Excel is finicky depending on the platform (mac/pc) and version you are using.
-chadd
Re: Easy Populate support for Version 1.2.5.4
Let's keep discussion of EP4 in the EP4 thread, please.
Re: Easy Populate support for Version 1.2.5.4
I just installed EP4 and manually inputted a single product to copy formatting for other products.
When I downloaded the products file, the product wasn't in the file. I added a few products to the file from memory and then uploaded them.
The new products didn't load into zen cart, but when I download the file again the new products, but tnot the original were int he scv file.
Did I do something wrong in the install?
Also I would like to have my site in multiple languages, is there a possible additional descriptions that I can load with ep?
Thank you.
Andi
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
chadderuski
Hi fairestcape!
Actually, there are provisions in the EP4 for using tab-delimited files. If you look at the first few lines of easypopulate_4.php, you'll see this. Note that I am using php's fgetcsv() function to read data from the input file. fgetcsv() is not perfect, but it is so much faster and less convoluted than langer's code. Feel free to experiment!
The main issues with fgetcsv() is that the CSV file must be properly formatted. OpenOffice does this correctly, but Excel is finicky depending on the platform (mac/pc) and version you are using.
-chadd
I'll continue with this on the EP4 thread, but do have a comment on the above, that is relevant to 1,2,5,4
We only discovered this a short while ago, but it is very effective in "by-passing" the fussiness of Excel, and the inststence of Excel in saving .txt formats its own way.
This is what we do...
(We use CRIMSON EDITOR as our PLAIN TEXT EDITOR in matters of code editing, etc. So if you want to use our method of creating the tab-delimited TXT file that EP 1.2.5.4 requires, out of an Excel spreadsheet, then go and get CRIMSON EDITOR and install it.)
STEP ONE
Create your initial spreadsheet in MS Excel, using the columns relevant to your data import needs.
STEP TWO
SAVE this as a MS Excel spreadsheet... NOT as a TXT file.
STEP THREE
OPEN Crimson Editor
STEP FOUR
Toggle back to the MS Excel spreadsheet and HIGHLIGHT all the data. CTRL+C (copy) it to computer clipboard.
STEP FIVE
Toggle to Crimson Editor and CTRL+V (paste) clipboard contents.
You now have a "perfect", tab delimited file, which you just need to save as a .txt file.
Re: Easy Populate support for Version 1.2.5.4
its give me seccurity error and got mesage "Please contact administrator "
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
ludoto93
its give me seccurity error and got mesage "Please contact administrator "
You need to desribe what you did FIRST... How are we supposed to know what ause it to do this?
What were you doing BEFORE it ame up with this message?
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
schoolboy
You need to desribe what you did FIRST... How are we supposed to know what ause it to do this?
What were you doing BEFORE it ame up with this message?
i fix it but i dont know how to add products now ? example my categorie id is 150 then how to add 10 products same time there?
Re: Easy Populate support for Version 1.2.5.4
I am am SUPER new to zen cart and easypopulate.
May I know if easypopulate 1.2.5.4 is still working with zen-cart 1.5?
Or I must now use EP 4.0?
Please help me!!! Thank you very much.