Re: MultiSite Module Support Thread
I have the multisite thing working pretty well now .... BUT ... when we go in to view the orders it isn't giving us which site the order came from. We are just getting a simple "no" where the site name should be (see below).
http://thegoodlifestore.com/store/im...orum/sites.gif
I have looked back over my files ...
I have re-read the install instructions to make sure I didn't miss anything ...
I used the helpful info found in post #636 on this thread ...
And now I am at a loss!
:blink:
Any pointers would be oh-so greatly appreciated.
Charles
swingcardstore.com
swingcards.com
moonrivercardstore.com
Re: MultiSite Module Support Thread
Thank you RWerksman for that fix! It solved my problems!
May God bless you,
Iasmin
Quote:
Originally Posted by
RWerksman
Ok, I believe that I've solved the issue with linked products showing up more than once. Here is what you need to do:
/includes/classes/split_page_results.php
Find:
Code:
function splitPageResults($query, $max_rows, $count_key = '*', $page_holder = 'page', $debug = false) {
Replace:
Code:
function splitPageResults($query, $max_rows, $count_key = 'p.products_id', $page_holder = 'page', $debug = false) {
/includes/modules/pages/featured_products/header_php.php
(and pages/product_all, and pages/product_new)
Find the first SELECT statement. Add the word DISTINCT right after the SELECT.
This works for me, YMMV. Backup stuff first!
Re: MultiSite Module Support Thread
NONE of the settings for INDEX LISTING work from the config sites. Anyone with ideas? :blink:
Re: MultiSite Module Support Thread
I very lost right now.
After installed a fresh Zen Cart i was trying to install the multi-site module.
After i done everything till the step 5 in the installation tutorial from multisite. I went to check on my website. But i found out is only give me a blank page. I try the third time to redo everything over, and it still give me a blank page. Can any1 point me into the right direction what should i do?
I did everything in the installation. But i didn't really understand some part of the tutorial. like :
includes/classes/order.php (add the SITE_NAME to the order table)
i do not get what it mean by add the site name to the order table.
Is this what costing the problem.
Please check out what happening.
www.klenterprise.com
games.klenterprise.com
i did make new template and config for both site. But for games.klenterprise.com is not even showing. And www.klenterprise.com is showing me a blank page.
How can i fix this. and im using bluehost
Thanks. Please point me into a right direction.
Kelvin
:unsure::unsure::unsure::unsure:
Re: MultiSite Module Support Thread
I have a site that was created by someone else. I have created sub domains, each with it's own cart. Now all I want to do is link the login and customers cart between the main site and sub domains.
I have tried following the directions to install this entire mod and my original site stopped working. I have restored the site and the sub domains.
Does anyone know how to link just what the customer uses, login, register, account history, shopping cart, etc.?
Re: MultiSite Module Support Thread
Sorry if this has been asked before.
I couldn't find the answer.
How do I handle the Google Products feed when I have this module?
Re: MultiSite Module Support Thread
i have copied all of my active zen cart files to a test folder, altered the appropriate config to point in to the test folder, and installed this mod. using my redirects i can get the pages to come up, but no side boxes. started to modify by selecting the template, but it change the layout (template) on the active site as well as the test site....is this because i did not do a fresh install for my test site, or did i miss a config step somewhere?
Re: MultiSite Module Support Thread
You have to create template "folder" for each site. Your config file points to the approprieate "template". You put your overrides in those folders (sideboxes, template themes, etc) An easy way to see an example is to install a second template and have your second site us that one. Read thru the instruction for multisite again. It give you direction on which folders are absolutely necessary.
Re: MultiSite Module Support Thread
i have created all of the templates, but cannot see any sideboxes; tried dropping in the config info, but it is not happening
Re: MultiSite Module Support Thread
Is include_once('includes/config_sites/sites_switch.php'); supposed to go before or after <?php?
It says to put it at the top of the file but I wasn't sure if that actually meant at the very top or below the <?php
When I put it before I get the error below:
include_once('includes/config_sites/sites_switch.php'); 1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
in:
[select cd.categories_name from categories c, categories_description cd where cd.categories_description LIKE '%-SITE_NAME-%' AND cd.language_id=1 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status=1]
When I put it after I get the error below:
the domain www.musclewithoutsupplements.com does not exist.
Any ideas on this?