Jump to content

Which file should i be editing to change this link ?


hdalive

Recommended Posts

i dont use that theme but its probably easy to find.

 

Look in the language file for that text, then look in the script for that lang key and youll have it.

 

maybe header.tpl or even viewcart.tpl

 

you will need a search took to search the script, try this one, i like it... /http://www.mythicsoft.com/agentransack its free

 

- - - Updated - - -

 

here ya go, the text comes from lang key 'carttitle'

and that is in 3 places.

 

templates/orderforms/cart/viewcart.tpl <----- i would imagine you want that one

templates/default/footer.tpl

templates/default/header.tpl

Link to comment
Share on other sites

Thanks for the reply, durangod. I found the link in header.tpl under my template themes folder.

 


<div class="whmcscontainer breadcrumb">
       <h2>{$pagetitle}</h2>

<ul>{$breadcrumbnav|replace:'</a> >':'</a></li>'|replace:'<a href=':'<li><a href='}</li></ul>

</div>

 

Changed to this . Is there other easy way ? It is working now anyways.

 

<div class="whmcscontainer breadcrumb">
       <h2>{$pagetitle}</h2>

<ul><a href='cart.php?a=view'><li>View Cart</li></a></ul>

</div>


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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated