acctman Posted September 11, 2010 Share Posted September 11, 2010 I'm using the default design and i'm trying to customize the cart.php file so far i've only been able to locate part of the file the templates/orderforms/cart/configureproductdomain.tpl how do you remove the Quick Navigation on the side? 0 Quote Link to comment Share on other sites More sharing options...
bigideaguy Posted September 11, 2010 Share Posted September 11, 2010 just a guess, but check the footer.tpl 0 Quote Link to comment Share on other sites More sharing options...
acctman Posted September 11, 2010 Author Share Posted September 11, 2010 just a guess, but check the footer.tpl thanks. thats a weird place to put the quick nav. 0 Quote Link to comment Share on other sites More sharing options...
Milliment Posted September 11, 2010 Share Posted September 11, 2010 cart.php tpl's are located in /templates/orderforms for the ajax order form it is /order/templates 0 Quote Link to comment Share on other sites More sharing options...
WebsiteIntegrations Posted September 11, 2010 Share Posted September 11, 2010 for removing the right nav from the cart see this thread http://forum.whmcs.com/showthread.php?t=21209 oh and replace Shopping Cart with Order Form if you use the ajax cart 0 Quote Link to comment Share on other sites More sharing options...
disgruntled Posted September 14, 2010 Share Posted September 14, 2010 (edited) thanks. thats a weird place to put the quick nav. Its not wen you think about how a web page actually flows header file <div>header</div> <div> content file <div>content</div> Footer file <div>sidemenu</div> </div> <div>footer<div> Now when you realise that the sidebar shows on each and every client side page you can fully understand why everything after the content block resides inside the footer files, You would need to position it using some css files, when actually its position as now relative to the document flow thus meaning you dont need to worry about cross browser compatability and other such issues, all you need to do its apply minor tweaks and it fits in perfectly You can always remove it and have a solid content block in the content files, but if you want the menu your replicating the code for the sidemenu when you should be minimising replication. Edited September 14, 2010 by disgruntled 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.