Jump to content

Pre-selecting domain option for hosting accounts


Drecca

Recommended Posts

I don't want customers to register or transfer their domains to me. I just want them to use the "update nameservers" option.

 

I'm building a custom order form, and trying to find what would the URL value be to have the flow work like this :

 

- Customer signs up on customized order form using WHMCS data feeds/linking to WHMCS docs

- When it comes time to selecting the domain to use for cPanel, I want the customer to just enter a domain, and the option used is "update nameservers"

 

I then want to use skipconfig=1 to go straight to the customer inputting their info.

 

Any way to do this?

Link to comment
Share on other sites

two thoughts on this...

 

1. if you don't want to offer domain registration/transfers at all on your site, you could disable the the two options in the general settings -> domains...

 

http://docs.whmcs.com/Domains_Tab#Domain_Registration_Options

 

that would remove the two options and leave the "use my existing domain" as the default, and only (unless the product can use subdomains), option.

 

2. if you need to do it in the URL, you could add the code below to your URL...

 

http://demo.whmcs.com/cart.php?a=add&pid=5&domainoption=owndomain&sld=google&tld=org

and then add skipconfig=1 to it - remembering that skipping config will only work if there is no additional config needed... e.g if there is a config missing in your URL that is needed, then the client will be asked for it; if not, config should be skipped.

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