Results 1 to 10 of 2242

Threaded View

  1. #11
    Join Date
    Dec 2009
    Location
    fort wayne, indiana
    Posts
    11
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    @ALL,

    again trying to get things to work. First, I took everything out of the categories descriptions column except for the html comment. Then, set up the config_sites folders thusly:
    ----------------------------

    ZEN APP is in folder --> mydomain.com/folder/shop

    ALL PRODUCTS AND CATS (crafts, foods and books) ARE IN THIS SITE

    CONFIG FILES 1-2
    mydomain.com_config.php, www.mydomain.com_config.php
    Code:
    <?php
     	define('DIR_WS_CATALOG', '/');
    	define('DIR_WS_HTTPS_CATALOG', '/');
    	$template_dir = "mihluna";
    	define('SITE_NAME','FAIR');
    	define('HTTP_SERVER', 'http://www.mydomain.com/folder/shop');
    	define('HTTPS_SERVER', 'https://www.mydomain.com/folder/shop');
    	define('CATEGORIES_ROOT','0'); //root categories is 0 for this site  
    ?>
    CONFIG FILES 3-4 / JUST CRAFTS IN THIS SITE
    crafts.mydomain.com_config.php, www.crafts.mydomain.com_config.php
    Code:
    <?php
    	define('SITE_NAME','CRAFTS');
     	define('DIR_WS_CATALOG', '/');
    	define('DIR_WS_HTTPS_CATALOG', '/');
    	$template_dir = "CRAFTS_mihluna";
    	define('CATEGORIES_ROOT','3'); //root categories is 3 for this site  
    ?>
    CONFIG FILES 5-6 / only FOOD HERE
    foods.mydomain.com_config.php, www.foods.mydomain.com_config.php
    Code:
    <?php
    	define('SITE_NAME','FOODS');
     	define('DIR_WS_CATALOG', '/');
    	define('DIR_WS_HTTPS_CATALOG', '/');
    	$template_dir = "FOODS_mihluna";
    	define('CATEGORIES_ROOT','2'); //root categories is 2 for this site  
    ?>
    CONFIG FILES 7-8 / just BOOKS IN HERE
    books.mydomain.com_config.php, www.books.mydomain.com_config.php
    Code:
    <?php
    	define('SITE_NAME','BOOKS');
     	define('DIR_WS_CATALOG', '/');
    	define('DIR_WS_HTTPS_CATALOG', '/');
    	$template_dir = "BOOKS_mihluna";
    
    	define('CATEGORIES_ROOT','1'); //root categories is 1 for this site 
    ?>
    Now, what is happening is that we have the main mihluna template showing up. have activated the site_links.php file and activated the sidebar box in all the templates.

    changed the header of the 3 other templates so that I could see if it was loading the different site template, but it is not. What am I missing here?

    TIA
    Gargi
    Last edited by glogo; 10 Feb 2010 at 11:06 PM. Reason: fix smiley

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR