Jump to content

Help removing domains categories on WHMCS 6.1.1


ocastaned

Recommended Posts

you could remove the following from six/domainchecker.tpl

 

        {foreach $tldcategories as $tldCategory}
           <div class="panel panel-default">
               <div class="panel-heading" role="tab" id="heading{$tldCategory->id}">
                   <h4 class="panel-title">
                       <a data-toggle="collapse" data-parent="#accordion" href="#collapse{$tldCategory->id}" aria-expanded="{if $tldCategory@first}true{else}false{/if}" aria-controls="collapse{$tldCategory->id}" class="domain-tld-pricing-category">
                           {$tldCategory->category} {$LANG.tldpricing}
                       </a>
                   </h4>
               </div>
               <div id="collapse{$tldCategory->id}" class="panel-collapse collapse{if $tldCategory@first} in{/if}" role="tabpanel" aria-labelledby="heading{$tldCategory->id}">
                   <div class="panel-body">
                       <div class="row">
                           <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 table-responsive domain-tld-pricing-table-responsive">
                               <table class="table table-striped table-framed">
                                   <thead>
                                       <tr>
                                           <th class="text-center">{$LANG.domaintld}</th>
                                           <th class="text-center">{$LANG.domainminyears}</th>
                                           <th class="text-center">{$LANG.domainsregister}</th>
                                           <th class="text-center">{$LANG.domainstransfer}</th>
                                           <th class="text-center">{$LANG.domainsrenew}</th>
                                       </tr>
                                   </thead>
                                   <tbody>
                                       {foreach $tldCategory->topLevelDomains as $tld}
                                           <tr>
                                               <td>{$tld->tld}</td>
                                               <td class="text-center">{$tldpricing.{$tld->tld}.period}</td>
                                               <td class="text-center">{if $tldpricing.{$tld->tld}.register}{$tldpricing.{$tld->tld}.register}{else}{$LANG.domainregnotavailable}{/if}</td>
                                               <td class="text-center">{if $tldpricing.{$tld->tld}.transfer}{$tldpricing.{$tld->tld}.transfer}{else}{$LANG.domainregnotavailable}{/if}</td>
                                               <td class="text-center">{if $tldpricing.{$tld->tld}.renew}{$tldpricing.{$tld->tld}.renew}{else}{$LANG.domainregnotavailable}{/if}</td>
                                           </tr>
                                       {/foreach}
                                   </tbody>
                               </table>
                           </div>
                       </div>
                   </div>
               </div>
           </div>
       {/foreach}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated