Quote Originally Posted by twitchtoo View Post
One common problem is file uploading. You clicked that upload button 100 times, even checked the remote server to see if the file is there, but you can't see that it isn't or the 'new' file didn't overwrite the old one.

Multisite uses the template names as the switch. If you can't switch it back after installing and removing this module then the remote files are mismatched, or there's a file or SQL statement lingering that is preventing the native code from working properly.

The native zen cart file wants to see template name in: includes/templates/YOUR_TEMPLATE/template_info.php
Then it wants to see the folders that contain the php files named: YOUR_TEMPLATE or it will just load the files found in TEMPLATE_DEFAULT

Regardless you should never change what was in TEMPLATE_DEFAULT before or after installing this or any other mod.

This also assumes there were no errors when you ran the SQL changes?
Thanks for your answer. I was now able to figure it out :) The problem was as u said with uploading. For some reason the configure.php didnt get uploaded (or couldnt be overwritten). Must have missed that. I deleted the configure.php, made the changes in an offline-backup version and re-uploaded it. Works fine :)
Other problem was that my template names as well as the domain name contains the symbol '-' so it got really messy but i got that to work too now :)