Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Gerome
make different domains with the SAME folder on your server; This folder should contain the zen-cart shop.
Example:
These two index.php files should be the SAME file
www.site1.com/index.php
www.site2.com/index.php
So you can make it work with only one file system.
Follow the instructions and good luck.
Can these that manage to install this module properly point me out what needs to be added in the instructions ?
Thanks.
Hello, Gerome:
I started page 1 to read all the posts within this thread. And I run into this post.
I don't understand how you can use one folder for two different domain names. It seems my hosing company allows me to have one folder for each domain and each subdomain name. So I just uploaded the files vis FTP to the individual folder. Also what is exactly is a "dedicated server"?
My hosting company is called Dreamhost, by the way.
Thanks a lot!
lina
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
lina0962
Hello, Gerome:
I started page 1 to read all the posts within this thread. And I run into this post.
I don't understand how you can use one folder for two different domain names. It seems my hosing company allows me to have one folder for each domain and each subdomain name. So I just uploaded the files vis FTP to the individual folder. Also what is exactly is a "dedicated server"?
My hosting company is called Dreamhost, by the way.
Thanks a lot!
lina
If you have a dedicated server, you have to activate the "wildcard", then any domain name going to your IP address will go to your main website.
If not, then it not that easy. With 1and1 hosts, I can specify different domain name that will go in the same folder. If you don't know how to do it, ask your hosting company.
Re: MultiSite Module Support Thread
Hi Gerome.
Maybe this can help on filtering.
In the main_page=specials, main_page=products_new, main_page=featured_products the filtering provided in the includes/modules/ new_products.php , featured_products.php, specials_index.php don't working.
But if you add the filtering function in includes/templates/template_default/templates/tpl_modules_products_new_listing.php
line 23 :
$products_new = $db->Execute(cat_filter($products_new_split->sql_query));
the same for the templates featured_products and specials the filtering is working ok.
But now all products are displaying twice. :D.
Do you have any solution on this please?.
Re: MultiSite Module Support Thread
The
Quote:
Originally Posted by
stav
In the main_page=specials, main_page=products_new, main_page=featured_products the filtering provided in the includes/modules/ new_products.php , featured_products.php, specials_index.php don't working.
Should be
In the main_page=products_new, main_page=products_all, main_page=specials, main_page=featured_products the filtering provided in the includes/modules/pages/product_new/header_php.php , includes/modules/pages/products_all/header_php.php, includes/modules/pages/special/main_template_vars.php, includes/modules/pages/featured_products/header_php.php don't working.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
stav
The
Should be
In the main_page=products_new, main_page=products_all, main_page=specials, main_page=featured_products the filtering provided in the includes/modules/pages/product_new/header_php.php , includes/modules/pages/products_all/header_php.php, includes/modules/pages/special/main_template_vars.php, includes/modules/pages/featured_products/header_php.php don't working.
Do you have multiple languages ?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Gerome
Do you have multiple languages ?
Yeas I have two languages
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
stav
Yeas I have two languages
This is why the categories doesn't filter properly.
I have to review the queries in order to make it work with more than one language... I will hopefully have time to do that this week-end ...
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Gerome
This is why the categories doesn't filter properly.
I have to review the queries in order to make it work with more than one language... I will hopefully have time to do that this week-end ...
Ok Thank you very much :)
Re: MultiSite Module Support Thread
Hello, Gerome:
My two sites are www.loveinrose.com, and www.wholesale.loveinrose.com
After I followed your instructions to install multisite module, all the sideboxes disappeared. And I went to admin->tool->template selection and choose the right template for www.loveinrose.com (by the way, the template for loverinrose.com is "loveinrose", and I ranamed every other folder too), and then went to "layout Boxes Controller" and turned on a number of sideboxes.
But still no sidebox showed up in the www.loveinrose.com
Did I miss anything?
Lina
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
lina0962
Hello, Gerome:
My two sites are
www.loveinrose.com, and
www.wholesale.loveinrose.com
After I followed your instructions to install multisite module, all the sideboxes disappeared. And I went to admin->tool->template selection and choose the right template for
www.loveinrose.com (by the way, the template for loverinrose.com is "loveinrose", and I ranamed every other folder too), and then went to "layout Boxes Controller" and turned on a number of sideboxes.
But still no sidebox showed up in the
www.loveinrose.com
Did I miss anything?
Lina
have you been into: Tools -> Layout Boxes Controller ?
I can see two sideboxes in your site (categories and search..)
basically the sideboxes setting is independant for each site. When you add a new site, you have to set the sidebox for this new site.