brightsidew3 Posted December 20, 2012 Share Posted December 20, 2012 HI I am new to WHMCS and trying to do some basic customistation. During my checkout, there is a "Shopping Cart" link located in the top left corner. This shows during product selection, configuration and complete order screen. How do I remove it? I am using "modern" orderform and can't find it in the TPL files in the modern folder. I would be most grateful if someone could help. Cheers. 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted December 20, 2012 Share Posted December 20, 2012 templates/orderforms/modern and then edit all files involved (viewcart.tpl, configuredomains.tpl, configureproduct.tpl, configureproductdomain.tpl etc.). You just need to find the "Shopping Cart" a href and delete or <!-- --> it. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted December 24, 2012 Share Posted December 24, 2012 I think this is actually coming from the {$breadcrumbnav} variable. To solve this you could have the breadcrumb code not show on the cart. e.g: {if $filename eq "cart"} {else} <p class="breadcrumb">{$breadcrumbnav}</p> {/if} 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.