hdalive Posted July 15, 2014 Share Posted July 15, 2014 Check the attachment and you will know. I like to change the hyperlink of that particular anchor text from the order form. I cant find that code in orderforms template i'm using, yet. 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted July 15, 2014 Share Posted July 15, 2014 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 0 Quote Link to comment Share on other sites More sharing options...
hdalive Posted July 15, 2014 Author Share Posted July 15, 2014 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> 0 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.