Jump to content

Search the Community

Showing results for tags 'domain configuration'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


WHMCS.Community

  • WHMCS Beta Program
    • WHMCS 9.0 RC Discussion
  • WHMCS.Community
    • Community Announcements
    • Introduce Yourself
    • MarketConnect Partner Product Status Updates
  • Using WHMCS
    • Pre-Sales Questions
    • Admin & Configuration Questions
    • Installation, Upgrade, and Import Support
    • Using WHMCS
    • Troubleshooting Issues
    • Vendor Discussions
  • WHMCS Showcase
    • Showcase Your Site
    • Share Your Best Practices & Tips
  • Developing & Extending WHMCS
    • Third Party Add-ons
    • Service Offers & Requests
    • Developer Corner
    • Building Modules
    • Share Ideas for WHMCS Modules
  • Community Competitions
    • News, Announcements & Blogs from WHMCS
    • Competitions
  • General Discussions
    • General Discussion
  • General Feedback & Assistance
    • Feedback
    • WHMCS.Community Tips & Tricks
  • Third Party Developers's Topics
  • Turkish International Discussions's Topics
  • Russian International Discussions's Topics
  • Spanish International Discussions's Topics
  • Portuguese International Discussions's Topics
  • French International Discussions's Topics
  • Italian International Discussions's Topics
  • German International Discussions's Topics
  • WHMCS Brasil's Topics
  • WHMCS Brasil's Tópicos
  • ModulesGarden Club's Topics
  • Hungarian International Discussions's Segítség
  • ThemeMetro's Topics
  • WHMCS Services Club's Topics
  • WHMCS Global Services Club's Topics
  • Katamaze's Free Scripts
  • Katamaze's Module Support
  • Zomex Club's Topics
  • 0100Dev Club's Topics
  • RactStudio Club's Topics

WHMCS Version

  • V8.13.x Hotfixes
  • V8.12.x Hotfixes
  • V8.11.x Hotfixes

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 5 results

  1. 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.
  2. 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! *
  3. 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?
  4. 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
  5. 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?
×
×
  • 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