Like many, my cart is housed in a sub-directory/section of my main site - a non-shopping cart, www.mydomain.com. The default top-nav has "Home - Log In - Etc. etc."
When clickingn on Home, it goes to the shopping cart home page, www.mysite.com/shop/index.php Good, but not good enough. It's a bit confusing to the ordinary user thinking that "home" is going to take them back to the main site.. where they originally came from, so in the /includes/english/header.php I've renamed the "home" link to "Catalog Home" here:
define('HEADER_TITLE_CATALOG', 'Catalog Home');
That worked good - at least it's not as confusing. But, i still need to add a link up UP to the main domain URL, or www.mysite.com. So, my top nav would look like:
Site Home | Catalog Home | Log In | etc.....
Is there a function to do this, or do i have to hard code it into one of the template(s)?
The actual site is here to give reference: http://216.81.70.195/shop/
Thanks for the help!



