Real Webspace Posted December 18, 2007 Share Posted December 18, 2007 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 0 Quote Link to comment Share on other sites More sharing options...
Real Webspace Posted December 19, 2007 Author Share Posted December 19, 2007 does any one know how to do this? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted December 20, 2007 Share Posted December 20, 2007 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* 0 Quote Link to comment Share on other sites More sharing options...
mysmallbizu Posted January 13, 2008 Share Posted January 13, 2008 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? 0 Quote Link to comment Share on other sites More sharing options...
matt40k Posted January 14, 2008 Share Posted January 14, 2008 Have tried to do this. I think I'm doing something wrong tho. Pretty sure you can, not sure if you can select the domain 0 Quote Link to comment Share on other sites More sharing options...
dom974 Posted April 1, 2008 Share Posted April 1, 2008 Yeah modifying the configureproductiondomain.tpl accordingly to your subdomain only offer does the trick Dominique 0 Quote Link to comment Share on other sites More sharing options...
panacheweb Posted June 7, 2008 Share Posted June 7, 2008 these instructions are basically useless as they show no context. 0 Quote Link to comment Share on other sites More sharing options...
Taufeeq Posted November 23, 2012 Share Posted November 23, 2012 Go to setup > general setup select domains from tabs Uncheck all Domain Registration Options 0 Quote Link to comment Share on other sites More sharing options...
mysmallbizu Posted September 15, 2013 Share Posted September 15, 2013 What about for a single product? The general settings for Domain registration are Global. I have some products which require a client to register a domain and other products where I ONLY want the sub-domain field available? 0 Quote Link to comment Share on other sites More sharing options...
mysmallbizu Posted September 19, 2013 Share Posted September 19, 2013 Bump.... Is there any way to do this??? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.