Quote Originally Posted by wtfbbq View Post
Is there a way to make this work with this add-on?
MAP Pricing ( m.a.p ) : Add to Cart to See Price
http://www.zen-cart.com/downloads.php?do=file&id=66
If this mod only adds fields to the products table, then you should be able to use the User Defined Products Fields to add these to your import sheet. After installing the MAP mod, look at the products table or sql you used to modify the table for the field names. Then add these under the Configuration > EasyPopluate 4 :: User Defined Products Fields.

Separate the fields with a comma, but do not add spaces, for example: field1,field2,field3
Do not add quotes either.

Your sheet will then export with columns for these fields as: v_field1, v_field2, v_field3

Let me know how that works for you!
-chadd