Jump to content

Different home page name?


Guest iantresman

Recommended Posts

Guest iantresman

I want my own home page, with a link to Shop. So what's the best way to change the Home Page name (currently index.php), as Cubecart's link to the cart home page always links to index.php?

I can't find an option in Admin to change it.

Regards,

Ian Tresman

Link to comment
Share on other sites

I don't know if this is what you want but:

skins\your skin\styleTemplates\boxes\categories.tpl

<!-- BEGIN: categories -->

<div class="topCats">

<div class="topCatsBgRight">

<span class="topCatsBgLeft">&nbsp;</span>

<table border="0" cellspacing="0" align="center" cellpadding="0">

<tr>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="http://www.yoursite url" class="txtCat">Home</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<!-- BEGIN: li -->

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId={DATA.cat_id}" class="txtCat">{DATA.cat_name}</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<!-- END: li -->

<!-- BEGIN: sale -->

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtCat">{LANG_SALE_ITEMS}</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<!-- END: sale -->

</tr>

</table>

</div>

</div>

<!-- END: categories -->

This will make your Home Page button http://www.yoursite url instead of http://www.yoursite url.index.php

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...