Quote Originally Posted by new12 View Post
How would I set up Easy Populate to import the fields in the Book Type addon? I need to import products using CSV, but also need these fields to import.
Thanks!
Hi New12,

This is a loaded question ... if you know PHP and MySQL you can customize the easypopulate.php file to add these fields. If the columns added with this "Book Type" are just in the products database, you may be able to do it quite easily by following the example of other fields in this database.

Also, version 1.2.5.4 does not support CSV. You would have to look at some of the other versions for that code, but be mindful that many of those tend to have problems... you would have to do some extensive reading in those threads to identify those issues.

-cj