Jump to content

Need help with Nameserver option...


pcsman7

Recommended Posts

Hello, I am new to the forum, and not sure what the Q&A protocol is, but I've been using WHMCS now for about 3 months, and love it, and I've been able to customize it pretty far to fit my own needs via information here and other sites. But the one thing I cannot seem to get right, is removing the option for the client to choose a Nameserver. This is confusing a lot of my clients and they leave without purchasing anything. Is there a way to turn this off or edit some line of php to hide it? My domain is http://www.healthychocolatedomains.com Thank you for any help....

Link to comment
Share on other sites

He's talking about the nameserver selection when you register a new domain without a hosting package. You could just take the code out of your template. Take a look at the "configuredomains.tpl" file for your particular order form (looks like you're using web20cart, so it would be templates/orderforms/web20cart/configuredomains.tpl) and remove the following code:

 

{if $atleastonenohosting}
<table width="90%" align="center" cellspacing="1" cellpadding="5">
<tr><td colspan="2"><strong>{$LANG.domainnameservers}</strong><br />{$LANG.cartnameserversdesc}</td></tr>
<tr class="orderheadingrow"><td colspan="2"></td></tr>
<tr class="orderrow1"><td>{$LANG.domainnameserver1}:</td><td><input type="text" name="domainns1" size="40" value="{$domainns1}" /></td></tr>
<tr class="orderrow2"><td>{$LANG.domainnameserver2}:</td><td><input type="text" name="domainns2" size="40" value="{$domainns2}" /></td></tr>
<tr class="orderrow1"><td>{$LANG.domainnameserver3}:</td><td><input type="text" name="domainns3" size="40" value="{$domainns3}" /></td></tr>
<tr class="orderrow2"><td>{$LANG.domainnameserver4}:</td><td><input type="text" name="domainns4" size="40" value="{$domainns4}" /></td></tr>
<tr class="orderheadingrow"><td colspan="2"></td></tr>
<tr><td height="10"></td></tr>
</table>
{/if}

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