balihr:
The whole point of this module is to have ONE zc installation only.
So, install zen cart in your root or subdomain. Configure everything you need to get it working. Go to your cpanel and create an ADDON domain. When creating it, it will ask you for the document root - just point it to the folder where you've installed zencart.
Look at the screenshot attached. Let's say you've installed zencart in your site1 folder and it opens with site1.com and now you need to configure site2.com
Of course, nameservers should be set before doing this...
Now you need to setup your config_sites folder with the appropriate _config.php files. Keep in mind that you'll need both www.site1.com_config.php and site1.com_config.php if you want your site to open with both addresses. Or, do a 301 redirect for site1.com to https://www.site1.com. The same goes for site2.
Have fun!
balihr, you seem like the one i understand the best on here - good clear communications..
with that said, in your above example, i have that all working correctly BUT i can't get the checkout pages to work for site2.
what i mean by that is that if i put in the _config.php for my secondary site something like this - define('HTTPS_SERVER', 'http://curiousfootwear.com'); - it works fine and takes the user to the checkout pages.. but if i put this - define('HTTPS_SERVER', 'https://curiousfootwear.com'); - it brings up a warning screen that 'the connection is untrusted - do you want to add an exception - blah, blah, blah'.. if i add the exception it takes me to the checkout pages fine but of course, this won't work with a customer..
and i know this is related to my SSL but i have NO idea how to set this up in zen let alone with Godaddy (who i bought the SSL through).. The SSL works great with the main site btw.
any ideas what files need to be updated/changed? anything else i need to do?? these sites are running on a Hostgator VPS.
Thanks in advance.