Hi Everyone..

I am using this module to import data from zencart. I recognize that this module was written for OSCommerce, but the stores share common core tables and other people have had success using this module with zencart.

My problem is that my zencart database tables are currently prefixed with zen_. I configured osCommerce Profile correctly enough to be authenticated by the database, but upon trying ‘Run Profile’ I am getting the message
"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'brass5_brasslinepro.languages' doesnt exist "
I have unsuccessfully tried with and without setting the ‘prefix’ option to ‘zen_’. It appears to me that the prefix field is not currently being referenced by the osCommerce Migration Tool (Mage_Oscommerce v1.0.19700). I have verified that the table ‘brass5_brasslinepro.zen_languages’ exists.

Any ideas? Thanks!