
Originally Posted by
danielosko
If you are using ZenCart Version 1.50 or higher, the QBI Free Plugin will not function. You would need to spend well over $100.00 to BUY the Plugin for ZenCart Version 1.50 from the Author.

However, after many hours of research and learning code on the way. I found out how to get Quickbooks Import QBI Version: 3.21b to work for my Zen Cart 1.3.9x since Adam is keeping most of us in the dark. I don't blame him. If I spent as many hours as he did working on an awesome plug-in, I would want to be compensated for my time as well instead of giving out free support.
Anyways, anybody who wants Quickbooks Import QBI Version: 3.21b to work on at least Zen Cart 1.3.9x (have not tested v1.5x) need to update the following files:
qbi_v3_21b_zen/catalog/admin/qbi_0_00_3-21.sql
qbi_v3_21b_zen/catalog/admin/qbi_1_00_3-21.sql
Look thru each file for this line of code:
Code:
updated timestamp(14) NOT NULL,
added timestamp(14) NOT NULL,
AND CHANGE IT TO (REMOVE THE (14)):
Code:
updated timestamp NOT NULL,
added timestamp NOT NULL,
Also you may need to change the following code depending on which version of phpMyAdmin/MySQL you are using from:
To:
and Save changes and Install Databases.
Let me know if this works for you!
Bookmarks