stuv Posted June 29, 2007 Share Posted June 29, 2007 I don't want that people can only order domain with the domainchecker. What do I have to change so people always have to order hosting with a domain through the domainchecker? 0 Quote Link to comment Share on other sites More sharing options...
Anders Posted July 8, 2007 Share Posted July 8, 2007 i like to know that too anders 0 Quote Link to comment Share on other sites More sharing options...
joe123 Posted July 8, 2007 Share Posted July 8, 2007 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. 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.