Search the Community
Showing results for tags 'domain configuration'.
-
Hi, When new accounts sign up no domain register is chosen. How can I choose which register to use by default? As of now I have to choose a register before we can activate the domain. I would also like to have all the new sign ups be pending unless they have an existing account. Thanks, Charles - - - Updated - - - I found it, To enable automatic registration, in Setup > Products/Services > Domain Pricing choose a registrar in the automatic registrar dropdown on each TLD you want to automate - - - Updated - - - Strange actually I already had it set to auto register, yet it still doesn't use the register for new accounts.
-
Hi, I am planning on running a single installation of whmcs/whm/cpanel in order to sell domains on two websites. Website A is business orientated and website B is gaming related. Does anyone know of any way that I would be able to offer only a selection of my avalible domains to each? For example, on website A I would like to only display general, country and business orientated TLDs while hiding silly TLDs like ".cool". On website B I would like to only display silly/gaming related domains like ".win", ".team", ect... This would significantly decrease availability checking time as well as only list suggestions relative to the customer. Any suggestions on how to achieve this would be greatly appreciated. * I DID NOT MEAN TO POST THIS IN THE PRE-SALES SECTION - SORRY! *
- 1 reply
-
- domain
- domain checker
-
(and 2 more)
Tagged with:
-
Hi, I noticed with my WHMS installation, when a customer places an order for domain (only) they get a "go to cart" button and get redirected to the view cart page right after they select their domain, without going to the configure domain page. Is there a way to get the flow to go to the domain configuration page next, before going to the cart?
- 2 replies
-
- cart
- domain configuration
-
(and 1 more)
Tagged with:
-
Hi, On the domains configuration page during checkout I'm wanting to add a drop-down registration period field which would allow folks to register the domain for additional years. Currently it's set to whatever you selected on the previous register domain page. I grabbed this code from domainoptions.tpl and added it to configuredomains.tpl - the drop-down field showed up but no pricing. <div class="text-center"> {if count($searchResults.pricing) == 1} <p class="margin-bottom">{$LANG.orderForm.domainAddedToCart}</p> <button type="button" class="btn btn-default btn-lg margin-bottom"> <span class="glyphicon glyphicon-shopping-cart"></span> {$searchResults.shortestPeriod.register} </button> {else} <p class="margin-bottom">{$LANG.orderForm.registerLongerAndSave}</p> <div class="btn-group btn-group-lg margin-bottom"> <button type="button" class="btn btn-default btn-sm"> <span name="{$searchResults.domainName}-selected-price"> <b class="glyphicon glyphicon-shopping-cart"></b> {$searchResults.shortestPeriod.period} {$LANG.orderyears} @ {$searchResults.shortestPeriod.register} </span> </button> <button type="button" class="btn btn-default btn-sm dropdown-toggle additional-options" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b class="caret"></b> <span class="sr-only"> {lang key="domainChecker.additionalPricingOptions" domain=$searchResults.domainName} </span> </button> <ul class="dropdown-menu" role="menu"> {foreach $searchResults.pricing as $years => $price} <li> <a href="#" onclick="selectDomainPricing('{$searchResults.domainName}', '{$price.register}', {$years}, '{$LANG.orderyears}');return false;"> <b class="glyphicon glyphicon-shopping-cart"></b> {$years} {$LANG.orderyears} @ {$price.register} </a> </li> {/foreach} </ul> </div> {/if} </div> Any ideas on how this can be done? Thanks
-
I'm trying to skip the domain configuration page. I've tried using &skipconfig=1 but it's not working. I've searched several threads here but there are several threads asking the same questions without answers. The only addon option is the free dns management. I'd like the dns management to be added by default. Can I add a value to the url: &dnsmanagement[0]=1&skipconfig=1 and somehow make that work? The value of 1 isn't working, I'm not sure what to use. How can i skip the domain configuration page and add dns management by default?
- 5 replies
-
- domain configuration
- skip domain configuration
-
(and 1 more)
Tagged with:
