the answer is
includes/module/sideboxes/site_links.php

you have change it in the code line 17-18
//add_site_link(DISPLAYED NAME OF THE SITE , URL OF THE SITE);
add_site_link('Example Shop -- Edit site_links.php...','http://www.example.com');


Quote Originally Posted by sandihudson View Post
This is definitely the most complex mod I've worked with but I'm getting through it! Just a couple more fixes and we're there. Right now we have just one main site and one child site - will be adding more once we work out the last issues.

First issue is on the second site where all the products showing actually link back to the main site. For example there's a product called Shoe 1 in the products shown on the home page; instead of linking to site2.com/product_info it goes to mainsite/product_info. All the products in all categories show on both sites (for now) but shouldn't products on site2 link to site2 pages? It actually happens with ALL the links - categories, shipping info, conditions, contact, etc.

Second problem is that at the top of the home page just under the breadcrumb on site 2 it says "Main Site" as the page title text and underneath it says "Site 2". How to make the text show the name of Site 2? The two templates are very different so I'm pretty sure it's being called in the admin but can't seem to find where to change it for individual stores.

Thanks for any help anyone can offer!