Jump to content

2 of each buttons on my navigation bar in cart page?


Guest jon22

Recommended Posts

Guest jon22

if anyone can point me in the right direction here would very much appreciate it.

Ive done modifications to my template and somewhere along the way ive made a mistake as on the registration page and also on the shopping cart page my navigation bar is displaying x2 of each button. so its like Empty Basket Empty Basket Previous Page Previous Page Homepage Homepage

its like that on all the shopping cart pages / registration pages.

im sure theres a simple fix, if someone more code minded could spare 5 mins?

thanks.

Link to comment
Share on other sites

Guest jon22

i would but if installed so many mods it would be a nightmare to have to re do it all again. I will if absolutely neccesary. Do you know which files i need to look at? i suppose there's a double entry somewhere on a tpl file? or would it be in a php file? If i know where to look i think i could fix it.

Link to comment
Share on other sites

Guest jon22

ok ive looked over the cartNavi php file and its identical to the original file. this is my cartNavi tpl file - there is a lot more code in this one than the original, however i have made a categories2.php and tpl file. Ta for the link, i will have to look over the documentation when i get a chance.

<!-- BEGIN: links -->

<div class="topCats">

<div class="topCatsBgRight">

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

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

<tr>

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

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

<tr>

<!-- BEGIN: repeat_region -->

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

<td class="topCatsTabMid"><a href="{VAL_LINK}" class="txtCat">{TXT_LINK}</a>&nbsp;</td>

<td class="topCatsTabMid"><a href="{VAL_LINK}" class="txtCat">{TXT_LINK}</a>&nbsp;</td>

<td class="topCatsTabRight"></td>

<!-- END: repeat_region -->

</tr>

</table>

</div>

</div>

<!-- END: links -->

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...