mylove4life Posted May 6, 2008 Share Posted May 6, 2008 Hi all, I am adding a couple custom pages. I read the info in the doc's but just don't get it. Can some one walk me thru the process. Thanks 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted May 6, 2008 Author Share Posted May 6, 2008 just a normal page, not one of the cart or order pages. Thanks I will be doing that to. Doing a custom ordering as well... 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted May 6, 2008 Share Posted May 6, 2008 1. Use the code on this page: http://wiki.whmcs.com/Creating_Pages and create a php file, for this example we'll call it newpage.php 2. Find the following line in newpage.php: $templatefile = "homepage"; Replace with $templatefile = "newpage"; 3. Upload to your WHMCS root directory (ie. yourwebsite.com/whmcs) 3. Create a new file with a text editor (Notepad etc) that has the content of the page. Just the content, it doesn't need your header and footer. For this example you need to save it as newpage.tpl 4. Upload to your templates/default directory (assuming that's the skin you are using). 5. Navigate to yourwebsite.com/whmcs/newpage.php 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.