Quote Originally Posted by Scrat View Post
Hi,

I did a backup from within Zencart, using the Backup utility. I have just tried your suggestion and this is the error I get?
Code:
#1048 - Column 'configuration_group_id' cannot be null
I suppose because I did a backup this way it only backups the Data not the database fields!
So you're trying to restore from your backup? What backup utility are you using, the downloadable contrib? Something on your host's control panel? phpMyAdmin?

Whatever the answer, your question would be better posed to someone who's responsible for that utility. The error you have sounds like the backup set the configuration_group_id for reinserting configuration entries to NULL. I believe that's okay in the latest versions of MySQL (v5.x), but not earlier versions like v3.23. This is why I always recommend phpMyAdmin for all DB editing, it's smart enough to change syntax based on your server version.
Quote Originally Posted by harlyman View Post
After some more brain tweeking the problem is that my sub-total has tax included, thats why your module shows the total wrong, so i figured this problem to my problem not a SO problem, i think all i have to do is to get zen-cart to show sub-total without tax in admin, that way when i edit an order it will be correct, i just need to find the correct file to edit or setting to fix:) any hint?
Admin > Configuration > My Store > Display Prices with Tax in Admin

Not too obvious a hint I hope...
Quote Originally Posted by m8trixdg View Post
Ho do I implement the Federal Tax ID ?
Read the README file.