Jump to content

Allow only subdomain & separate single product from sign up


Real Webspace

Recommended Posts

I want to offer a free package but do not want the client to be able to request a domain. i ONLY want them to register a sub-domain. Does any one know how i can do this?

 

Also i would like to separate the free product from the template. In other words display on the cart section without any side navbox's or any top stuff. Basically i want a blank page except for the cart section of sign up, so i can place it on my website some where else. The thing is i want this for only one product, so i cannot change my entire template.

Is there a way to separate the cart part from rest of the page?

 

Thanks for any opinions.

Regards, Paul

Link to comment
Share on other sites

I want to offer a free package but do not want the client to be able to request a domain. i ONLY want them to register a sub-domain. Does any one know how i can do this?

A simple bit of logic in the orderform templates, like ...

 

{if $productinfo.pid eq "0000001234"}
<!-- subdomain hosting order -->
{assign var="subdomainonly" value="yes"}
{/if}

{if $subdomainonly eq "yes"}
 <input type="radio" name="domainoption" value="subdomain" id="selsubdomain" onclick="document.getElementById('register').style.display='none';document.getElementById('transfe$
{else}
*original code*

Link to comment
Share on other sites

  • 4 weeks later...

For example at http://www.bizland.com the hosting account order form gives the option of

 

1. Register a new domain

The domain will be registered on your behalf and automatically associated with your hosting membership. Domains can be modified at any time via the Control Panel.

 

2. Use an existing domain

The domain will be automatically associated with your hosting membership. Renewals will still be handled through your existing registrar unless a registrar transfer is performed.

 

or this choice which is what I want to do in my WHMCS install.....

 

3. Do not register a domain

Your username will act as your Web site name.

example http://www.username.mysmallbizwebhosting.com

 

IS this possible?

Link to comment
Share on other sites

  • 2 months later...
  • 2 months later...
  • 4 years later...
  • 9 months later...

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