You have the wrong version (it's not EP 4.0) ... this thread is for my version currently only on github:
https://github.com/chaddro/EasyPopulate-4.0
-chadd
You have the wrong version (it's not EP 4.0) ... this thread is for my version currently only on github:
https://github.com/chaddro/EasyPopulate-4.0
-chadd
This is an awesome contribution bro. Awesome work. Question though....
First I am creating a site and my suppliers are all drop shippers. All the cvs/xls files I'm getting are different, ie names, descriptions, ext ext. I am an amature coder, I created a PHP (page really) that takes the file and edits the fields to create the columns I want. For example the one suppliers cvs file had 4 columns that I needed into 1. Only one column had <HTML> tags so I had to move the data where I wanted it with in the Description and add the <HTML> tags I wanted, lastly save the file as a CVS.
I downloaded the complete products list from my site using Easy Populate. Deleted all the data. Then C&P'ed all the data into the respective fields. Uplaoded it. (after a little messing around) it worked great.
My question for you is: My next step will be to have my custom PHP page create the appropriate cvs file that will upload into Easy Populate in order to update or add new products. What are the fileds I need for sure? Ones I leave out will they get the default value in the database??
Thanks
Trying to import Attributes via the Basic Products Attributes (basic single-line).
Started with:
Revised and added the following record to the excel sheet
v_products_model
50165
v_products_options_type
5
v_products_options_name_1
Color
v_products_options_values_name_1 Pink
When I imported the csv file, not only Color Pink was not attached to Product Model 50165, color Pink was not added as an "Option Values".
What did I do wrong? How else would you add the attributes via EP4?
Using Zen Cart 1.5.1
And also following is the result from the upload.
Import Results
.
.
.
UPDATED! - Model: 50165 | 5 | Color | Pink |
.
.
.
Finished processing the the import file
Updated records: 13
New Imported records: 0
Errors Detected: 0
Warnings Detected:0
.
.
.
Using Zen Cart 1.5.1
I think I found out where the problem started from.
After reading the "attribute_types.txt" in the mod, I realized I had changed the name of the csv file to "test.csv".
In the read me, it is stated that Basic Attribute Import file name must begin with "Attrib-Basic-EP" plus any other text you want
As soon as I changed the file name it updated the attribute.
NEW ATTRIBUTE! - Model: 50165, Option: Color, Values: Pink
Questions:
Was this the only thing I did wrong?
Does this rule apply to all other imports for EP4?
Last edited by Kevin205; 5 Mar 2013 at 12:34 AM.
Using Zen Cart 1.5.1
Kevin: You should be on the right track now. Some imports have file naming conventions because they act as switches to what the import script does.
This applies to category, attribute and pricing sheets. I have not yet put a restriction on the full sheet, but that may come...
Thank you for all you are doing.
How hard is it to add yet another field such as UPC/ISBN, to the scheme of import and export of products in EP4?
A lot companies are using UPC along with their model number.
Using Zen Cart 1.5.1
Thank you for all you are doing.
How hard is it to add yet another field such as UPC/ISBN Product Fields to the scheme of import and export of products in EP4?
A lot of companies are using UPC along with their model number.
Using Zen Cart 1.5.1