Jan38 Posted August 29, 2013 Share Posted August 29, 2013 hi all, i mentioned that some of my clients did set the auto renew option for their domains off. this means the system won't create invoices with the risk of getting domains getting expired where they not should expire. is it possible to move that function off for clients so that the system allways uses the automatic renew option? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 29, 2013 Share Posted August 29, 2013 you could remove the following line from clientareadomaindetails.tpl in your template directory to disable the auto renew tab from the client area. <li id="tab2nav"><a href="#tab2">{$LANG.domainsautorenew}</a></li> and then remove the following lines from clientareadomains.tpl <li><a href="clientarea.php?action=domaindetails&id={$domain.id}#tab2"><i class="icon-globe"></i> {$LANG.domainautorenewstatus}</a></li> and <li><a href="#" id="autorenew" class="setbulkaction"><i class="icon-refresh"></i> {$LANG.domainautorenewstatus}</a></li> it is probably also worth mentioning that even if the clients disable auto renewal, they will still receive email reminders about their domains before they're due for renewal. 0 Quote Link to comment Share on other sites More sharing options...
Jan38 Posted August 30, 2013 Author Share Posted August 30, 2013 Thanks Brian! I know what to do and how it works! TIA 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.