i use the shop configuration.
PHP Code:
<?php
$template_dir = "template2";
define('SITE_NAME','shop');
define('HTTP_SERVER', 'http://www.domain.de');
define('HTTPS_SERVER', 'http://www.domain.de');
define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
?>
maybe the problem is something in the code. I use zen cart 1.3.7.
For the second shop i use www.test.domain.de and a old template from the shop but if i go to the site i'm redirected to my shop site.
PHP Code:
<?php
$template_dir = "template1";
define('SITE_NAME','test');
define('HTTP_SERVER', 'http://www.test.domain.de');
define('HTTPS_SERVER', 'http://www.test.domain.de');
define('CATEGORIES_ROOT','2'); //root categories is 1 for this site
?>
Thank you so much for your ideas. But it did not help.
the only thing i did not find to change in my tpl_categories.php, was this, but this should not so effect the category.
PHP Code:
#############################################################################
### FILE includes/templates/template_default/sideboxes/tpl_categories.php ###
#############################################################################
Line 33:
$specials_index = $db->ExecuteRandomMulti($specials_index_query, MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX);
Replace by:
$specials_index = $db->ExecuteRandomMulti(cat_filter($specials_index_query), MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX);
Hello,
i have another question: is it theoretically possible to change something in the sites_switch.php to use one domain?
www.domain.de/shop1
www.domain.de/shop2
thanks yps
I'm trying to add
define('CATEGORIES_ROOT','11'); //root categories is 21 for this site
to site2.com_config.php
if it's set to anything but 0 and then I go to view store2 the category links in the sidebox are missing their text and when I click on the link I get a page showing nothing but the head banner
debug says
[10-Jan-2010 07:57:37] PHP Fatal error: Call to a member function MoveNext() on a non-object in /home/myID/public_html/mysite1.com/includes/classes/category_tree.php on line 68
line 68 shows $categories->MoveNext();
Multi-site log says (I don't know if it's related)
Query not changed:
select manufacturers_id, manufacturers_name from zen_manufacturers order by manufacturers_name
this info is what I've gathered but I don't know what it means or what to do about it. I'd like to be able to set the category.
I'm contemplating using Multi-Site Module for an upcoming project. Are there any known issues with the following add-on modules that I should be concerned with?
FCK Editor
Google Analytics
How Did You Hear About Us?
You May Also Like - Another Cross Sell Module
Quickbooks Import - Pro Edition
Gift Wrapping Module
Inventory by Attribute Module
Will I be able to have slightly different graphics for each domain.
Thanks,
Hi,
I have installed apple_zen with this mod at
http://site1.comparethebonus.com/
http://site2.comparethebonus.com/
everything seems to be working fine except the dropdown menu on the second site, i cant firnd a similar case in this thread, can anyone help?
Notyet
Bookmarks