This is a file that contains simple instructions on how to add a new field to use with Easy Populate.
Can be used with EZ New Fields contribution also.
Check http://forums.oscommerce.com/index.php?showtopic=69618
if you find bugs or need help.
-Dave
Legend: 
Download

Report
This update is for those using the New Fields with Easy Populate.
------------------------------------
When I used the Easy Populates feature:
Download Model/Price/Qty tab-delimited .txt file to edit
I proceeded to update my inventory and then reloaded the file through Easy Populate. All the data in the New Fields I added was lost and the fields appeared empty in my shopping cart.
The fix for this problem has to be made in admin/easypopulate.php
Fixed error 1136 - Column count doesn't match value count at row 1.
(This part of the file: [Below that line add: '$v_products_artist',] was missing the comma which was causing that error when importing new items.)
New Update. Errors fixed.
Update to allow user to search on the new fields in the product table and display the results.
Also shows new fields in the lets see what we have here, and search results product lists.
This Contribution is a rework of the last contrib in this section added by Mike Mierzwa.
Additional product fields can be added and now you can edit the new product fields in the admin section with all the standard product information.
Easy populate does not needed for this contrib, if you do not use easy populate you can still add fields to your products and just use the admin section to add or edit as usual.
This contribution was updated to work with version 2.74 of easypopulate. This update helps add new text based product fields to your database. Adding the fields to the database using PHPmyadmin, then altering some oscommerce files to allow easypopulate to uplaod and retrieve these fields. last we alter the product_info.php file to show these fields on your page.
This file tells you how to add a custom extra field to the products description table rather than the products table. It is slightly more complicated as it must deal with multi languages
This is a file that contains simple instructions on how to add a new field to use with Easy Populate.
Can be used with EZ New Fields contribution also.
Check http://forums.oscommerce.com/index.php?showtopic=69618
if you find bugs or need help.
-Dave