Re: MultiSite Module Support Thread
Quote:
Ok, I am running into two different problems.
1) on my maing site
www.morrisgiftshop.biz I am not getting my categories listings.
2) on the sub-directory is going to be for my March for Babies site for fundraiser. How do I setup my sub-directory marchforbabies.morrisgiftshop.biz
From the questions you ask it appears that you did not read the installation instructions.
Please RTM and all will become clear. The questions quoted above as well as those posted in your earlier posts are clearly addressed in the instructions.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
bkeaton
Will this MultiSite will show what order came from what domains?
The originating store is stored in the database (if you followed the installation instructions). You can then place this field whereever you like by means of some custom coding.
This field can also be used to change the logo on your invoices to reflect the different store logo's if you wish. (Some more custom coding required to be able to do this.)
The coding required is relatively easy and you should be able to do this without to much effort.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Louis
From the questions you ask it appears that you did not read the installation instructions.
Please RTM and all will become clear. The questions quoted above as well as those posted in your earlier posts are clearly addressed in the instructions.
What does "RTM" means?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
bkeaton
What does "RTM" means?
lol. Known as Read The Manual. Also known as "RTFM", but F isn't so polite.
Re: MultiSite Module Support Thread
I have read the Manual about 3 to 5 times I still don't have a clue.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
bkeaton
Ok, I am running into two different problems.
1) on my maing site
www.morrisgiftshop.biz I am not getting my categories listings.
2) on the sub-directory is going to be for my March for Babies site for fundraiser. How do I setup my sub-directory marchforbabies.morrisgiftshop.biz
1. Do you have something like <!--morrisgiftshop--> in your cat-description? That name should match your define-entry within www.morrisgiftshop.biz_config.php ex. define('SITE_NAME','morrisgiftshop');
2. exactly the same way you set up www.morrisgiftshop.biz, with exactly the same values for ex. your host-directory.
Re: MultiSite Module Support Thread
here is what I put in in the www.morrisgiftshop.biz_config.php
<?php
$template_dir = "candied_apple";
define('SITE_NAME','morrisgiftshop');
define('HTTP_SERVER', 'http://www.morrisgiftshop.biz');
define('HTTPS_SERVER', 'https://www.morrisgiftshop.biz');
define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
?>
and still no categories are listed for my products
Re: MultiSite Module Support Thread
@bkeaton
And what's in the category description? Any comment there?
Re: MultiSite Module Support Thread
I don't get what you are talking about Category description.
Re: MultiSite Module Support Thread
Go to the categories you want to have listet and place in the category description field this as text in:
<!--morrisgiftshop-->
Or go to:
admin -> tools -> Multisite Tools -> Display the relations Categories/Sites
Got it?