roban Posted August 12, 2006 Share Posted August 12, 2006 For anyone who wants their Store Home link to point to www.your store.com rather than www.your store.com/index.php here's the fix: In admin/includes/navigation.inc look for this at about line 45: <li><a href="<?php echo $GLOBALS['rootRel']; ?>index.php" target="_blank" class="txtLink"><?php echo $lang['admin']['nav']['store_home'];?></a></li> Just insert your url in place of the red text. Quote Link to comment Share on other sites More sharing options...
roban Posted August 12, 2006 Author Share Posted August 12, 2006 As my home page is not index.php there is a benefit for me. Quote Link to comment Share on other sites More sharing options...
roban Posted August 12, 2006 Author Share Posted August 12, 2006 Sorry I don't know what you are asking. All I am doing is changing the url of the Home Page link in Admin. The default is www.yoursite/index.php. I am changing it to www.yoursite.com Quote Link to comment Share on other sites More sharing options...
Guest a1cs Posted August 13, 2006 Share Posted August 13, 2006 For anyone who wants their Store Home link to point to www.your store.com rather than www.your store.com/index.php here's the fix: In admin/includes/navigation.inc look for this at about line 45: <li><a href="<?php echo $GLOBALS['rootRel']; ?>index.php" target="_blank" class="txtLink"><?php echo $lang['admin']['nav']['store_home'];?></a></li> Just insert your url in place of the red text. <li><a href="<?php echo $GLOBALS['rootRel']; ?>index.php" target="_blank" class="txtLink"><?php echo $lang['admin']['nav']['store_home'];?></a></li> or you could always just take out the index.php which seems to work for me. :( Quote Link to comment Share on other sites More sharing options...
webspinning Posted October 22, 2006 Share Posted October 22, 2006 Does anyone know how to change the homepage link in the category box on the store homepage? The admin link works fine but I cannot find the corresponding link to edit for the store homepage. Cheers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.