Re: MultiSite Module Support Thread
I have a fresh install functioning on one domain, and I want to set up another site on a second domain. I've gone through the procedure, created and installed a second template, created the config files for each domain, but I cannot get past the 'domain does not exist' error, which shows for the primary domain. I know this is to do with htaccess, but I cannot find any instructions or directions on setting up a htaccess for two domains. Can someone point me to this?
Re: MultiSite Module Support Thread
This is too messy for me. Having two domains - which I cannot see anyone to have dealt with successfully - and Ceon SEO stuff in htaccess, I've abandoned ship. I've carefully gone through removing the files and replacing with the originals, and run the uninstall.sql. Now I can on longer control template selection: whichever template I select, I get template default, which suggests that something is blocking template selection. Any ideas on what this might be, or why?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
I will add it to the next release (somewhere in September)
Thank you
Re: MultiSite Module Support Thread
I want to some something similar to this in my Admin<Customers page to display the "State, City, And Country" next to the "Company Name" for every customer.
Can you guide me thru this? I tried to find similar codes in the "admin/customer.php" page but don't know how to implement this. Any help is greatly appreciated.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
I will add it to the next release (somewhere in September)
I want to do something similar to this in my Admin<Customers page to display the "State, City, And Country" next to the "Company Name" for every customer. I know this should be similar to display which site an order is coming from, but can't make it out from heads to toe.
Can you guide me thru this? I tried to find similar codes in the "admin/customer.php" page but don't know how to implement this. Any help is greatly appreciated
Re: MultiSite Module Support Thread
Hi all
Great little mod and works really well. We would like to add custom url's for each site. Has anyone managed to do this? If so what did they use?
Thanks
Col
Zen cart 1.5.1 with multi-site
Re: MultiSite Module Support Thread
Hi All
I am in the process of setting up this mod and have encountered a little issue.
I made a copy of my live site on my PC and using WAMP installed the mod, got it working, then loaded the files live.
However to cut a long story short I am now unable to login unless Admin -> Sessions -> Recreate Session is set to FALSE.
Previously I did have this setting as TRUE, and when I roll back the files to my pre-multisite version it still works.
Strangely enough it works set to TRUE on WAMP but not on my hosting server?
Any ideas where to look to fix this - I'm stumped.
Re: MultiSite Module Support Thread
has anyone encountered the problem of not able to add products to shopping cart in one of the sites in multisite. currently I have 4 urls working and the 5th one is not letting me adding products in the shopping cart. any help is greatly appreciated.
Re: MultiSite Module Support Thread
Hi All, I installed multisite and got it working with respect to my subdomains now show the proper template and the main site works fine. The issue I have encountered is
When you are on site2 or site3 or site4, the links for the categories or anything for that fact all go back to the main shop. Plus there is nothing listed for the products on subsequent sites for their respective categories, which I have confirmed are set up in the multisite category area of the admin.
Any help is greatly appreciated. :) I have doublechecked the files you need to install (1 new files), the template modifications(merges) (2 required edits), optional files... switch is in place in the config, as well as site links with proper edits.
help is greatly appreciated!
Re: MultiSite Module Support Thread
Good Morning. I went back and compared all the files and all is good there. I have researched in this thread to see what I might have missed. I found a post by @balihr which was very helpful about cpanel set up for multisite.
@balihr I followed your directions to a T with regards to going into cpanel and setting up a subdomain redirect and now my category links and all links on the shop are proper (meaning they include the shop2. prefix to keep them on the shop2 site)
@balihr, would it be ok if I pm you a link to what I am talking about? I would greatly appreciate a second set of eyes. :)
Now my issue is: images are missing and there is no template showing at all.
I am ohhhh sooo close and any help is greatly appreciated. Do you know if there is anything else I can check?
My subdomain entry in cpanel looks like
shop2.mysite.com home/public_html/shop Redirection - not redirected
My shop2.mysite.com_config.php looks like
<?php
$template_dir = "site2";
define('SITE_NAME','site2');
define('HTTP_SERVER', 'http://shop2.mysite.com');
define('DIR_WS_CATALOG', '/shop/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');
define('STORE_NAME','storename'); //Store Name
define('CATEGORIES_ROOT','7'); //root categories is 1 for this site
?>
Quote:
Originally Posted by
dennez
Hi All, I installed multisite and got it working with respect to my subdomains now show the proper template and the main site works fine. The issue I have encountered is
When you are on site2 or site3 or site4, the links for the categories or anything for that fact all go back to the main shop. Plus there is nothing listed for the products on subsequent sites for their respective categories, which I have confirmed are set up in the multisite category area of the admin.
Any help is greatly appreciated. :) I have doublechecked the files you need to install (1 new files), the template modifications(merges) (2 required edits), optional files... switch is in place in the config, as well as site links with proper edits.
help is greatly appreciated!