Jump to content

How do I disable "domain order only"?


stuv

Recommended Posts

  • 2 weeks later...

Remove the link from order-stepone.tpl if you are in version 3.2 it looks like this

<a href="{$smarty.server.PHP_SELF}?step=2&domainonly=true">{$LANG.orderdomainregistration}

 

in version 3.1.2 it's {$LANG.orderdomainregonly}

 

after you have done the above and want to disable the domainchecker , just rename your domainchecker.php to something else and create a new file called domainchecker.php and put this in it:

<? header('Location: http://www.YourDomain.com/whmcs/order.php'); ?>

change the link to your order.php

now no one can order domain only with you.

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