Jump to content

apexaaron

Member
  • Posts

    4
  • Joined

  • Last visited

About apexaaron

apexaaron's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. The only issue I experienced with 7.1.1 is trying to create new products. I found out that this was down to running PHP Version 7.0, so I downgraded to 5.6 and my issue was resolved.
  2. Thanks again Brian, I checked out the coding for the cart (view source) and changed each domain extension to this: <div class="checkbox checkbox-warning"> <input id="domaincom-menu" name="tld" value=".co.uk" type="checkbox" class="styled" checked> <label for="domaincom-menu">.co.uk</label> </div> It will now recognise the different TLD. provided that only one is selected. Thats the next mission, but I am sure it will be somewhere in the bulk register section
  3. Hi Brian, Thank you for this. I will give it a go. I did start messing around with the feeds after creating my own one, but I will certainly look into perhaps moving the whmcs install into my main folder.
  4. Hello everyone, I am new here and in desperate need of some help I am trying to build a new website and on it, I would like checkboxes for the domain checker instead of a drop down. I have built the code but for some reason it keeps defaulting to .co.uk or .on (???) after clicking submit. Does anyone know why this is? Here is part of it: <form action="https://mydomain.co.uk/domainchecker.php" method="post" class="checkdomain form-inline"> <input type="hidden" name="direct" value="true" /> <div class="checkdomain-wrapper"> <p>If you order a hosting plan you may be able to qualify for a free for life domain name, where we will manage it for you and make any changes.</p> <div class="form-group"> <label class="sr-only" for="domainnamehere-menu">Domain name</label> <input type="text" name="domain" class="form-control" id="domainnamehere-menu" placeholder="Enter domain name here.."> <button type="submit" class="btn btn-default"><i class="fa fa-search"></i> Search</button> </div> <hr> <div class="clearfix"></div> <div class="checkbox checkbox-warning"> <input id="domaincom-menu" type="checkbox" class="styled" checked> <label for="domaincom-menu"> <option name="tlds[]" value=".com">.com</option></label> </div> I have played around with the settings for name= and value= but nothing seems to have worked. I am only working on the .com at the moment and then will roll it out to the rest when it actually works. Any advice would be fab. Thank you Aaron - - - Updated - - - Forgot to add, that this item will not be in the same directory as my whmcs install.
×
×
  • 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