jaatendi Posted August 1, 2010 Share Posted August 1, 2010 In my WHMCS menu, I currently have: webgooroo.ca | Product Addons | Domain Renewals | Register Domain | Transfer Domain | View Cart webgooroo.ca is my domain and company name. I would like to take it out, as well as "Product Addons" 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted August 2, 2010 Share Posted August 2, 2010 You are talking about client area right? can you provide me link so that i can take a look and guide you. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 2, 2010 WHMCS Support Manager Share Posted August 2, 2010 You'd need to edit your order form template: http://wiki.whmcs.com/Order_Form_Templates 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted August 2, 2010 Author Share Posted August 2, 2010 Thanks, do I need to delete some lines of code from the products.tpl file? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 3, 2010 WHMCS Support Manager Share Posted August 3, 2010 Yes that's correct. 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted August 26, 2010 Author Share Posted August 26, 2010 I must be doing something wrong as I have been deleting code from templates/orderforms/cart/products.tpl. but no changes are appearing on the WHMCs menu on my website. I even deleted all the code from the file to see what would happen, and no changes appeared. Its as if I am editing the wrong file or something. If I just took out the whole menu that would be fine. Any suggestions? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 26, 2010 Share Posted August 26, 2010 Which menu are you trying to remove? The client area templates are in templates/default or templates/portal depending on which one you have selected in the settings. The orderform templates are what you edited, and the one you use there is also decided within the settings in the admin. The header.tpl contains the top menu if thats what you're trying to remove. 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted August 27, 2010 Author Share Posted August 27, 2010 I am using the portal template. I looked at the header,tpl inside the portal folder, and it only contains a reference to a stylesheet, and credits. Are you referring another header.tpl file located elsewhere? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 27, 2010 Share Posted August 27, 2010 This should be in there. This is the top menu when you're logged in: {if $loggedin} <div id="top_menu"> <ul> <li><a href="clientarea.php" title="{$LANG.clientareanavhome}">{$LANG.clientareanavhome}</a></li> <li><a href="clientarea.php?action=details" title="{$LANG.clientareanavdetails}">{$LANG.clientareanavdetails}</a></li> <li><a href="clientarea.php?action=products" title="{$LANG.clientareanavservices}">{$LANG.clientareanavservices}</a></li> <li><a href="clientarea.php?action=domains" title="{$LANG.clientareanavdomains}">{$LANG.clientareanavdomains}</a></li> <li><a href="clientarea.php?action=invoices" title="{$LANG.invoices}">{$LANG.invoices}</a></li> <li><a href="supporttickets.php" title="{$LANG.clientareanavsupporttickets}">{$LANG.clientareanavsupporttickets}</a></li> <li><a href="affiliates.php" title="{$LANG.affiliatestitle}">{$LANG.affiliatestitle}</a></li> <li><a href="clientarea.php?action=emails" title="{$LANG.clientareaemails}">{$LANG.clientareaemails}</a></li> </ul> <div class="clear"></div> </div> {/if} 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted August 28, 2010 Author Share Posted August 28, 2010 (edited) Ok I found that menu, but I am looking for a different one. Specifically, I want to remove the menu that consists of: webgooroo.ca | Register Domain | Transfer Domain | View Cart Here is a link to the page that that menu is visible on: http://www.webgooroo.ca/clients/cart.php?a=add&domain=transfer Edited August 28, 2010 by jaatendi 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted August 28, 2010 Share Posted August 28, 2010 Go to admin -> Products & Services There you will find a product group that you have created called "webgooroo.ca" Edit the product group name to change it 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted August 28, 2010 Author Share Posted August 28, 2010 Thanks for the response but I am trying to delete the menu. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted August 28, 2010 Share Posted August 28, 2010 then edit it and select hidden 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 28, 2010 Share Posted August 28, 2010 That particular menu is in templates/orderforms/web20cart/products.tpl. Look for this about 13 lines down from the top: {if $registerdomainenabled}<a href="{$smarty.server.PHP_SELF}?a=add&domain=register">{$LANG.registerdomain}</a> |{/if} {if $transferdomainenabled}<a href="{$smarty.server.PHP_SELF}?a=add&domain=transfer">{$LANG.transferdomain}</a> |{/if} <a href="{$smarty.server.PHP_SELF}?a=view">{$LANG.viewcart}</a> 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted September 29, 2011 Author Share Posted September 29, 2011 OK great I deleted the menu from my web hosting package order form. I have a second order form on my website for domain registrations, and the menu is still appearing on that form. These order forms are accessed by using the Direct Product Link, and the domain registration Integration Code. I deleted some code from templates/orderforms/web20cart/products.tpl. to get rid of the menu on the hosting order form. Where is the code or the menu appearing on the domain order form? 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted September 29, 2011 Author Share Posted September 29, 2011 hosting order form without menu: https://webgooroo.ca/clients/cart.php?pid=4&carttpl=ajaxcart domain order form with menu: https://webgooroo.ca/clients/cart.php?a=add&domain=register&token=00bd4974fbca224df2c6465bba1ff056d874c822&sld=ioihio&tld=.com 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.